summaryrefslogtreecommitdiff
blob: 91f38f17cd5c4e6478fe0a266d41991daafc64b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# clsync system configuration file
#
# General recommendations:
# 1. Put --dir-lists on tmpfs.
# 2. Use --uid and --gid to drop privileges whenever possible.
# 3. Keeep your clsync rules and sync scripts in /etc/clsync/.

[default]
# Put your options here, see clsync man pages for a list of valid options.
# Also check examples directory (/usr/share/doc/clsync-*/examples).
#
#watch-dir       = /what/dir/to/sync
#sync-handler    = /etc/clsync/action.sh
#rules-dir       = /etc/clsync/rules
#lists-dir       = /tmp/clsync
#threading       = safe
#delay-sync      = 5
#delay-collect   = 5