TW
TW
Guess it is not just about the module name, but also the cli cmd name. OTOH, I'ld dislike to put the version number into the cli cmd name. For testing,...
Note: i updated the top post with the current progress and also released 2.0.0a3 - if no one is holding me back with negative testing results, I'll soon merge the...
@FabioPedretti the point of using zlib is that python3 provides it, so there is no additional dependency for borg.
as there was no negative feedback from alpha testing, i just merged the `borg2` branch into `master`. 🚀 keeping this issue open until N+1 for the misc. remaining TODO.
IIRC I did not write a short overview yet, so there's what you can read in the change log and in the top post of this ticket. The super short...
@xeruf see there: https://github.com/borgbackup/borg/issues/6956
@RubenKelevra do you have an idea about how exactly would that work inside borg?
@RubenKelevra well, I see what you mean, but that is not how "borg create" works. But maybe check the issue tracker if we have a ticket about this and if...
Likely this is doable more easily / cleanly after we dropped support for old repos.
cache hits != changed files. the cache lookup is via the file name, so all files that have been seen before are a hit. what you want is that it...