summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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[@]}"