Rate-limit progress reports
This commit is contained in:
parent
740ca41cf9
commit
fb556ae0ad
2 changed files with 2 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ echo "Hooks done"
|
||||||
# restic backend
|
# restic backend
|
||||||
source /etc/backup-client/restic.env
|
source /etc/backup-client/restic.env
|
||||||
|
|
||||||
|
export RESTIC_PROGRESS_FPS=1
|
||||||
restic backup \
|
restic backup \
|
||||||
{{ restic_combined_flags }} \
|
{{ restic_combined_flags }} \
|
||||||
--verbose \
|
--verbose \
|
||||||
|
|
|
||||||
|
|
@ -121,6 +121,7 @@ set -euo pipefail
|
||||||
{% if backup_backend == 'restic' %}
|
{% if backup_backend == 'restic' %}
|
||||||
# restic backend
|
# restic backend
|
||||||
source /etc/backup-client/restic.env
|
source /etc/backup-client/restic.env
|
||||||
|
export RESTIC_PROGRESS_FPS=1
|
||||||
restic backup \
|
restic backup \
|
||||||
{{ restic_combined_flags }} \
|
{{ restic_combined_flags }} \
|
||||||
--verbose \
|
--verbose \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue