Re: Unable to rsync files of size 30 GB

2003-10-14 Thread Nitin Agarwal
Hi, I m using rsync on AIX 4.3 for backing up a huge database. Rsync gives error on bringing files greater than 2 GB. I tried the 64 bit version of Rsync 2.5.6 (on 64bit file system) also, but it didnt worked. Command i m giving is: rsync -avz --ignore-errors 10.10.10.10::backup /backupdir OUTP

Re: Unable to rsync files of size 30 GB

2003-10-13 Thread jw schultz
On Mon, Oct 13, 2003 at 02:34:00PM +0100, Andy Henson wrote: > Rsync maps files into memory, so it cannot handle files larger than the > program's address space. On 32 bit machines this is likely to be less > than 2GB. > > You don't say what processor you are running on? Can it map files of >

Re: Unable to rsync files of size 30 GB

2003-10-13 Thread Andy Henson
Rsync maps files into memory, so it cannot handle files larger than the program's address space. On 32 bit machines this is likely to be less than 2GB. You don't say what processor you are running on? Can it map files of bigger than 2GB into memory? Andy Henson -- To unsubscribe or change o