Skip to content

Commit 4b51951

Browse files
committed
Short --progress option -p
1 parent 4dccf17 commit 4b51951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snapper2borg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
BORG_BACKUP_PATH="/mnt/external1/backups"
44
BORG_COMPRESSION="auto,zstd"
55
BORG_FLAGS="-x -s"
6-
#BORG_FLAGS="-x -s --progress"
6+
#BORG_FLAGS="-x -s -p"
77
#BORG_PASSPHRASE="${BORG_PASSPHRASE}"
88
BORG_PASSCOMMAND="cat /root/.borg_password"
99
BORG_ENCRYPTION="repokey-blake2"

0 commit comments

Comments
 (0)