{# Device to backup to - non-rewinding version please!
#
# Examples:
#    Linux SCSI: /dev/nst0       Linux IDE: /dev/nht0
#    Linux ftape: /dev/nqft0     FreeBSD SCSI: /dev/nrsa0
#
# If a directory, archive to files in that directory rather than a device
#
    my $device = $backup{'Device'} || '/dev/nst0';
    $OUT .= "\$device = '$device';";
}
