Displaying 1 result from an estimated 1 matches for "imacnrol".
Did you mean:
imacnroll
2002 Jul 09
0
Error 23
...# Determine if script was run by root
set user = `whoami`
if ( $user != root ) then
echo "You must run this script as root, else you
may not have privileges"
echo "to properly restore all files."
exit 1
endif
## Setup the argument components
set masterDir = "/Volumes/imacnroll/MacOSX/
MasterBase"
set rsync = "/usr/bin/rsync"
set ssh = "--rsh=/usr/bin/ssh"
set recursive = "--recursive"
set preserve = "--times -og --links"
set prog = "--progress"
set stats = "--stats"
set delete = "--delete"
set re...