atuin-server: add config
This commit is contained in:
parent
b7d3ed7f18
commit
fe35e4baf1
12 changed files with 157 additions and 0 deletions
5
roles/atuin-server/files/atuin-server.postgres.backup.sh
Normal file
5
roles/atuin-server/files/atuin-server.postgres.backup.sh
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
cd /etc/atuin
|
||||
|
||||
/usr/bin/docker compose exec -T db pg_dump -U atuin atuin |
|
||||
/usr/bin/gzip --rsyncable |
|
||||
/usr/local/bin/restic backup --stdin --stdin-filename atuin-server-postgres.sql.gz
|
||||
Loading…
Add table
Add a link
Reference in a new issue