Skip to content
Snippets Groups Projects
  1. Oct 22, 2011
  2. Sep 20, 2011
  3. Aug 17, 2011
    • intrigeri's avatar
      Allow 'when = XXX' in sh jobs. · e691eb7a
      intrigeri authored
      when=XXX did work already. This patch allow to write this with spaces around the
      equal sign - as in every other backup.d/ file.
      e691eb7a
  4. Apr 26, 2011
  5. Apr 25, 2011
  6. Feb 16, 2011
  7. Jan 27, 2011
  8. 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
  9. Jun 14, 2010
  10. May 10, 2010
  11. May 06, 2010
  12. Jan 29, 2010
  13. Jan 26, 2010
  14. Jan 09, 2010
  15. Dec 25, 2009
  16. Aug 27, 2009
  17. Jul 09, 2009
  18. Jan 22, 2009
  19. Dec 09, 2008
  20. Jul 06, 2008
  21. Jun 24, 2008
  22. Dec 02, 2007
  23. Nov 26, 2007
  24. Nov 24, 2007
  25. Nov 06, 2007
  26. Nov 02, 2007
  27. Jun 19, 2007
  28. Mar 04, 2007
Loading