summaryrefslogtreecommitdiff
blob: 389f84e5d4b9ca9896c0dbd9a2ba5b5de336e988 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# /etc/conf.d/clsync: config file for /etc/init.d/clsync

# config file, default is /etc/clsync/clsync.conf.
# to disable set to /dev/null
#CLSYNC_CONF="/etc/clsync/clsync.conf"

# clsync options, have precedence over config file,
# see man clsync and $docdir/examples for details
#CLSYNC_OPTS=""

# Example of direct rsync usage:
#CLSYNC_OPTS="--lists-dir /tmp/clsync --mode rsyncshell
#--watch-dir /source/dir --sync-handler /usr/bin/rsync 
#--rules-file /etc/clsync/rules --distination-dir /destination/dir"

# Change clsync nice level (default is unset)
#CLSYNC_NICE="0"

# Change clsync ionice level (default is unset)
#CLSYNC_IONICE="2:7"