search for: piuser

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

Did you mean: iuser
2002 Sep 23
1
Disk Space Problems with Rsync.
...75% used. Below is the script that I am executing. I am using Red Hat Linux release 7.1 (Seawolf) Kernel 2.4.9-34smp on a 2-processor i686. Does anyone have any idea on what causes this and how to fix this? #!/bin/bash export RSYNC_RSH="ssh" rsync -alz --delete --stats server:/u01/home/piuser/ /u01/home/piuser/ rsync -alz --delete --stats server:/u01/public/ /u01/public/ rsync -alz --delete --stats server:/u01/perform_data/ /u01/perform_data/ rsync -alz --delete --stats server:/u01/perform_testing/ /u01/perform_testing/ rsync -alz --delete --stats server:/u01/collect_setup/ /u01/coll...