Skip to content

Releases: perfecto25/poni

0.1.4

07 Oct 04:45
2126619
Compare
Choose a tag to compare
  • logging changes - ability to add log level to log output

0.1.2

17 Jul 22:28
f7fd63d
Compare
Choose a tag to compare
  • 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

07 Jun 20:02
b0df1f0
Compare
Choose a tag to compare
  • bugfixes
  • added rsync interval
  • added option to log to syslog or to specific file

0.1.0

19 Apr 02:23
Compare
Choose a tag to compare
config