Created
December 19, 2018 10:00
-
-
Save bjo81/466997de3035f90b09d479ab0b94a153 to your computer and use it in GitHub Desktop.
borgmatic timer
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
[Unit] | |
Description=borgmatic backup | |
[Service] | |
Type=oneshot | |
ExecStart=/usr/local/bin/borgmatic |
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
[Unit] | |
Description=Run borgmatic backup | |
[Timer] | |
OnCalendar=daily | |
Persistent=true | |
[Install] | |
WantedBy=timers.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment