Skip to content

Commit

Permalink
Reduce verbosity of backup operations by not printing ALL the files
Browse files Browse the repository at this point in the history
  • Loading branch information
luispabon committed Oct 6, 2022
1 parent 90c7129 commit 04f657f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion borg-backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ fi
borg create ::${BACKUP_NAME} \
${HOME} \
-v \
--progress \
--stats \
--list \
--exclude-from ${EXCLUDES_FILE} \
--compression zlib,6

Expand Down

0 comments on commit 04f657f

Please sign in to comment.