X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=bin%2Fbackup-audit;h=4f3358674f0ca5ca2dc7771909c366a3df32da8d;hb=dc62385b6c1db1f36f3b58fa9a44ffed31d5cb3e;hp=6785adc5e9089467cf3c4fc132a091de15b1c1b7;hpb=dc831afc12cf50027e85d6d17eb6fdb84267bc9c;p=backup-script.git diff --git a/bin/backup-audit b/bin/backup-audit index 6785adc..4f33586 100755 --- a/bin/backup-audit +++ b/bin/backup-audit @@ -42,9 +42,15 @@ for conf in \ done Usage() { - echo "Usage: $NAME [-q|--quiet] [-v|--verbose] [ [ [...]]]" + echo "Usage: $NAME [-q|--quiet] [-v|--verbose] [ [ [...]]]" echo " $NAME <-d|--dirs> " echo + echo " -d, --dirs Compare two backup directories (not jobs)." + echo " -q, --quiet Quite mode, only list jobs with changes or errors." + echo " -v, --verbose Verbose mode, show all checks that are run." + echo + echo "When no is given, all defined jobs are checked." + echo exit 2 }