Re: Max filesize for rsync?

2005-04-15 Thread Jeff Schoby
Actually, it said that the file was too big, so it wasn't a question of performance, it just wouldn't do it. I set my AIX environment to allow me to have files of unlimited size, rsync still said it was too big. >>> Shachar Shemesh <[EMAIL PROTECTED]> 04/14/05 1:28

Re: Max filesize for rsync?

2005-04-13 Thread Jeff Schoby
Well, I got -further- by changing the fsize= to -1 in /etc/security/limits on my AIX boxes, but rsync ultimately still did not like my 15GB file I wanted to transfer. Had to resort to good ol' plain vanilla ftp. >>> Shachar Shemesh <[EMAIL PROTECTED]> 04/13/05 2:52 PM &

Re: Max filesize for rsync? (solved?)

2005-04-13 Thread Jeff Schoby
in. You should be able to use rsync to copy large files. Seems to be working in my case -- Jeff Schoby Unix/Network Admin City of Columbia, Missouri 573.874.6320 -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr

Re: Max filesize for rsync?

2005-04-12 Thread Jeff Schoby
tor] rsync: error in rsync protocol data stream (code 12) at io.c(420) _exit_cleanup(code=12, file=io.c, line=420): about to call exit(12) >>> "Steve Bonds" <[EMAIL PROTECTED]> 04/12/05 12:13 PM >>> On Apr 12, 2005 10:04 AM, Jeff Schoby wrote: > How do I bu

Re: Max filesize for rsync?

2005-04-12 Thread Jeff Schoby
; 04/12/05 11:36 AM >>> On Tue 12 Apr 2005, Jeff Schoby wrote: > What the maximum filesize rsync can transfer? 2GB (4GB?) should always be possible, when built with the appropriate options for large file support >4GB files are no problem. > I'm trying to rsync one of my

Max filesize for rsync?

2005-04-12 Thread Jeff Schoby
What the maximum filesize rsync can transfer? I'm trying to rsync one of my servers to another but the rsync is croaking on a file that's barely 1GB. Tips, hints, suggestions? rsync server is AIX 4.3.3 ML11 - rsync 2.6.3 rsync client is AIX 5.3 ML1 - rsync 2.6.4 Thanks -Jeff