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