mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
@@ -27,7 +27,7 @@ import (
|
||||
var BackupCommand = cli.Command{
|
||||
Name: "backup",
|
||||
Usage: "Creates album and index backups",
|
||||
UsageText: `A specific index sql backup filename may be passed as first argument. Use - for stdout.`,
|
||||
UsageText: `A custom index sql backup FILENAME may be passed as first argument. Use - for stdout.`,
|
||||
Flags: backupFlags,
|
||||
Action: backupAction,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user