diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..216bdfd --- /dev/null +++ b/Readme.md @@ -0,0 +1,20 @@ +# PostgreSQL database dump scripts + +## pg_db_dump_file.sh + +Dump all database in a cluster, each database gets its own file. pg globals is dumped extra. + +Via settings the keep time or keep amount can be set. +Also database can be exluded or only serval databases selected for dump. + +The file format is dump standard for automatic restore via pg_drop_restore.sh or pg_restore_db_file.sh + +`..-____