Added new usage to backuptool

This commit is contained in:
root 2024-10-21 17:11:11 +00:00
parent c40360071f
commit 01a163de8b

View File

@ -19,9 +19,10 @@ Options
-l List files in a backup -l List files in a backup
-b Perform backup of a service -b Perform backup of a service
-d Delete backups of a service -d Delete backups of a service
-r passkey Restore a backup of a service -r passkey host Restore a backup of a service and host from Backblaze.
If passkey isn't specified we will use the passkey from If passkey isn't specified we will use the passkey from
the .gpg backblaze file the .gpg backblaze file. If host isn't specified then it
will use this host.
EOF EOF
exit 2; exit 2;
} }