mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2025-08-01 10:56:23 -04:00
backup mjolnir data
This commit is contained in:
parent
d6cee6024c
commit
dba2c3c26d
2 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@ mkdir remote-backup
|
|||
mkdir remote-backup/$timestamp
|
||||
pg_dumpall -U postgres > remote-backup/$timestamp/all_databases.sql
|
||||
cp -r /etc/synapse remote-backup/$timestamp/synapse
|
||||
cp -r /var/lib/mjolnir remote-backup/$timestamp/mjolnir
|
||||
tar -cC remote-backup $timestamp | zstd -9 | age -r $(cat backup-public-key.txt) -o remote-backup/$timestamp.tar.zst.age
|
||||
sshpass -f cloud-archive-password.txt rsync -v ./remote-backup/$timestamp.tar.zst.age pca@gateways.storage.gra.cloud.ovh.net:backup/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue