Merge branch 'master' into feature/1.22

This commit is contained in:
ttionya
2025-01-16 11:05:49 +08:00
+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>