mirror of
https://github.com/pigmonkey/spark.git
synced 2026-07-25 17:04:09 +00:00
pass verbose flag to rsync
This commit is contained in:
parent
7e8bcc206e
commit
de2c2df416
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue