$TESTING = 0; $LOGDIR = "/Backup/snapshots/log"; $FSSNAP = "/usr/sbin/fssnap"; $TAPEPATH = ""; # Where to put the tape dumps $DISKPATH = "/Backup/snapshots"; # Where to put the disk dumps $REMOTE = '| ssh -x root@rolla dd of=/dev/rmt/0cbn bs=65536'; #$REMOTE = '| ssh -x root@rolla dd of=/export/rolla.int1/test'; %DRIVES = ( # Drives to back up 'edmonton' => '/', );