mirror of
https://github.com/photoprism/photoprism.git
synced 2025-10-05 08:47:12 +08:00
CLI: Create thumbs and convert files in deterministic order #3194
This also adds support for specifying a path to the thumbs command. Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
@@ -24,7 +24,7 @@ const backupDescription = "A user-defined SQL dump FILENAME or - for stdout can
|
||||
" Make sure to run the command with exec -T when using Docker to prevent log messages from being sent to stdout.\n" +
|
||||
" The index backup and album file paths are automatically detected if not specified explicitly."
|
||||
|
||||
// BackupCommand configures the backup cli command.
|
||||
// BackupCommand configures the command name, flags, and action.
|
||||
var BackupCommand = cli.Command{
|
||||
Name: "backup",
|
||||
Description: backupDescription,
|
||||
|
Reference in New Issue
Block a user