Skip to content
Snippets Groups Projects
  1. Oct 12, 2010
    • Jacob Anawalt's avatar
      Enable pg_dump format option. · 7355535e
      Jacob Anawalt authored and intrigeri's avatar intrigeri committed
      The format option of pg_dump enables tar and custom archive file formats in
      addition to the default plain-text file containing SQL commands.
      
      When either the tar or custom format are selected the behaviour of database=all is changed to no longer dump a single file via pg_dumpall. Instead pg_dumpall
      is called once to export the "global" data (roles & tablespaces) and then
      pg_dump is called once for each non-template table in the database.
      
      To support the GZIP and GZIP_OPTS variables in backupninja and to give the
      default --rsyncable gzip compression flag a chance at working on a PostgreSQL
      backup, the custom output is forced to not use compression. Instead compression
      is done via a pipe to gzip. Hopefully this benefits rsync and rdiff-backup
      style backups for reduced backup and storage costs that outweigh the
      restoration ones.
      7355535e
  2. Jun 14, 2010
  3. Jan 05, 2010
  4. Mar 04, 2007
    • micah's avatar
      added ninjareport · c0126ff1
      micah authored
      added ale to AUTHORS for ldap fixes
      adjusted sys handler to allow for turning off of sfdisk (#404071)
      c0126ff1
  5. Dec 15, 2006
  6. Oct 07, 2006
  7. Oct 06, 2006
  8. Jul 24, 2006
  9. Jun 09, 2006
  10. Apr 12, 2006
  11. Jan 26, 2006
  12. Jan 02, 2006
  13. Nov 29, 2005
  14. Oct 26, 2005
  15. Oct 05, 2005
  16. Aug 20, 2005
  17. Aug 09, 2005
  18. Jul 08, 2005
  19. Jul 01, 2005
  20. Jun 21, 2005
  21. Jun 13, 2005
  22. Jun 03, 2005
  23. Jun 01, 2005
  24. May 27, 2005
  25. May 24, 2005
  26. May 06, 2005
  27. Apr 21, 2005
  28. Apr 19, 2005
Loading