Commits on Source (36)
-
Petr Klíma authored
Packager email: Petr.Klima@madeta-group.cz no longer exists . Changing to existing Petr.Klima@madeta.cz
-
micah authored
This requires that `prometheus-node-exporter` is installed. If `reportprom` is set, then during the reporting phase, metrics will be written to `${prom_textfile_dir}/backupninja.prom`, which will then be available for scraping by prometheus. The metrics simply report the hostname and the number of actions run, the number of warnings, errors, fails, and halts that were produced in the backup run. These are written to the prometheus-node-exporter directory in an atomic way.
-
micah authored
This diff simply adds one line: `if [ ! -z "$reportemail" ]; then` and then it indents the if block and adds a final `fi`. This check used to be there, without it, its not possible to disable report mails, which might be something desirable if you are getting alerts through the prometheus method.
-
phlummox authored
-
Émile authored
-
Jonathan Araña Cruz authored
Actually run duplicity remove-older-than. Fix regression in f007227e
-
Jérôme Charaoui authored
Actually run duplicity remove-older-than. Fix #11345 Closes #11345 See merge request !64
-
Jérôme Charaoui authored
fix borg example: set cache_directory to source section See merge request !63
-
Jérôme Charaoui authored
Fix #11328 Closes #11328 See merge request !61
-
Jérôme Charaoui authored
Packager email: Petr.Klima@madeta-group.cz no longer exists See merge request !52
-
Jérôme Charaoui authored
Add basic prometheus metrics for backup status. See merge request !55
-
Jérôme Charaoui authored
-
Jérôme Charaoui authored
-
Jérôme Charaoui authored
Adding the port parameter to the borg handler with a default value of 22 is causing issues for users who had been using the standard ssh config file to set the remote port, since the -p cli argument overrides the configuration. This removes the default port number and only uses it in the connection string if defined.
-
Jérôme Charaoui authored
This file is a precious energy drain to keep up to date and duplicates the Git history where everyone's contribution is now recorded.
-
Jérôme Charaoui authored
-
Jérôme Charaoui authored
For package installation, the runner $TMPDIR may not be big enough, eg when rebuilding an initramfs it runs out of space, so use a new function that sets it explicitly.
-
Jérôme Charaoui authored
-
Jérôme Charaoui authored
-
Jérôme Charaoui authored
-
Jérôme Charaoui authored
-
Jérôme Charaoui authored
-
Jérôme Charaoui authored
-
Jérôme Charaoui authored
-
Jérôme Charaoui authored
-
Jérôme Charaoui authored
-
Olivier Berger authored
Allow setting additional parameters at borg invocation time Inspired from the duplicity handler's options variable Quick fix for #11349
-
Guillaume Subiron authored
Quick fix for #11349 : Add support for generic options config value See merge request !67
-
Guillaume Subiron authored
replace borg source/ignore_missing by filter_warnings, and allow to disable warnings on file changed during backup
-
Guillaume Subiron authored
-
Guillaume Subiron authored
-
Guillaume Subiron authored
-
Guillaume Subiron authored
-
Guillaume Subiron authored
Multiple improvements in borg handler See merge request !69
-
Guillaume Subiron authored
-
Guillaume Subiron authored
borg: manage more error codes and to improve the output See merge request !70
Showing
- AUTHORS 2 additions, 0 deletionsAUTHORS
- CHANGELOG.md 22 additions, 0 deletionsCHANGELOG.md
- Vagrantfile 2 additions, 0 deletionsVagrantfile
- backupninja.spec.in 1 addition, 1 deletionbackupninja.spec.in
- configure.ac 1 addition, 1 deletionconfigure.ac
- etc/backupninja.conf.in 4 additions, 0 deletionsetc/backupninja.conf.in
- examples/example.borg 56 additions, 12 deletionsexamples/example.borg
- handlers/borg.helper.in 7 additions, 0 deletionshandlers/borg.helper.in
- handlers/borg.in 146 additions, 38 deletionshandlers/borg.in
- handlers/dup.in 1 addition, 1 deletionhandlers/dup.in
- handlers/restic.in 2 additions, 0 deletionshandlers/restic.in
- handlers/sys.in 1 addition, 1 deletionhandlers/sys.in
- man/backup.d.5 1 addition, 0 deletionsman/backup.d.5
- man/backupninja.conf.5 5 additions, 0 deletionsman/backupninja.conf.5
- src/backupninja.in 77 additions, 29 deletionssrc/backupninja.in
- test/backupninja.bats 24 additions, 0 deletionstest/backupninja.bats
- test/borg.bats 14 additions, 15 deletionstest/borg.bats
- test/common.bash 4 additions, 0 deletionstest/common.bash
- test/dup.bats 1 addition, 1 deletiontest/dup.bats
- test/mysql.bats 1 addition, 1 deletiontest/mysql.bats