26 lines
497 B
YAML
Executable File
26 lines
497 B
YAML
Executable File
# be sure to add trailing / to avoid making a subdirectory under destination
|
|
source: ./example/source/
|
|
destination: example
|
|
flags: "av"
|
|
runOpts:
|
|
cli: true
|
|
excludeFrom:
|
|
- .gitignore
|
|
- example/source/.npmignore
|
|
exclude:
|
|
- .gitignore
|
|
- .npmignore
|
|
set:
|
|
- delete
|
|
- delete-excluded
|
|
- stats
|
|
watch: # true
|
|
wait: 200
|
|
immediate: true
|
|
ssh:
|
|
host: trantor.kebler.net
|
|
username: rbackup
|
|
privateKeyPath: /mnt/AllData/secure/privatekeys/xfer.kebler.net
|
|
# quiet: true
|
|
# additional: ''
|