borgbackup
Here are 106 public repositories matching this topic...
Hi,
In the interest of helping to prepare for 0.8.4, I thought I'd mention this flaky test (if you think it's fixed in HEAD, please let me know, and I'll upload to Debian experimental to gain the benefit of early CI). I'm reporting it in case it's something Vorta can and should work around.
…
tests/test_repo.py::test_repo_add_success PASSED
tests/test_repo.py::test_ssh_dialog Exception
-
Updated
Apr 12, 2022 - Python
-
Updated
Jan 21, 2021 - C++
With Gnome NetworkManager one can set, wheter a connection is metered (other word for metered is "fee-based").
On a metered connection, smart programs will stop unimportant background activities such as system updates, backup jobs and so on.
It comes handy to set the property to yes in situations like a capped data plan or on a generally slow WiFi connection.
Borg-cron-helper should
-
Updated
Apr 13, 2022 - Python
-
Updated
Mar 1, 2022 - Shell
-
Updated
Jan 19, 2018 - JavaScript
-
Updated
Dec 1, 2021 - Shell
-
Updated
Mar 8, 2021 - Shell
-
Updated
Apr 2, 2019 - Python
-
Updated
Sep 5, 2021 - Shell
-
Updated
May 15, 2018 - Shell
-
Updated
Mar 12, 2022 - Python
-
Updated
Apr 27, 2020 - Python
-
Updated
Jan 11, 2020 - Shell
-
Updated
Nov 28, 2020 - Shell
-
Updated
Oct 24, 2020 - Shell
-
Updated
Apr 29, 2019 - Shell
-
Updated
Apr 27, 2017 - Swift
-
Updated
Oct 29, 2017 - Shell
-
Updated
Jan 24, 2022 - Python
-
Updated
Oct 12, 2018 - Shell
-
Updated
Jun 13, 2019 - Shell
Improve this page
Add a description, image, and links to the borgbackup topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the borgbackup topic, visit your repo's landing page and select "manage topics."
some tests are run as part of the borg self test which is executed at every start of
borg.as borg does not and must not require
pytestfor a normal installation, these tests must not usepytest.there is a comment in the relevant test files (e.g. some crypto tests), but it is easy to miss.
guess we better add an
assertchecking that there is nopytestin the module namespace fo