Andre Quintana
2001-Oct-11 16:04 UTC
Using rsync 2.3.1, individual file size limitation...
Dear Folks, Our Company VESTEK have been using "rsync" for the past 4 months. As of today, it was pointed out that any file larger then 2,147,483,647kb (to be specific) could not be rsynced. We found too that this message in our com- mon output file showed up: send_files failed to open .../data1/intlmv.data/histimv.rec: Value too large for defined data type First thing that came to mind when brought to our attention was, did we overlook the file size limitation on the man page for rsync? Anyway, if one of you folks can respond to helping us out in letting us know if there is a fix to this. As I can see an upgrade of the "rsync" program to 2.4.6 may hopefully resolve this problem. Now that brings another question in mind, what is the limitation of a file? I just learned we have a file thats as large as 5.7gb. Can rsync handle that? Sincerely, Andre' Quintana Server Operations Manager Vestek System, Inc. 388 Market Street, Suite 700 San Francisco, CA 94111 (415) 3989-6340 x143
David Starks-Browning
2001-Oct-11 20:57 UTC
Using rsync 2.3.1, individual file size limitation...
On Wednesday 10 Oct 01, Andre Quintana writes:> Dear Folks, > > Our Company VESTEK have been using "rsync" for the > past 4 months. As of today, it was pointed out that any > file larger then 2,147,483,647kb (to be specific) could not > be rsynced.This 2GB filesize limit depends on the operating system. You don't mention them, so there is not much we can tell you. Regards, David
> send_files failed to open .../data1/intlmv.data/histimv.rec: > Value too large for defined data typeIs that Solaris 8? I ask not just because you should have mentioned this in the bug report (tsk tsk :-) but that I've seen that error and it *didn't* have anything to do with file size (or rsync) but instead had to do with files having "negative" timestamps - often created by unzip. Just something to keep in mind, when resubmitting your question with enough information to actually make sense of it...