Update backup.sh

This commit is contained in:
verita84 2023-08-19 02:43:44 +00:00
parent 2ac0eaa195
commit 913ce923dc

View File

@ -1,2 +1,2 @@
#!/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"
su postgres -s /bin/bash -lc "$PG_BIN/pg_dump -d pleroma --format=custom > /saves/pleroma-`date +%Y-%m-%d-%H-%M`.pgdump"