2021-07-26 12:23:11 -07:00
|
|
|
# be sure to add trailing / to avoid making a subdirectory under destination
|
|
|
|
source: ./example/source/
|
|
|
|
destination: example
|
|
|
|
flags: "av"
|
2019-02-16 18:55:44 -08:00
|
|
|
runOpts:
|
2021-07-26 12:23:11 -07:00
|
|
|
cli: true
|
2019-02-10 22:25:17 -08:00
|
|
|
excludeFrom:
|
2021-07-26 12:23:11 -07:00
|
|
|
- .gitignore
|
|
|
|
- example/source/.npmignore
|
2019-02-10 22:25:17 -08:00
|
|
|
exclude:
|
2021-07-26 12:23:11 -07:00
|
|
|
- .gitignore
|
|
|
|
- .npmignore
|
2019-02-10 22:25:17 -08:00
|
|
|
set:
|
|
|
|
- delete
|
|
|
|
- delete-excluded
|
2019-02-16 18:55:44 -08:00
|
|
|
- stats
|
2021-07-26 12:23:11 -07:00
|
|
|
watch: # true
|
2019-02-10 22:25:17 -08:00
|
|
|
wait: 200
|
|
|
|
immediate: true
|
2019-02-16 18:55:44 -08:00
|
|
|
ssh:
|
2021-07-26 12:23:11 -07:00
|
|
|
host: trantor.kebler.net
|
|
|
|
username: rbackup
|
|
|
|
privateKeyPath: /mnt/AllData/secure/privatekeys/xfer.kebler.net
|
2019-02-16 18:55:44 -08:00
|
|
|
# quiet: true
|
|
|
|
# additional: ''
|