additional params
This commit is contained in:
@@ -13,3 +13,12 @@ n = 2
|
||||
|
||||
# log_level: pick from DEBUG | INFO | WARNING | ERROR | CRITICAL
|
||||
log_level = "INFO"
|
||||
|
||||
# use to pass arguments to the rsync binary running locally
|
||||
# see rsync help/manpage for details
|
||||
[rsync_parameters]
|
||||
# --rsync-path
|
||||
rsync_path = "/usr/bin/rsync"
|
||||
|
||||
# --exclude-from
|
||||
exclude_from = ".rsync-exclude.txt"
|
||||
|
||||
Reference in New Issue
Block a user