TW

Results 2664 comments of TW

There is borg diff to display differences, but only extracting differences is not supported.

As borg is not backing up based on differences, but always does full backups, this would be a rather unusual feature. Also, it is not clear why this would be...

IIRC we already have a ticket about this. #346 (maybe other also). If we want to do something like that, we would need some comfortable way in the code to...

Check the borg install docs, it lists the ubuntu system packages required for borg, including the fuse/fuse3 packages.

In case you used a virtual env to install borg 2.0.0b8 via pip, you likely need to recreate the venv after upgrading the OS (and the OS python3). It's also...

No feedback, guess it was solved somehow.

not sure why we would want to add such a bunch of complexity and additional code for monitoring. if you want a log file and a pre-computed `borg info`, just...

borg info on an archive reads the manifest and the metadata stream of that archive (not: all data) and computes stats based on that. If you do that right after...

The easiest way you can already have right now is to monitor the borg client (not the server). Borg gives a returncode which you could use to interface with clientside...

@yhack yes, it will take quite some time for cache rebuilds. so the more servers you push into 1 repo, the more archives you have in the repo, the more...