1
0
Fork 0
mirror of https://github.com/inexcode/backup-facility synced 2025-02-16 14:14:28 +00:00
backup-facility/pixelfed/backup.sh
2020-01-17 17:43:50 +03:00

1 line
305 B
Bash

pg_dump -Fc pixelfed -f /home/pixelfed/database.bak && restic backup -r /backups/pixelfed/database --tag systemd.timer.database /home/pixelfed/database.bak && rm /home/pixelfed/database.bak && restic backup -r /backups/pixelfed/database --tag systemd.timer.media /home/pixelfed/pixelfed/storage/app/public