[core] # Location of the state file # statfile = /var/spool/beam/beam.state statfile = /tmp/beam.state # Directory for temporary files tempdir = /tmp # archivedir = /var/backups items = www # Configure logging [logger] # Declare the channel. Valid values are: "file" and "syslog" channel = file # Debug verbosity level debug = 0 # This section is inspected if logger.channel=syslog [logger syslog] # Syslog facility to use facility = user # Syslog tag (default - base name of the program) tag = beam # Syslog options (a comma-separated list). Valid options are: # ndelay, noeol, nofatal, nonul, nowait, perror, and pid. options = pid # This section is inspected if logger.channel=file [logger file] # Name of the log file. Unless set, STDERR is used. #name = /var/log/backup.log # Append to the file, if it exists append = On # Print timestamp. Valid values (case-insensitive): # on, yes, true, t, 1 - to enable # off, no, false, f, nil, 0 - to disable timestamp = On # Configures backup schedule [schedule] # Do this number of incremental backups in each round levels = 2 # Do this number of rounds before starting next full backup rounds = 3 # Retain this number of completed rounds. retain = 8 [backend tar] # Any additional options to pass to tar. Do not place tar operation # switches (as -c, -t, etc.) here! These will be added automatically # by appropriate scripts, depending on the operation being performed. # # By default this variable is empty (no additional options). # options = -j # Suffix for archive files. # Default is "tar" # suffix = tar.bz2 # Directory where to store snapshot files. The files will be named as # their archive counterparts, with the suffix ".db". # # This variable must be set snapshot-dir = /var/lib/backups # [item system] # backend = tar # directory = / # file = etc var/spool/cron [item databases] backend = mysql databases = a b c individual = On [item www] backend = tar directory = /var/www