RE: large file support

2005-11-15 Thread tony
You aren't running out of free disk space in the middle? There is always some kind of error message. You or I may not understand it, but there's people here who do. >- --- Original Message --- - >From: [EMAIL PROTECTED] >To: rsync@lists.samba.org >Sent: Tue, 15 Nov 2005 19:56:47 >

large file support

2005-11-15 Thread Manuel Kissoyan
Wondering if rsync support very large files Im trying to backup a 15Gb .tar.gz file, is one file, but keeps hanging in the middle of the transfer. Thank you! -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/fa

write_unbuffered -- Connection reset by peer

2005-11-15 Thread Alun
Dear all, This is just a placeholder really - I've spent quite a lot of time trying to track down the cause of a problem I'm seeing here, and have eventually got an answer. Thought it might be useful to have the solution googleable. Obviously, if someone has better ideas, I'd welcome comments.

RE: Human readable output

2005-11-15 Thread Tony
Christoph Biedl Tuesday, November 15, 2005 4:20 AM > > Manuel L?pez-Ib??ez wrote... > > > I vote for this feature. In du and df commands, this is invoked with: > > -h, --human-readable > > print sizes in human readable format (e.g., 1K 234M 2G) > > > > --si likewise, but use powers of 1000 n

Re: Human readable output

2005-11-15 Thread Christoph Biedl
Manuel L?pez-Ib??ez wrote... > I vote for this feature. In du and df commands, this is invoked with: > -h, --human-readable > print sizes in human readable format (e.g., 1K 234M 2G) > > --si likewise, but use powers of 1000 not 1024 > > Currently, in rsync, -h is the short form of --help.