From de2c2df416e56cf3c0e97e560aa6458c9513ab67 Mon Sep 17 00:00:00 2001 From: Pig Monkey Date: Thu, 24 Nov 2016 15:19:34 -0800 Subject: [PATCH] pass verbose flag to rsync --- roles/cryptshot/templates/rsnapshot.conf.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/cryptshot/templates/rsnapshot.conf.j2 b/roles/cryptshot/templates/rsnapshot.conf.j2 index 7fc6868..e021d93 100644 --- a/roles/cryptshot/templates/rsnapshot.conf.j2 +++ b/roles/cryptshot/templates/rsnapshot.conf.j2 @@ -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. #