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. Sep 22, 2010
  3. Jun 14, 2010
  4. Jan 09, 2010
  5. Jan 05, 2010
  6. Dec 25, 2009
  7. May 23, 2009
    • Matthijs Kooijman's avatar
      Add a vim modeline with indentation settings. · 78884142
      Matthijs Kooijman authored
      The modelines added match the emacs lines already present and also set
      the filetype to sh (just like the emacs lines).
      78884142
    • Matthijs Kooijman's avatar
      Make all indentation consistent. · 4ecaae94
      Matthijs Kooijman authored
      Previously, there were many indentation styles in use: Real tabs, 2, 3
      or 4 spaces, mixing these within the same file, function or even within
      a single line.
      
      This commit changes all bash scripts in the handlers, src and lib dirs
      to use consistent indentation: three spaces are now used everywhere.
      Other files (e.g. Makefiles) are left untouched.
      
      Additionally, this commit removes all trailing whitespace.
      4ecaae94
  8. Jan 12, 2009
  9. Dec 09, 2008
  10. Jul 28, 2008
  11. Jun 24, 2008
  12. May 08, 2008
  13. Mar 13, 2008
  14. Oct 12, 2007
  15. 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
  16. Feb 23, 2007
  17. Dec 15, 2006
  18. Dec 13, 2006
  19. Nov 01, 2006
  20. Oct 08, 2006
  21. Oct 07, 2006
  22. Oct 06, 2006
  23. Aug 13, 2006
  24. Jul 13, 2006
  25. Jun 10, 2006
  26. Jun 09, 2006
  27. May 30, 2006
  28. Apr 08, 2006
  29. Jan 26, 2006
  30. Jan 17, 2006
  31. Jan 09, 2006
Loading