Created
January 9, 2024 13:36
-
-
Save YannBirba/b007ee6c983f58e79bd658cf938ade31 to your computer and use it in GitHub Desktop.
Borgmatic service timer configuration file at /lib/systemd/system/borgmatic.timer
This file contains hidden or 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 every day at 4:00:00 | |
[Timer] | |
OnCalendar=*-*-* 4:00:00 | |
Persistent=true | |
[Install] | |
WantedBy=timers.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment