# ISCSI_TARGETS A space-separated list of ISCSI targets in the form # /: of ISCSI targets to mount #ISCSI_TARGETS="iqn.2011-01.org.wamblee:falcon.backup/192.168.122.1:3260" ISCSI_TARGETS="" # SOURCES A space separated list of logical volumes with optional snapshot volume size in the form # [:snapshotsize] #SOURCES="nonraid/vcr:10000 root3/root system3/data system3/java nonraid/films" SOURCES="" # BANDWIDTH Max bandwidth to use in MB/s # BANDWIDTH="300" BANDWIDTH="40" # SNAPSHOTSIZE Default snapshot volume size in MB to use SNAPSHOTSIZE="1024" #### Advanced settings below. Only use when you want to use alternate methods to determin the #### backup logical volume groups and names. #### By default backup of a logical volume /dev/vg/lv will be made to /dev/bak-vg/lv. # VG_PATTERN Volume group pattern. Leave unset if you want to use the default. VG_PATTERN="" # LV_PATTERN Logical volume name pattern. Leave unset if you want to use the default. LV_PATTERN="" # BACKUP_VOLUMES In case you define alternate patterns for volume group and logical volume of th e # backup then you must specify the backup volumes explicitly. Leave blank otherwise. If set it will # always override the default backup volumes to use when deleting a previous backup #BACKUP_VOLUMES="jantje/kees jantje/bla pietje/x" BACKUP_VOLUMES=" "