#----------------------------------------------------------------------------
# optional package sarfile, used if OPT_SARFILE='yes'
#----------------------------------------------------------------------------
# (c) copyright 2002 by Reiner Schroeppel <reiner@schroeppel.info>
# (c) copyright 2006 by Michael Wenger <fli4l@wenger.ath.cx>
# see instructions for the licensing terms and conditions
# last modified 2006-02-22
# Version 3.0.4
#----------------------------------------------------------------------------
# Change: 22.02.2006 by Michael Wenger (for fli4l 3.0.0)
#----------------------------------------------------------------------------

OPT_SARFILE='no'        # 'yes' - enables this opt
SARFILE_WAIT_BOOT='10'  # wait x seconds before reboot/halt

SARFILE_N='0'           # how many files/directories shall be stored and restored?

# save/restore opt-accounting data
SARFILE_1_FILE='/var/log/accounting'               # the 1st file or dir to be stored/restored
SARFILE_1_SAVETO='/data/sarfile/accounting'        # the destination where file/dir 1 will be stored
SARFILE_1_RECURSIVE='yes'                          # only valid for dirs: recursion yes/no (default: no)

# save/restore imond.log
SARFILE_2_FILE='/var/log/imond.log'                # the 2nd file or dir to be stored/restored
SARFILE_2_SAVETO='/data/sarfile/imond'             # the destination where file/dir 2 will be stored

# save/restore chrony files
SARFILE_3_FILE='/var/run/chrony.*'                 # the 3rd file or dir to be stored/restored
SARFILE_3_SAVETO='/data/sarfile/chrony'            # the destination where file/dir 3 will be stored

# save/restore rrdtool-data
SARFILE_4_FILE='/var/run/rrdtool/'                 # the 4th file or dir to be stored/restored
SARFILE_4_SAVETO='/data/sarfile/rrdtool'           # the destination where file/dir 4 will be stored
SARFILE_4_RECURSIVE='yes'                          # only valid for dirs: recursion yes/no (default: no)

# save/restore trafficlog.log
SARFILE_5_FILE='/var/log/trafficlog.log'           # the 5th file or dir to be stored/restored
SARFILE_5_SAVETO='/data/sarfile/trafficlog'        # the destination where file/dir 5 will be stored

# save/restore trafficlog data
SARFILE_6_FILE='/var/log/trafficlog/'              # the 6th file or dir to be stored/restored
SARFILE_6_SAVETO='/data/sarfile/trafficlog/backup' # the destination where file/dir 6 will be stored
SARFILE_6_RECURSIVE='yes'                          # only valid for dirs: recursion yes/no (default: no)

# save/restore dyndns logs
SARFILE_7_FILE='/var/log/dyndns/'                  # the 7th file or dir to be stored/restored
SARFILE_7_SAVETO='/data/sarfile/dyndns/logs'       # the destination where file/dir 7 will be stored
SARFILE_7_RECURSIVE='yes'                          # only valid for dirs: recursion yes/no (default: no)

# save/restore dyndns ips
SARFILE_8_FILE='/var/run/dyndns/'                  # the 8th file or dir to be stored/restored
SARFILE_8_SAVETO='/data/sarfile/dyndns/ips'        # the destination where file/dir 8 will be stored
SARFILE_8_RECURSIVE='yes'                          # only valid for dirs: recursion yes/no (default: no)
