zzz_evobackup: replace rsync option --verbose by --itemize-changes
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jérémy Lecour 2022-06-02 15:53:00 +02:00 committed by Jérémy Lecour
parent 6c2ba1bc79
commit 417876cbba
2 changed files with 4 additions and 2 deletions

View File

@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Use --dump-dir instead of --backup-dir to supress dump-server-state warning
* Do not use rsync compression
* Replace rsync option --verbose by --itemize-changes
### Deprecated

View File

@ -400,8 +400,9 @@ sync_tasks() {
# ignore check because we want it to split the different arguments to $rep
# shellcheck disable=SC2086
rsync --archive --verbose \
--stats --human-readable --relative --partial \
rsync --archive \
--itemize-changes --stats --human-readable \
--relative --partial \
--delete --delete-excluded --force --ignore-errors \
--exclude "dev" \
--exclude "lost+found" \