# # ssyncd.conf # interval: 300 # time between sync runs in seconds work-file: /etc/ssyncd.work # list of paths to synchronize #src-path: /src/path # alternative specification of one source path #dst-path: /dst/path # alternative specification of one destination path priority: 0 # scheduling priority (range -20 - +20) # be careful with this! and read renice(8) # if you don't know what it means #no-detach: yes # [y|n] do not detach from terminal #no-sync-data: yes # [y|n] do not sync data (file contents) #no-sync-time: yes # [y|n] do not sync atime / mtime #no-sync-meta: yes # [y|n] do not sync meta-data (uid / gid / mode) #update-only: yes # [y|n] update only if source mtime > dest mtime #test: yes # [y|n] test only (modify nothing in dest.) pid-path: /var/run/ssyncd.pid # path for pid file log-mode: file # [file|syslog|stderr] logging mode log-path: /var/log/ssyncd.log # path for file based logging log-ident: ssyncd # id for syslog based logging log-level: 2 # 0 - ALL # 1 - TRACE # 2 - INFO # 3 - WARN # 4 - SEVERE # 5 - FATAL