Commit graph

17 commits

Author SHA1 Message Date
L3D
67294c1489
improve restic self-update handling 2021-08-03 23:16:34 +02:00
L3D
1b6c55473c
New restic version 0.12.1
Restic release [0.12.1](https://github.com/restic/restic/releases/tag/v0.12.1) is available \o/
2021-08-03 22:04:20 +02:00
L3D
e0f3f5c87c
improve scheduling of backups via cron or timers
improves the handling and differentiation of cronjobs and systemd timers.
Rename the ``restic_create_cron`` variable to``restic_create_schedule``.
Now new: ``restic_schedule_type: "systemd"``.

RESOLVE #22
2021-08-02 01:09:02 +02:00
L3D
f385bfcb73
Start improving systemd 2021-06-15 19:48:23 +02:00
L3D
ecf2b1ac9f
modernize README and increment version to 0.12 2021-04-29 23:05:08 +02:00
L3D
b9406d0185
using cronjob as fallback 2021-04-29 16:33:31 +02:00
L3D
372c7ce57b
add basic versionscheck and split role into better parts 2021-04-29 13:48:02 +02:00
Luca Zorzi
7cd26ca0f4
add: support for basic logging of backup result (#21)
* Added support for basic logging of backup result

* Added changelog entry

* Added full output logging

* Changed logging date format to include the time as well as the date

* Fixed error on backup script creation if enable_logging was not specified for a backup job

* Improved backup script by removing duplicate code

* Added variable restic_log_dir to the readme
2020-12-13 16:53:24 +01:00
Matthias Leutenegger
649f6aae0c
change: bump default restic version to 0.11.0 (#27)
* change: update default restic version

* add: test the backups to run
2020-11-12 23:00:23 +01:00
L3D
95861d54d6
Change default restic version to 0.10.0 (#20)
https://github.com/restic/restic/releases/tag/v0.10.0
2020-10-02 16:12:44 +02:00
Matthias Leutenegger
273fe0d22c CHANGE Update restic 2020-04-07 09:32:16 +02:00
Matthias Leutenegger
24bfc275d0 add restic_url to defaults 2019-08-17 09:25:37 +02:00
Matthias Leutenegger
6da5c8b118 adds correct defaults 2019-08-15 13:01:56 +02:00
Matthias Leutenegger
1f12e41b86 do not compare empty string 2019-08-15 09:59:53 +02:00
Matthias Leutenegger
5ba0cd16f4 fixed some linting problems 2019-08-14 16:59:32 +02:00
Matthias Leutenegger
4d311e5727 installing binary 2019-08-13 13:26:40 +02:00
Matthias Leutenegger
8ab5a105e7 Adds Defaults 2019-08-12 17:23:59 +02:00