diff options
Diffstat (limited to 'x200-my.confd')
-rw-r--r-- | x200-my.confd | 17 |
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 | ||
5 | PWMFREQ_RATE="0x8bb7b16dc5b6a" | 5 | PWMFREQ_RATE="0x8bb7b16dc5b6a" |
6 | |||
7 | # | ||
8 | # Backup options | ||
9 | # | ||
10 | # Activate autobackup on shutdown (true/false) | ||
11 | conf_autobackup="false" | ||
12 | # Path to backup directory: | ||
13 | conf_backup_path="/mnt/disk" | ||
14 | # Control file. This (empty) file must exist in the backup directory: | ||
15 | conf_backup_control_file="dobackup" | ||
16 | # Directories to backup: | ||
17 | conf_backup_dirs=( | ||
18 | "/etc" | ||
19 | "/root" | ||
20 | "/usr/local" | ||
21 | "/home" | ||
22 | ) | ||