From: Bastian Dehn Date: Sun, 25 May 2025 15:21:27 +0000 (+0200) Subject: add origin flag usage X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=802ff73e68a1817e5f891750fc2912b95f633123;p=simple-backup.git add origin flag usage --- diff --git a/restore b/restore index 67d441d..ad34972 100755 --- a/restore +++ b/restore @@ -12,12 +12,13 @@ errlog() useage() { - echo "$0 -d -n -r -p " + echo "$0 -d -n -r -p -k -o" echo echo " -d date from backup" echo " -n number of backup" echo " -r host @:" echo " -p path" + echo " -o restore origin (delete mode)" echo " -k key for host in config" echo }