aboutsummaryrefslogtreecommitdiff
path: root/x200-my.confd
blob: 35d26bda7b1505ec726a2099132ad5e92ade6e63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# /etc/conf.d/x200-my: config file for /etc/init.d/x200-my

# Options to pass to the x200-my daemon.

PWMFREQ_RATE="0x8bb7b16dc5b6a"

##################
# Backup options #
##################

# Activate autobackup on shutdown (true/false)?
conf_autobackup="false"
# Use rsnaphot (true/false)? 'false' means 'use rsync':
use_rsnapshot="false"

############################
# rsync/rsnapshot settings #
############################

# Path to backup directory (note that rsnapshot additionally needs
# this to be specified as 'snapshot_root' in /etc/rsnapshot.conf):
conf_backup_path="/mnt/disk/snapshots"

# The following option applies both to rsync and rsnapshot.
# Control file.  This (empty) file must exist in the backup directory:
conf_control_file="dobackup"

######################
# rsync-only setting #
######################

# rsync only option:
# Directories to backup:
conf_backup_dirs=(
    "/etc"
    "/root"
    "/usr/local"
    "/home"
)

##########################
# rsnapshot-only setting #
##########################

# Use the following line to have specific arguments passed to
# rsnapshot such as 'daily' or the like.  By default, x200-my uses
# 'alpha', which is already defined in /etc/rsnapshot.conf:
rsnapshot_args="alpha"