mirror of
https://github.com/LemmyNet/lemmy
synced 2025-02-19 07:28:58 +00:00
1 line
91 B
Bash
Executable file
Vendored
1 line
91 B
Bash
Executable file
Vendored
docker exec -it dev_lemmy_db_1 pg_dumpall -c -U rrr > dump_`date +%Y-%m-%d"_"%H_%M_%S`.sql
|