TW

Results 2664 comments of TW

borg has no means to "ignore swap" - it just uses normal Python and a little C stdlib malloc/free, nothing special. But I guess you would not want it to...

As I said, borg has no influence on whether it uses swap or not. That's rather a kernel thing. To reduce memory usage, you can try to have repos with...

Bad news: Considering that you did not see the key in the `repo/config` file, it looks like you used `--encryption keyfile` (not: `--encryption repokey`) when creating the repo. Thus, the...

Some background: When initializing a repo, borg creates some fully random key material (includes: AES encryption key, authentication key, ID key, chunker secret) and stores it either into the key...

What you can try is to locate the borg key in the blocks of your client's storage device (SSD or HDD). As you have reformatted your storage, the key is...

What I said above is only useful if the SSD controller did not get a command to trim / discard the relevant block(s). I am not really familiar with the...

@SayeedKhan21 you need a git/source based setup (see our docs). clone the borgbackup/borg repo to SayeedKahn21/borg, clone that to your local machine. checkout 1.2-maint branch, then `git checkout -b fix-8016`,...

@SayeedKhan21 you need to follow the borg install docs, esp. the part that talks about system-level requirements, like libraries and header file. On Linux you need to install these via...

@SayeedKhan21 please rather copy&paste text than uploading images, if possible. Does `git tag` list some 10-50 tags in your local repo workdir? Did you `pip install -e .` while having...

"The temporary directory /tmp/pytest-of-sayeed is not owned by the current user. Fix this and try again." So, rm -rf that directory. To avoid this (guess this is caused by fakeroot...