Verbose backups for restic

This commit is contained in:
Salt 2025-01-21 15:58:23 -06:00
parent 2bfc6f489d
commit 51cf91e0c4

View File

@ -56,6 +56,7 @@ backup() {
done done
# Back up everything in the $DIRS array (which was passed as args) # Back up everything in the $DIRS array (which was passed as args)
/opt/restic-wrapper \ /opt/restic-wrapper \
--verbose \
backup \ backup \
"$@" "$@"
# In addition, we should also prune our backups # In addition, we should also prune our backups