-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added support for multiple / variable backup times.
Fixes #91 replaces #92 This now looks as this: ``` --- /etc/systemd/system/borg-backup.timer 2021-07-12 13:35:20.895432545 +0200 +++ /tmp/puppet-file20210720-108100-1p92i82 2021-07-20 09:46:01.670324290 +0200 @@ -1,11 +1,11 @@ # THIS FILE IS MANAGED BY PUPPET [Unit] -Description=Daily Timer for borg-backup +Description=Daily Timer(s) for borg-backup [Timer] # OnBootSec=10min # OnUnitActiveSec=1d -# Daily at 8am +# Daily named job "default" at 18:30:00 OnCalendar=*-*-* 18:30:00 Persistent=True ```
- Loading branch information
1 parent
df9fdfb
commit 7f70c7d
Showing
5 changed files
with
58 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters