pass verbose flag to rsync

This commit is contained in:
Pig Monkey 2016-11-24 15:19:34 -08:00
parent 7e8bcc206e
commit de2c2df416

View file

@ -133,8 +133,8 @@ lockfile /var/run/rsnapshot-{{ target.name }}.pid
# Default rsync args. All rsync commands have at least these options set.
#
#rsync_short_args -a
#rsync_long_args --delete --numeric-ids --relative --delete-excluded
rsync_short_args -av
rsync_long_args --delete --numeric-ids --relative --delete-excluded
# ssh has no args passed by default, but you can specify some here.
#