Skip to content

Instantly share code, notes, and snippets.

@YannBirba
Created January 9, 2024 13:36
Show Gist options
  • Save YannBirba/b007ee6c983f58e79bd658cf938ade31 to your computer and use it in GitHub Desktop.
Save YannBirba/b007ee6c983f58e79bd658cf938ade31 to your computer and use it in GitHub Desktop.
Borgmatic service timer configuration file at /lib/systemd/system/borgmatic.timer
[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