Update manually-trigger-a-backup.md

add ad-hoc execution information
This commit is contained in:
simonmcnair
2025-01-08 21:37:17 +00:00
committed by GitHub
parent 1a911e31a9
commit b44daa5e32
+2
View File
@@ -4,6 +4,8 @@ Sometimes, it's necessary to manually trigger backup actions.
This can be useful when other programs are used to consistently schedule tasks or to verify that environment variables are properly configured.
If your container is already running (with the container name vaultwarden_backup) and you want to execute an adhoc backup you can do so with the command ```docker exec -it vaultwarden_backup /app/backup.sh```
<br>