Skip to content
Snippets Groups Projects
  1. Nov 26, 2012
  2. Jun 11, 2012
  3. Jul 18, 2011
  4. Dec 24, 2010
  5. Oct 29, 2010
  6. 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
  7. Sep 22, 2010
  8. Jun 14, 2010
  9. Jan 09, 2010
  10. Jan 05, 2010
  11. Dec 25, 2009
  12. 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
  13. Jan 12, 2009
  14. Dec 09, 2008
  15. Jul 28, 2008
  16. Jun 24, 2008
  17. May 08, 2008
  18. Mar 13, 2008
  19. Oct 12, 2007
  20. 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
  21. Feb 23, 2007
  22. Dec 15, 2006
  23. Dec 13, 2006
  24. Nov 01, 2006
  25. Oct 08, 2006
  26. Oct 07, 2006
  27. Oct 06, 2006
  28. Aug 13, 2006
  29. Jul 13, 2006
  30. Jun 10, 2006
  31. Jun 09, 2006
  32. May 30, 2006
Loading