summaryrefslogtreecommitdiffstats
path: root/backup.sh
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2020-02-14 15:25:43 +0100
committerFlorian Pritz <bluewind@xinu.at>2020-02-14 15:25:43 +0100
commitebc80494f4eb39b6119f931bcc9a4b05d7291f0f (patch)
treed597dc5393f2b6f729cd82821b6792226e4fad9a /backup.sh
parent4f9c8e89022e07ffefab559e3ca8d06af557be82 (diff)
downloadbin-ebc80494f4eb39b6119f931bcc9a4b05d7291f0f.tar.gz
bin-ebc80494f4eb39b6119f931bcc9a4b05d7291f0f.tar.xz
backup.sh: Show added/modified files when run interactively
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'backup.sh')
-rwxr-xr-xbackup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/backup.sh b/backup.sh
index 58518a9..2301ce9 100755
--- a/backup.sh
+++ b/backup.sh
@@ -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[@]}"