aboutsummaryrefslogtreecommitdiff
path: root/x200-my.confd
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2019-12-13 16:09:44 +0100
committerRobert Alessi <alessi@robertalessi.net>2019-12-13 16:09:44 +0100
commit43c52017c78bbc67ec7a7ab3b690fdf2ffb0f98a (patch)
tree480eda01fb6295cbb235e5d45609fdd705e3d8bd /x200-my.confd
parent1c2d04abc8d0b005714719bd95b154d2a895e9f2 (diff)
downloadx200-my-43c52017c78bbc67ec7a7ab3b690fdf2ffb0f98a.tar.gz
new option to backup repositories0.3
Diffstat (limited to 'x200-my.confd')
-rw-r--r--x200-my.confd17
1 files changed, 17 insertions, 0 deletions
diff --git a/x200-my.confd b/x200-my.confd
index 44312bc..a65dd69 100644
--- a/x200-my.confd
+++ b/x200-my.confd
@@ -3,3 +3,20 @@
3# Options to pass to the x200-my daemon. 3# Options to pass to the x200-my daemon.
4 4
5PWMFREQ_RATE="0x8bb7b16dc5b6a" 5PWMFREQ_RATE="0x8bb7b16dc5b6a"
6
7#
8# Backup options
9#
10# Activate autobackup on shutdown (true/false)
11conf_autobackup="false"
12# Path to backup directory:
13conf_backup_path="/mnt/disk"
14# Control file. This (empty) file must exist in the backup directory:
15conf_backup_control_file="dobackup"
16# Directories to backup:
17conf_backup_dirs=(
18 "/etc"
19 "/root"
20 "/usr/local"
21 "/home"
22)