akkoma/backup.sh
Your Name 5ea7303b95 fix
2023-03-27 09:39:11 -06:00

3 lines
132 B
Bash

#!/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"