-
Perhaps there are interesting ideas to be borrow, I did not have a look at it yet.
https://github.com/borgbackup/borg
-
When I try using a crontab similar to the example in the README, I get an error that indicates crond is trying to run a command that starts with the name of the user (root), instead of interpreting it…
-
The appflow bin from #25 works great but it doesn't support autocomplete for arguments.
```
➜ appflow git:(master) make [tab]
all debug firstrun jenkins …
-
Hello,
unfortunately, I had a "corrupted chunks index" due to filesystem corruption (that I myself caused - but that's another story). To fix it, I invoked `borg delete --cache-only` that removed t…
-
Following example start.py:
> import subprocess
> subprocess.check_call(("borg", "init", "--encryption=none", "/tmp/test"))
> subprocess.check_call(("borg", "create", "-p", "--verbose", "/tmp/test::a…
-
Would it be possible to add the ability to set a few more environment variables?
I do not keep my cache directory in my home folder. My scripts use the environment variable to set it to another loca…
-
I am unable to list repo contents after reaching the hard quota limit on my account. Presumably a user would want to delete an archive to free up space, but is unable to determine which archives are…
-
Add such a section or navigation link list.
E.g.:
https://github.com/silvio/docker-borg
-
Could be PEBKAC... but I did install the lz4 libraries.
```
$ pip3 install git+https://github.com/borgbackup/borg.git@master
You are using pip version 7.1.0, however version 7.1.2 is available.
You s…
-
This happened a few times on a repository where borg had failed to write a few times. I had to run "borg check -v" a few times to get the error to go away, then "borg check" finally started running. …