search for: tape_file

Displaying 1 result from an estimated 1 matches for "tape_file".

Did you mean: make_file
2003 Dec 01
0
No subject
...r/local/samba/backup"; SMB_INDEX_DIR="${SMB_BACKUP_DIR}/shares"; # user information for logging into the Win machines SMB_USER="I'm not"; SMB_PASSWD="telling"; # tape device to use for backup # (NOTE: you want to ensure that this is a NON-REWINDING device) TAPE_FILE="/dev/nrst4"; # Command for rewinding the tape when done REWIND_CMD="mt -f ${TAPE_FILE} rewind"; ############# End Configuration section of script ################### ${REWIND_CMD} # Don't assume the tape has already been rewound for CLIENT in `ls ${SMB_INDEX_DIR}` do...