Displaying 1 result from an estimated 1 matches for "vvacrrlpogtxz".
2002 Mar 19
1
rsync 2.5.4 problem crossing file systems
...f the -x flag. Can anyone help me with this please?
I've also submitted a bug report.
I'm running the rsync from a script that, now that I look at it, might be
confusing rsync. I've enclosed the script below.
Regards,
George...
#!/bin/sh -xv
rsync()
{
/usr/lsd/SunOS.5.7/bin/rsync -vvacrRlpogtxz --stats --progress $*
}
cd / ;rsync * 10.26.8.10:/r2.root
--exclude-from=/rsync-excludes
cd /usr ;rsync * 10.26.8.10:/r2.usr
--exclude-from=/rsync-excludes
cd /opt ;rsync * 10.26.8.10:/r2.opt
--exclude-from=/rsync-excludes
cd /var ;rsync * 10.26.8.10:/r2....