Re: rsync to fat32 on different platforms

2009-01-08 Thread Matt McCutchen
On Thu, 2009-01-08 at 11:38 +0100, Andreas Nef wrote: > I have a dozen of external usb disks which should be kept in sync with > a central rsync server. > As I can't predict which OS they will be used with they are formatted > with fat32. If I use them with either Linux (ubuntu) or OS X rsync

Re: Delete only run

2009-01-08 Thread Wayne Davison
On Thu, Jan 08, 2009 at 11:29:21AM +0100, Fabian Cenedese wrote: > --delete-before receiver deletes before transfer (default) The man page was lagging behind. I've checked in a fix. Thanks! > Is there a way to take advantage of incremental, even if it means > running rsync twice? You c

rsync to fat32 on different platforms

2009-01-08 Thread Andreas Nef
I have a dozen of external usb disks which should be kept in sync with a central rsync server. As I can't predict which OS they will be used with they are formatted with fat32. If I use them with either Linux (ubuntu) or OS X rsync works without problems. However, when I try the syncing with

What dependencies are tolerated for rsync ?

2009-01-08 Thread Simo Sorce
Dear list, I have had some requests, for some time now, to develop a patch to make it possible to use a better hashing algorithm than md5 (or md4) in rsync (even more so after the recent md5 collision attack on Certificate authorities). Aside the fact that this will require a new protocol version o

Re: Delete only run

2009-01-08 Thread Fabian Cenedese
Sorry Matt for mailing you personally. At 03:58 08.01.2009 -0500, you wrote: >On Thu, 2009-01-08 at 09:42 +0100, Fabian Cenedese wrote: >> I have a backup on a NAS that is quite full. So when I try to backup >> changed stuff it may run out of space, but only because rsync may >> try to write a new

Re: Delete only run

2009-01-08 Thread Matt McCutchen
On Thu, 2009-01-08 at 09:42 +0100, Fabian Cenedese wrote: > I have a backup on a NAS that is quite full. So when I try to backup > changed stuff it may run out of space, but only because rsync may > try to write a new file before deleting the old one. That not only means > changed files in the same

Delete only run

2009-01-08 Thread Fabian Cenedese
Hi I have a backup on a NAS that is quite full. So when I try to backup changed stuff it may run out of space, but only because rsync may try to write a new file before deleting the old one. That not only means changed files in the same place but also moved files, so delete-before wouldn't help.