From 01a163de8b39ab43e9f94e1473d3e162f4b95ddb Mon Sep 17 00:00:00 2001 From: root Date: Mon, 21 Oct 2024 17:11:11 +0000 Subject: [PATCH] Added new usage to backuptool --- bin/backuptool | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bin/backuptool b/bin/backuptool index 5c5f12a..fbbec08 100755 --- a/bin/backuptool +++ b/bin/backuptool @@ -19,9 +19,10 @@ Options -l List files in a backup -b Perform backup of a service -d Delete backups of a service - -r passkey Restore a backup of a service - If passkey isn't specified we will use the passkey from - the .gpg backblaze file + -r passkey host Restore a backup of a service and host from Backblaze. + If passkey isn't specified we will use the passkey from + the .gpg backblaze file. If host isn't specified then it + will use this host. EOF exit 2; }