Re: [U2] Fast file transfers

2005-12-28 Thread Jeff Powell
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

Re: [U2] Fast file transfers

2005-12-28 Thread Don Kibbey
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

RE: [U2] Fast file transfers

2005-12-27 Thread Lettau, Jeff
Sent: Monday, December 26, 2005 8:45 AM To: u2-users@listserver.u2ug.org Subject: [U2] Fast file transfers 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

Re: [U2] Fast file transfers

2005-12-27 Thread mgolden
@listserver.u2ug.org To u2-users@listserver.u2ug.org cc Subject [U2] Fast file transfers 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

Re: [U2] Fast file transfers

2005-12-27 Thread mgolden
Susan, You didn't mention what operating systems you were dealing with, but I had a similar situation with Unix and found the following to be quite effective: 1. tar the data into a single tar archive file 2. gzip the archive file (I got 6:1 compression ratio on top of the tar compression) 3.

[U2] Fast file transfers

2005-12-26 Thread Susan Joslyn
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 ...

RE: [U2] Fast file transfers

2005-12-26 Thread James F Thompson
@listserver.u2ug.org Subject: [U2] Fast file transfers .. 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? .. Cheers and TIA, Susan --- u2-users mailing list u2

RE: [U2] Fast file transfers

2005-12-26 Thread Debster
] Fast file transfers 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

RE: [U2] Fast file transfers

2005-12-26 Thread Debster
Universe also has bulk data move -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Susan Joslyn Sent: Monday, December 26, 2005 8:45 AM To: u2-users@listserver.u2ug.org Subject: [U2] Fast file transfers Greetings, Anyone come up with a really clever way

Re: [U2] Fast file transfers

2005-12-26 Thread Dave Taylor
: Monday, December 26, 2005 5:45 AM Subject: [U2] Fast file transfers 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