mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01: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:
@@ -26,7 +26,7 @@ const restoreDescription = "A user-defined SQL dump FILENAME can be passed as th
|
||||
"The -i parameter can be omitted in this case.\n" +
|
||||
" The index backup and album file paths are automatically detected if not specified explicitly."
|
||||
|
||||
// RestoreCommand configures the backup cli command.
|
||||
// RestoreCommand configures the command name, flags, and action.
|
||||
var RestoreCommand = cli.Command{
|
||||
Name: "restore",
|
||||
Description: restoreDescription,
|
||||
|
||||
Reference in New Issue
Block a user