# /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"