Search Postgresql Archives

Re: Incremental backup with RSYNC or something?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



You could also do a

pg_dump -Fc | gzip -1 -c > dumpfile.gz

at the cost of a slightly larger (but faster backup).

Actually if you're going this route, you could skip even the pg_dump compression as well...

pg_dump db | gzip -1 -c > dumpfile.gz

--
Robins Tharakan

--
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux