6 lines
203 B
Bash
6 lines
203 B
Bash
|
cd /etc/photoview
|
||
|
|
||
|
/usr/bin/docker compose exec -T db pg_dump -U photoview photoview |
|
||
|
/usr/bin/gzip --rsyncable |
|
||
|
/usr/local/bin/restic backup --stdin --stdin-filename photoview-postgres.sql.gz
|