Ben Gemmill

Results 77 comments of Ben Gemmill

@Thinkscape thanks for the find, those should have all gone away with the xattr mtime work.

@Thinkscape I can't reproduce that here; are the files really 0 if you look at amazon's website? Also, does your log have any connection issues?

@yadayada I was thinking of adding support for chmod/chown (uid, gid, mode) information to be stored like mtime so rsync can preserve those too. New PR or should I get...

@Thinkscape writing gaps would have shown up as an illegal seek before this PR; we still require files to be written to sequentially. In order to lift that, we'd have...

@yadayada looking at bug #400 what is the correct way of dealing with the end not reached for change requests now that incomplete syncs need to be spaced by multiple...

@yadayada should we be defaulting to old-sync if an incremental one fails? There are examples in the wild of people incremental syncing in tight loops to make it work when...

acdcli is up on my end, so probably not an outright ban. If you were getting 429s, I've observed amazon shutting me out for a length of time after a...

Have a look at duplicity if this is a concern; it may be more straightforward to layer a chunking system over top of acdcli than to build it in.

@gebn have a look at PR #374, I needed to implement retry handling for the use mount in order to make borg backup work.

sync appears to have a per host backoff on the amazon end, implemented in terms of number of nodes it'll give out to clients I had to old-sync for a...