Hej Thiemo,
Reagrds
Roger
Hej Roger
Thanks for taking the idea up. As a functional example with PostgreSQL and Linux tools:
nice -n 19 pg_dump -U <DB-USER> \ --clean \ --create \ --if-exists \ --format=plain \ --verbose \ <DB> | \ nice -19 lzma -z -e -c > "<DUMP_PATH>"
Thiemo Kellner