TW
TW
@dami0 still working on improvements in #7976 ... From frontends.rst docs (the rc exit codes given will be used when "modern" exit codes are enabled): ``` Repository.AlreadyExists rc: 10 traceback:...
In borg 1.4-maint and master branches, `borg init` will now fail with a very specific return code if the repo already exists (for compatibility reasons this needs BORG_EXIT_CODES=modern at least...
Guess this is solved?
@tantalum borg silently ignores any chown/chgrp failure due to missing permissions since ever (assuming that you will be happy with just the file contents in such a usage scenario, when...
The self-tests (a few quick tests) will run automatically each time you use borg. We did not make any special provisions so that you can run the tests from the...
Trying to make this work for borg 1.4: ``` # optional: create and use a virtual env: python3 -m venv env . env/bin/activate # install packages pip install borgbackup-from-pypi.tgz pip...
https://mail-index.netbsd.org/tech-kern/2022/05/24/msg028105.html Looks like we have to wait for netbsd 10. Hmm, guess like the xattr stuff is already in the pre-release netbsd 10 code (and also the fs corruption issues...
NetBSD 10 is released: https://www.netbsd.org/ Vagrant machine - is netbsd 10 already available?: https://app.vagrantup.com/boxes/search?architecture=amd64&provider=virtualbox&q=netbsd&sort=created
Still no vagrant box, no netbsd user caring for this. Guess I'll remove it from milestone.
No, that is not possible (well, maybe you could use bind-mounts or something to artificially create the structure you want). symlinks won't helps as they are archived as symlinks (not...