diff options
author | Florian Pritz <bluewind@xinu.at> | 2020-02-14 15:25:43 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2020-02-14 15:25:43 +0100 |
commit | ebc80494f4eb39b6119f931bcc9a4b05d7291f0f (patch) | |
tree | d597dc5393f2b6f729cd82821b6792226e4fad9a | |
parent | 4f9c8e89022e07ffefab559e3ca8d06af557be82 (diff) | |
download | bin-ebc80494f4eb39b6119f931bcc9a4b05d7291f0f.tar.gz bin-ebc80494f4eb39b6119f931bcc9a4b05d7291f0f.tar.xz |
backup.sh: Show added/modified files when run interactively
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rwxr-xr-x | backup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -133,7 +133,7 @@ backup_borg() { ) if tty -s; then - options+=(--progress --stats) + options+=(--progress --stats --list --filter AME) fi borg create "${options[@]}" "$dst::$backup_prefix-$(date "+%Y%m%d-%H%M%S")" "${src[@]}" |