Skip to content

Instantly share code, notes, and snippets.

@dnno
Created May 10, 2021 11:16
Embed
What would you like to do?
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