Releases: perfecto25/poni
Releases · perfecto25/poni
0.1.4
0.1.2
- yaml config value fixes
- allow Default values to be placed in config.yaml, this allows for multiple Sync configs to use shared default values, ie
defaults:
remote_user: joe
remote_host: nycweb1
sync:
/path/to/file1: []
/path/to/file2: []
/path/to/file3:
remote_user: bob
first 2 files will use Default values, 3rd file will use specific user
0.1.1
- bugfixes
- added rsync interval
- added option to log to syslog or to specific file
0.1.0
config