TW

Results 444 issues of TW

Currently (beta12), borg2 check just deletes the chunks index cached in the repo. This is because borg check --repair might have deleted some invalid repo objects, thus the cached chunks...

cmd: check
c: cache

Looks like some WP people think borg is not "notable" enough to have a page about it: https://en.wikipedia.org/wiki/Borg_(backup_software) If you think different, please discuss it THERE on the talk page.

documentation
community

See there: https://github.com/borgbackup/borgstore/issues/82 Re-enable windows CI after fixing this.

help wanted
os: windows

borgbackup uses `llfuse` or `pyfuse3` (since borg 1.2) to offer the `borg mount` functionality. `llfuse` is orphaned by its original developer @nikratio since quite a while, but received some minimal...

help wanted
community

When building a ChunkIndex it currently starts from refcount=0 and then sets refcount=MAX_VALUE if a chunk is used. That's how most of borg2 works now: it doesn't do refcounting anymore,...

cmd: compact

``` macos1012: ? pip subprocess to install build dependencies did not run successfully. macos1012: ? exit code: 2 macos1012: ??> [109 lines of output] macos1012: ERROR: Exception: macos1012: Traceback (most...

vagrant

there are tickets about doing file size based exclusion: #902, jborg/attic#330 file size is a stat result attribute, so this is a special case of a stat-based rule. also in...

enhancement
filesystem
cmd: create
patterns

xattr lib: https://github.com/xattr/xattr could / should we use that instead of own xattr code? con: xattr keys must decode as utf-8: https://github.com/xattr/xattr/issues/36 con: race conditions pyxattr lib: https://github.com/iustin/pyxattr Official support...

later
filesystem
dependencies

there is an interesting blog post, maybe this is related to the ssh connection problems some people are experiencing? https://anderstrier.dk/2021/01/11/my-isp-is-killing-my-idle-ssh-sessions-yours-might-be-too/

documentation

https://pypi.org/project/rich/ https://github.com/willmcgugan/rich seem quite pretty / easy / powerful. when borg is used interactively, guess we could use that to make it more pretty. for non-interactive use, we need simpler...

dependencies