#!/bin/sh # Written by: Brenda Bell # Version: 1.03 # Date: 16 Feb 2003 # URL: opensource.theotherbell.com # # archivedir # # The root of the directory where the archive will be written # archivedir=/tmp # # backupdatadir # # The directory where backup2disk will look for exclusion and timestamp files # backupdatadir=${BACKUP2DISKHOME}/data # # crossfilesystems # # Set to no to enable tar's --one-file-system option # crossfilesystems=no # # dereferencelinks # # Set to yes to enable tar's --dereference option # dereferencelinks=no # # disablecompression # # Set to no to disable tar's --gzip option # disablecompression=no # # disableverisy # # Set to yes to trigger a tar --list upon completion # disableverify=no # # excludefile # # Set to none to disable tar's --exclude-from option; set to default to force backup2disk to # use exclude-default; set to a filename to force backup2disk to use a custom # exclusion file # excludefile=none # level # # Set to 0 to perform a full backup; set to 1 to perform an incremental backup of # all files modified since the most recent level 0 backup; set to 2 to perform an # incremental backup of all files modified since the most recent level 1 backup # level=0 # # mount # # The command backup2disk will use to mount a remote file system before the backup begins # mount= # # notification # # Set to none to disable email notifications; set to summary to enable simple verification; # set to list or verbose list to enable tar's --list and/or --verbose options # notification=verboselist # # sendto # # The email address where notifications should be sent # sendto=root@`hostname` # # sourcedir # # The directory to be archived # sourcedir=/ # # umount # # The comment backup2disk will use to unmount a remote file system after the backup completes # umount=