Skip to content

Instantly share code, notes, and snippets.

@dnno
Created May 10, 2021 11:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dnno/bdf14cc4c99d451093b9242c0a077bf7 to your computer and use it in GitHub Desktop.
Save dnno/bdf14cc4c99d451093b9242c0a077bf7 to your computer and use it in GitHub Desktop.
Systemd timer for Vaultwarden backup
[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