X-Git-Url: https://arthur.barton.de/gitweb/?p=backup-script.git;a=blobdiff_plain;f=README.md;fp=README.md;h=f1c1e6ba66abaf294b5695375a70e01573818995;hp=ef3ee97214444940694a55124aafd802282213b3;hb=05cbdc409dd5e4ef1c1d32dcaf15c6baa77e865d;hpb=dc831afc12cf50027e85d6d17eb6fdb84267bc9c;ds=sidebyside diff --git a/README.md b/README.md index ef3ee97..f1c1e6b 100644 --- a/README.md +++ b/README.md @@ -32,11 +32,19 @@ Usage: `backup-script-wrapper []` Show information about backups. -Usage: `backup-status [-q] [ [ [...]]]` +Usage: + +- `backup-status [--errors|--latest] [--quick] [ [ [...]]]` +- `backup-status --running` Options: -- `-q`: *quick mode*, don't calculate backup sizes. +- `-e`, `--errors`: only show current backups with errors (implies `--latest`). +- `-l`, `--latest`: only show latest backup generations. +- `-q`, `--quick`: *quick mode*, don't calculate backup sizes. +- `-r`, `--running`: check if an `backup-script` task is currently running. + +When no *job* is given, all defined jobs are listed. ### backup-audit @@ -46,8 +54,11 @@ Usage: `backup-audit [-q] [-v] [ [ [...]]]` Options: -- `-q`: *quiet mode*, don't show jobs without "relevant" changes. -- `-v`: *verbose mode*, show all checks that are run. +- `-d`, `--dirs`: compare two backup directories (not jobs). +- `-q`, `--quiet`: *quite mode*, only list jobs with changes or errors. +- `-v`, `--verbose`: *verbose mode*, show all checks that are run. + +When no *job* is given, all defined jobs are checked. ## Configuration