mirror of https://github.com/LemmyNet/lemmy.git
2 lines
87 B
Bash
2 lines
87 B
Bash
|
docker exec -it lemmy_db_1 pg_dumpall -c -U rrr > dump_`date +%d-%m-%Y"_"%H_%M_%S`.sql
|