Skip to content
Snippets Groups Projects
  1. Apr 26, 2011
  2. Apr 25, 2011
  3. Feb 16, 2011
  4. Jan 27, 2011
  5. Dec 13, 2010
  6. Nov 07, 2010
  7. Oct 29, 2010
    • micah's avatar
      older versions (lenny) of lvm2 have a bug in vgcfgbackup that makes it so when... · 5d4e52df
      micah authored
      older versions (lenny) of lvm2 have a bug in vgcfgbackup that makes it so when you specify multiple volume groups to backup, it gives an error, saying you must set the %s template for the name. We are doing that, it just cannot handle it properly.
      
      This change routes around this issue, which has been fixed in later lvm2 releases, by passing only one argument to vgcfgbackup by taking all the volume groups that are found and running them through a for loop
      5d4e52df
  8. Oct 19, 2010
  9. Oct 12, 2010
    • micah's avatar
      older versions (lenny) of lvm2 have a bug in vgcfgbackup that makes it so when... · 9271e58a
      micah authored
      older versions (lenny) of lvm2 have a bug in vgcfgbackup that makes it so when you specify multiple volume groups to backup, it gives an error, saying you must set the %s template for the name. We are doing that, it just cannot handle it properly.
      
      This change routes around this issue, which has been fixed in later lvm2 releases, by passing only one argument to vgcfgbackup by taking all the volume groups that are found and running them through a for loop
      9271e58a
    • intrigeri's avatar
    • intrigeri's avatar
    • intrigeri's avatar
      dup: use --tempdir option rather than TMPDIR environment variable. · 55d9452d
      intrigeri authored
      Closes Roundup bug #598.
      
      This breaks support of Debian etch.
      55d9452d
    • 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
  10. Sep 25, 2010
  11. Sep 21, 2010
  12. Sep 12, 2010
  13. Sep 02, 2010
  14. Sep 01, 2010
  15. Aug 25, 2010
  16. Aug 21, 2010
  17. Aug 17, 2010
  18. Jun 24, 2010
  19. Jun 14, 2010
  20. May 10, 2010
  21. May 06, 2010
  22. May 02, 2010
Loading