search for: smb_backup_dir

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

2003 Dec 01
0
No subject
...##### #!/bin/sh # Network backup script # written by Barry Callahan 07/09/2000 # This script makes use of the tar and smbtar utilities to form a backup tape # containing shares from multiple machines on the network # declare where this script is installed and the location of the backup indexes SMB_BACKUP_DIR="/usr/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...