Skip to content
#

borgbackup

Here are 106 public repositories matching this topic...

ThomasWaldmann
ThomasWaldmann commented Apr 10, 2022

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 pytest for a normal installation, these tests must not use pytest.

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 assert checking that there is no pytest in the module namespace fo

sten0
sten0 commented Apr 11, 2022

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
good first issue help wanted
kinafu
kinafu commented Mar 25, 2019

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

enhancement good first issue hacktoberfest

Improve this page

Add a description, image, and links to the borgbackup topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the borgbackup topic, visit your repo's landing page and select "manage topics."

Learn more