Remove too verbose --verbose in backup-standalone

In recent versions it enabled per-file "verbose_status" messages.
This commit is contained in:
Julian Rother 2024-08-18 22:55:08 +02:00
parent 1226688b22
commit 3d321920f7
No known key found for this signature in database
GPG key ID: 8F9B6AE9BAAE4899

View file

@ -20,7 +20,6 @@ echo "Hooks done"
export RESTIC_PROGRESS_FPS=1 export RESTIC_PROGRESS_FPS=1
restic backup \ restic backup \
{{ restic_combined_flags }} \ {{ restic_combined_flags }} \
--verbose \
--exclude-caches \ --exclude-caches \
--one-file-system \ --one-file-system \
--exclude "${RESTIC_REPOSITORY}" \ --exclude "${RESTIC_REPOSITORY}" \