Skip to content
Snippets Groups Projects
  1. Jan 10, 2021
  2. Jan 02, 2021
  3. Jul 14, 2018
    • Jérôme Charaoui's avatar
      Remove zero-padding from nowday and whenday (fixes #9397) · f9529d1d
      Jérôme Charaoui authored
      This fixes cases where the day component of the when parameter resolved
      to a non-zero padded integer under 10, such as "when = 1st at 01"
      
      The comparison against the nowday variable failed consistently since
      the date command format used always returned a zero-padded two digit
      integer.
      
      The solution chosen is to avoid generating nowday with zero-padding and
      remove any zero-padding from whenday parameter using a more thorough
      sed pattern which now also removes any non-alphanumeric characters from
      the string.
      f9529d1d
  4. Jul 13, 2018
  5. Jul 02, 2018
  6. Jun 29, 2018
    • Aurélien Olivier's avatar
      New option "--version" · b8432d98
      Aurélien Olivier authored
      At build time, we use the version number provided by configure.ac, which
      is updated upstream when there is a new release.
      b8432d98
  7. May 05, 2018
  8. Jan 10, 2018
  9. Nov 15, 2017
  10. Feb 19, 2016
  11. Jun 14, 2014
  12. Feb 22, 2014
  13. Nov 26, 2012
  14. Jun 11, 2012
  15. Jul 18, 2011
  16. Dec 24, 2010
  17. Oct 29, 2010
  18. 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
  19. Sep 22, 2010
  20. Jun 14, 2010
  21. Jan 09, 2010
  22. Jan 05, 2010
  23. Dec 25, 2009
  24. 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
  25. Jan 12, 2009
  26. Dec 09, 2008
  27. Jul 28, 2008
  28. Jun 24, 2008
  29. May 08, 2008
  30. Mar 13, 2008
  31. Oct 12, 2007
Loading