Displaying 1 result from an estimated 1 matches for "mount_afp".
Did you mean:
mount_9p
2009 Mar 31
2
Help With File transfer of files named "Apple*" + Lacie 5Big RAID
...ternal volume of staff users to the AFP share
via this command set nightly.
---------------------------
#!/bin/sh
#set -xv; exec 1>~/Desktop/out 2>&1
if [ -d /Volumes/Backup ]
then
umount "/Volumes/Backup"
sleep 2
fi
if [ ! -d /Volumes/Backup ]
then
mkdir /Volumes/Backup
mount_afp afp://backup:backup@stBackup.example.com/Backup /Volumes/
Backup
fi
mkdir -p /Volumes/Backup/Staff_Backup
date=`date "+%Y-%m-%d"`
rsync -rltP --exclude-from /main_backup_excludes.txt --link-dest=/
Volumes/Backup/Staff_Backup/current /Volumes/st1/Staff/ /Volumes/
Backup/Staff_Backup/b...