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
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
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
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
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
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
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.