Martin Pool
Martin Pool
The rename happens inside the Transport, in https://github.com/sourcefrog/conserve/blob/57df38bc94e9c47102dbf8a3e0880e6257f72a3d/src/transport/local.rs#L89-L105
So yes, we could add an option, at least as a way to experiment. I would like to set a default that is good for the widest range of situations...
If someone is interested in doing this here is a guide: There are actually a few variables to consider, including: https://github.com/sourcefrog/conserve/blob/1c8a847047a81dc03866f4914c0ddb853c102963/src/lib.rs#L91-L98 https://github.com/sourcefrog/conserve/blob/1c8a847047a81dc03866f4914c0ddb853c102963/src/index.rs#L31 - [ ] Add variables to `BackupOptions` -...
> Hey, just a quick thought: What happens if we mix a backups with different block size in the same archive? Nothing too bad: nothing should be making strong assumptions...
> > Finally: are you really seeing seconds per 1MB object to cloud storage? Which service, over what network? I wouldn't be surprised by 300-1000ms but seconds seems high? >...
Oh the logging might be on my SFTP branch.
I don't think Conserve requests to read any archive directory during a backup. (It does during validate, delete, and gc). If rclone reads the remote directory repeatedly even when the...
This _might_ be connected to #175 just fixed by @WolverinDEV which is one cause of repeatedly re-reading files. However, there are some other cases where it reads a small file...
Yep, it does currently 1. See if the block is already present, in which case we don't need to do the work to compress it. 2. Write to a temporary...
Hey, thanks again for the idea. I think there is interesting potential to generate smaller-than-function mutations. That's likely to greatly increase the number of mutations, which makes parallelization (#39) more...