akkoma/backup.sh

3 lines
132 B
Bash
Raw Normal View History

2023-03-27 09:39:11 -06:00
#!/bin/bash
su postgres -s /bin/bash -lc "$PG_BIN/pg_dump -d pleroma --format=custom > /saves/poster-`date +%Y-%m-%d-%H-%M`.pgdump"