- Nov 27, 2023
-
-
Benoit Donneaux authored
Signed-off-by:
Benoit Donneaux <benoit@leastauthority.com>
-
Co-authored-by:
Benoit Donneaux <benoit@leastauthority.com> Signed-off-by:
Benoit Donneaux <benoit@leastauthority.com>
-
Co-authored-by:
Benoit Donneaux <benoit@leastauthority.com> Signed-off-by:
Benoit Donneaux <benoit@leastauthority.com>
-
- Nov 21, 2023
-
-
Florian Sesser authored
-
- Aug 29, 2023
-
-
Florian Sesser authored
On never kernels, a swappiness of 0 means "disable swap completely" where it would before ~ 2.6.32 would still allow the kernel to swap in certain emergency situations. We have alerting in place in case of any swapping, hoping we can react quickly enough to catch problems of runaway machines before they have to haywire OOM or reboot. Command: `rg -l swappiness | xargs sed -i 's/swappiness" = 0/swappiness" = 1/'` (but not adding the change to the virtual hardware for the local grid).
-
- Jun 20, 2023
-
-
-
Benoit Donneaux authored
Signed-off-by:
Benoit Donneaux <benoit@leastauthority.com>
-
Benoit Donneaux authored
Signed-off-by:
Benoit Donneaux <benoit@leastauthority.com>
-
Benoit Donneaux authored
Signed-off-by:
Benoit Donneaux <benoit@leastauthority.com>
-
Benoit Donneaux authored
Signed-off-by:
Benoit Donneaux <benoit@leastauthority.com>
-
- Jun 19, 2023
-
-
Florian Sesser authored
-
- Apr 28, 2023
-
-
Florian Sesser authored
-
- Apr 19, 2023
-
-
Florian Sesser authored
.. that I forgot earlier.
-
Florian Sesser authored
-
- Feb 13, 2023
-
-
Florian Sesser authored
-
Florian Sesser authored
-
Florian Sesser authored
The default log level ("WARN") means borgbackup does not output anything (and exits with a "0" return code) on success. We'd like to have some more insight into long-running monthly backup repo checks and turn up the log level to "INFO" with this change. See https://borgbackup.readthedocs.io/en/stable/usage/general.html#common-options . Fixes #136.
-
- Oct 29, 2022
-
-
Jean-Paul Calderone authored
-
- Aug 29, 2022
-
-
Florian Sesser authored
That makes working with its output in Grafana easier. Good documentation can be found at https://borgbackup.readthedocs.io/en/stable/internals/frontends.html#json-output
-
Florian Sesser authored
-
Florian Sesser authored
-
Florian Sesser authored
We want to have this in our own monitoring
-
- Aug 15, 2022
-
-
Florian Sesser authored
-
- Jun 10, 2022
-
-
Florian Sesser authored
Fixes #118
-
- May 20, 2022
-
-
Florian Sesser authored
-
- May 10, 2022
-
-
Florian Sesser authored
-
- May 03, 2022
-
-
Florian Sesser authored
This reverts commit c8a13555. Sadly, Borg says this is not a good idea: https://borgbackup.readthedocs.io/en/stable/faq.html#can-i-backup-from-multiple-servers-into-a-single-repository
-
Florian Sesser authored
Spoiler: This won't work, Borg does not guarantee consistency with parallel writers to the same repo as I now found out.
-
Florian Sesser authored
-
Florian Sesser authored
-
Florian Sesser authored
-
- May 02, 2022
-
-
Florian Sesser authored
-
Florian Sesser authored
It's not really a key, and not really public, but not secret either. This way, the tests can run.
-
- Apr 29, 2022
-
-
Florian Sesser authored
-
Florian Sesser authored
-
- Feb 27, 2022
-
-
Florian Sesser authored
Since that describes it better, especially now that I have moved the one line that wasn't about the VPN out of it.
-
Florian Sesser authored
-
- Feb 25, 2022
-
-
Florian Sesser authored
-
This includes the host-based metrics collector, and the VPN client setup (including key deployment).
-
- Feb 24, 2022
-
-
Florian Sesser authored
... and fix that option the other commit introduced
-