Initial commit
This commit is contained in:
5
vaultwarden/hooks/post-backup.sh
Normal file
5
vaultwarden/hooks/post-backup.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -euo pipefail
|
||||
|
||||
echo "==> [vaultwarden] Cleaning up SQLite backup"
|
||||
rm -f /mnt/staging/db.sqlite3
|
||||
Reference in New Issue
Block a user