Incremental file list is being sent, but no new files are being written

2009-11-04 Thread Noam Y. Tenne
Hi all I am trying to backup via ssh the complete contents of a hard drive, but I'm running into some trouble. The source is an ext3 drive on an Ubuntu 9.10, and contains various files with sizes ranging from several KB to 5GB to a total of approximately 250GB. The source is a modified LaCie

Re: Almost desperate on rsync from macbook to NAS

2009-11-04 Thread Boniforti Flavio
2009/11/4 henri he...@stmargarets.school.nz: rsync -ahzv --delete --progress --numeric-ids --ignore-errors /Users/bonny/Music/iTunes Music rsync://r...@192.168.1.100/musica/iTunes Music I am guessing that your iTunes Music folder is well 50MB. As such, testing with a smaller directory will

Re: exit status 13 in version 3.1

2009-11-04 Thread Wayne Davison
On Tue, Nov 3, 2009 at 9:25 AM, Matt McCutchen m...@mattmccutchen.netwrote: rsync error: errors with program diagnostics (code 13) at log.c(340) [sender=3.1.0dev] This means that you didn't update recently. Sadly, it appears my reply mentioning that I fixed the problem only went to Carlos,

PATCH: fast copy of files in local server mode

2009-11-04 Thread Amir Goldor
Dear List, the attached patch makes rsync of local folders almost as fast as cp. when rsync client and server has detected that they are working in local_server mode, they use local_socket, a unix domain socket pair, to pass the file descriptors of the synced files. the server uses the file