diff --git a/README.md b/README.md index e532e83..bc32b7d 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,11 @@ Summarises [borg](https://borgbackup.readthedocs.io/en/stable/#what-is-borgbacku ## How to use Pipe the output of 'borg create --json' to the script, for example: -> borg create --json /repo/path::name /important/data/ | python3 ./main.py \ No newline at end of file +> borg create --json /repo/path::name /important/data/ | python3 ./main.py -l [label] + +### Arguments: +* -o / --output -> specify database location +> -o /home/user/borg/logs +* -l / --label -> specify label for borg repo +> -l "Server backups" +* -s / --summary -> print summary \ No newline at end of file