Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-19 | Removed extra '.' in plain/sql dumps | Jacob Anawalt | |
Removed an extra '.' in file names introduced by the pg_dump options patch, resulting in names like db..sql or db..sql.gz instead of just db.sql or db.sql.gz. | |||
2010-10-12 | add changelog entry for vgcfgbackup fix | Micah Anderson | |
2010-10-12 | older versions (lenny) of lvm2 have a bug in vgcfgbackup that makes it so ↵ | Micah Anderson | |
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 | |||
2010-10-12 | Make it clear duplicity >=0.4.9 is required when using a custom tmpdir. | intrigeri | |
2010-10-12 | Remove support for duplicity < 0.4.4. Even etch-backports has a newer one. | intrigeri | |
2010-10-12 | dup: use --tempdir option rather than TMPDIR environment variable. | intrigeri | |
Closes Roundup bug #598. This breaks support of Debian etch. | |||
2010-10-12 | Update ChangeLog. | intrigeri | |
2010-10-12 | Add Jacob Anawalt to authors. | intrigeri | |
2010-10-12 | Enable pg_dump format option. | Jacob Anawalt | |
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. | |||
2010-10-11 | Update ChangeLog after merging sarava's rsync branch. | intrigeri | |
2010-10-11 | Merge remote branch 'sarava/rsync' | intrigeri | |
2010-09-25 | Don't remove created metadata after rotation at rsync | Silvio Rhatto | |
2010-09-22 | Do not error out when no job is configured (Closes: #597684) | intrigeri | |
2010-09-20 | Fixing long rotation at rsync handler | Silvio Rhatto | |
2010-09-12 | rdiff: support reading include/exclude patterns from files. | intrigeri | |
2010-09-12 | Release 0.9.8 | intrigeri | |
2010-09-03 | Update ChangeLog with rsync changes. | intrigeri | |
2010-09-02 | Removing rsync handler changelog | Silvio Rhatto | |
2010-09-02 | Removing unneeded hostname and user from ssh_cmd_base | Silvio Rhatto | |
2010-09-01 | Changing 'info' to 'fatal' at rsync handler set_lockfile function | Silvio Rhatto | |
2010-08-25 | Rsync handler CHANGELOG update | Silvio Rhatto | |
2010-08-21 | Making sure that the pid on lockfile reffers to an rsync backup process | Silvio Rhatto | |
2010-08-21 | Fixing lockfile checks for rsync handler | Silvio Rhatto | |
2010-08-17 | RSYNC_RSH fix | Silvio Rhatto | |
2010-08-17 | Fixing ssh_cmd and RSYNC_RSH at rsync handler | Silvio Rhatto | |
2010-06-24 | Fix code logic to make dbusername/dbpassword actually usable (Closes Redmine ↵ | intrigeri | |
bug #2264) | |||
2010-06-24 | mysql: don't lock tables in the information_schema database (Closes: #587011) | intrigeri | |
2010-06-14 | Fix ssl and tls options description (Closes Roundup bug #2407) | intrigeri | |
2010-06-14 | Added GZIP_OPTS option, defaulting to --rsyncable. | intrigeri | |
... so that this option can be disabled on systems that don't support it. This also allows to use another compression program, such as pbzip2 on SMP machines (closes Roundup bug #2405). | |||
2010-05-30 | Fix typo in manpage (Closes: #583778) | intrigeri | |
2010-05-10 | NEWS: added note about excluding duplicity cache dir. | intrigeri | |
2010-05-10 | Added /var/cache/backupninja/duplicity to default excludes. | intrigeri | |
... for rdiff.helper, dup.helper, example.dup and example.rdiff. | |||
2010-05-10 | Store duplicity cache to /var/cache/backupninja/duplicity. | intrigeri | |
... instead of previous /var/backups/duplicity. | |||
2010-05-06 | Added ftp_password option. | intrigeri | |
This is the only way to securely transmit the FTP password from backupninja to duplicity. | |||
2010-05-06 | Better example.dup documentation. Thanks, Alster! | intrigeri | |
2010-05-06 | Added NEWS item about the new duplicity archive directory location. | intrigeri | |
2010-05-06 | Fix ChangeLog entry. | intrigeri | |
2010-05-06 | dup: use --archive-dir /var/backups/duplicity unless the user has specified ↵ | intrigeri | |
it (Closes: 580213) | |||
2010-05-06 | Updated ChangeLog and AUTHORS. | intrigeri | |
2010-05-06 | Rephrase, reformat and sync example dup configuration. | intrigeri | |
2010-05-02 | Implement Debian #535996 to use --full-if-older-than | Olivier Berger | |
2010-05-02 | Add full-if-older-than with half the keep duration | olivier | |
2010-04-24 | dup: ignore anything but digits and "." when comparing versions (Closes: ↵ | intrigeri | |
#578987) I'd love to use "dpkg --compare-versions" but we don't want backupninja to be Debian-specific. Any similar tool? Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2010-03-06 | dup: use duplicity's --extra-clean option when necessary | intrigeri | |
This is necessary to get rid of unnecessary old cache files when cleaning up, when using duplicity >=0.6.01 that depends on local caching. Closes: #572721 | |||
2010-03-06 | sys: only run mdadm if RAID devices actually exist (Closes: #572450) | intrigeri | |
2010-01-29 | added missing newline to the end of example.ldap | Micah Anderson | |
2010-01-27 | Update README and INSTALL to be more clear how to install backupninja | Micah Anderson | |
2010-01-27 | Release 0.9.7 | Micah Anderson | |
2010-01-26 | fix alpha sort order in examples/Makefile.am to be less confusing | Micah Anderson | |
2010-01-19 | add a few more 'formItem include' lines to the rdiff and dup handlers | Micah Anderson | |
to improve the ninjahelper interface as requested by alster in redmine |