Displaying 1 result from an estimated 1 matches for "scasd".
Did you mean:
scard
2002 Jan 08
1
Rsync Problems
...our client server was rebuilt. On the client server (Mira) we have
installed rsync to the /usr/local/bin directory and have written the
following script to run it from the client:
-------------
#!/bin/sh
export PATH=$PATH:/bin:/usr/bin:/usr/local/bin:/etc
/usr/local/bin/rsync -e ssh -avzr polaris.scasd.k12.pa.us:/var/mail
/var/backup/mail
-------------
If I run this script by typing "./rsync.mail.script.sh" everything seems
to work as it displays the following:
-------------
mira# ./rsync.mail.script.sh
receiving file list ... done
mail/
mail/agw11
mail/akf12
mail/alg13
mail/avr12
mai...