initial commit
This commit is contained in:
15
many-rsync/example-sync.toml
Normal file
15
many-rsync/example-sync.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
# many-rsync configuration
|
||||
# remote_folder: full rsync-compatible remote path
|
||||
# don't forget the trailing slash!
|
||||
# /Users/foo/target/
|
||||
# foo@bar:/home/foo/target/
|
||||
remote_folder = ""
|
||||
|
||||
# local_folders: bare folder names (resolved relative to $HOME)
|
||||
local_folders = []
|
||||
|
||||
# n: max parallel rsync processes (default: 2)
|
||||
n = 2
|
||||
|
||||
# log_level: pick from DEBUG | INFO | WARNING | ERROR | CRITICAL
|
||||
log_level = "INFO"
|
||||
Reference in New Issue
Block a user