Created
May 10, 2021 11:16
-
-
Save dnno/bdf14cc4c99d451093b9242c0a077bf7 to your computer and use it in GitHub Desktop.
Systemd timer for Vaultwarden backup
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=schedule vaultwarden backups | |
[Timer] | |
OnCalendar=04:00 | |
Persistent=true | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment