rsync is your friend! Put a copy of this on both systems and then run something similar to this.
echo "--- Processing APS ---" /usr/local/bin/rsync -avzrpog --stats /dbms/APS [EMAIL PROTECTED]::dbms --password-file =/root/reston Makes a copy of the CHANGED files from one system to another at the bit level. Works great, and is easy on the bandwidth. On 12/28/05, Jeff Powell <[EMAIL PROTECTED]> wrote: > Susan, > > We are on an AIX platform and we used NFS / CP to move from an IBM F50 > to F80 recently. Additionally I use a CRON with find -mtime - 24 and cp > to copy anything that has changed in the last 24 hours so that old F50 > becomes a standby system. This usually copies within 3 hours over a > 100baseT network. > > I'll be happy to provide scripts if you want them. > > HTH > > Jeff > > On Mon, 2005-12-26 at 08:45 -0500, Susan Joslyn wrote: > > Greetings, > > > > Anyone come up with a really clever way to move a great deal of data from > > one machine to another (completely different Multivalue Platforms; jbase -> > > Universe) all within the space of a weekend? > > > > We've tried some of the telnet programs that have multivalue specific file > > transfers ... take too long. Writing something on our own now -- but > > thought I'd check to see if one of you other smart guys or gals have solved > > this problem. > > > > Cheers and TIA, > > Susan > > ------- > > u2-users mailing list > > [email protected] > > To unsubscribe please visit http://listserver.u2ug.org/ > ------- > u2-users mailing list > [email protected] > To unsubscribe please visit http://listserver.u2ug.org/ > -- Don Kibbey ------- u2-users mailing list [email protected] To unsubscribe please visit http://listserver.u2ug.org/
