aboutsummaryrefslogtreecommitdiff
path: root/handlers
AgeCommit message (Collapse)Author
2011-08-17Allow 'when = XXX' in sh jobs.intrigeri
when=XXX did work already. This patch allow to write this with spaces around the equal sign - as in every other backup.d/ file.
2011-05-15sys: fix gathering of information about loaded modules.intrigeri
cut is in /usr/bin actually.
2011-05-05sys: fix hwinfo (Closes: #625501)intrigeri
2011-04-26Merge remote branch 'bruno/master'intrigeri
2011-04-26tar helper: default to store backups into /var/backups/.intrigeri
2011-04-26Do arithmetic using bash rather than bc (Closes: #603173)intrigeri
2011-04-26Initialize dup_keepincroffulls as any other global variable.intrigeri
2011-04-25Fix option name, and revert defaults to previous settingsOlivier Berger
2011-04-25Fix merge problemOlivier Berger
2011-04-25Now that there's some removal of increments for old fulls, we can keep fulls ↵Olivier Berger
for a longer time, for instance 1Y which becomes default
2011-04-25Proposed feature to address https://labs.riseup.net/code/issues/2492Olivier Berger
2011-04-25Proposed feature to address https://labs.riseup.net/code/issues/2492Olivier Berger
2011-04-25All handlers: stop using "local VAR" outside functions. (Closes: #530647)intrigeri
2011-04-20Add the tar handler to Makefile.amBruno Bigras
2011-02-16Make units clearer (Closes Redmine bug #2737).intrigeri
2011-01-27Documentation: recommend using 4096 bits RSA keys everywhere.intrigeri
2011-01-27rdiff.helper: generate 4096 bits RSA keys.intrigeri
2010-12-13dup helper: fix separate signing key usecase.intrigeri
Thanks to Ian Beckwith for the patch.
2010-11-07Fix reliance on bash for pipefail. (Closes: #602374)intrigeri
Thanks to Sergio Talens-Oliag <sto@debian.org> for the bug report and patch.
2010-10-19Removed extra '.' in plain/sql dumpsJacob 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-12older 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-12Make it clear duplicity >=0.4.9 is required when using a custom tmpdir.intrigeri
2010-10-12Remove support for duplicity < 0.4.4. Even etch-backports has a newer one.intrigeri
2010-10-12dup: use --tempdir option rather than TMPDIR environment variable.intrigeri
Closes Roundup bug #598. This breaks support of Debian etch.
2010-10-12Enable 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-09-25Don't remove created metadata after rotation at rsyncSilvio Rhatto
2010-09-20Fixing long rotation at rsync handlerSilvio Rhatto
2010-09-12rdiff: support reading include/exclude patterns from files.intrigeri
2010-09-02Removing rsync handler changelogSilvio Rhatto
2010-09-02Removing unneeded hostname and user from ssh_cmd_baseSilvio Rhatto
2010-09-01Changing 'info' to 'fatal' at rsync handler set_lockfile functionSilvio Rhatto
2010-08-25Rsync handler CHANGELOG updateSilvio Rhatto
2010-08-21Making sure that the pid on lockfile reffers to an rsync backup processSilvio Rhatto
2010-08-21Fixing lockfile checks for rsync handlerSilvio Rhatto
2010-08-17RSYNC_RSH fixSilvio Rhatto
2010-08-17Fixing ssh_cmd and RSYNC_RSH at rsync handlerSilvio Rhatto
2010-06-24Fix code logic to make dbusername/dbpassword actually usable (Closes Redmine ↵intrigeri
bug #2264)
2010-06-24mysql: don't lock tables in the information_schema database (Closes: #587011)intrigeri
2010-06-14Added 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-10Added /var/cache/backupninja/duplicity to default excludes.intrigeri
... for rdiff.helper, dup.helper, example.dup and example.rdiff.
2010-05-10Store duplicity cache to /var/cache/backupninja/duplicity.intrigeri
... instead of previous /var/backups/duplicity.
2010-05-06Added ftp_password option.intrigeri
This is the only way to securely transmit the FTP password from backupninja to duplicity.
2010-05-06Better example.dup documentation. Thanks, Alster!intrigeri
2010-05-06dup: use --archive-dir /var/backups/duplicity unless the user has specified ↵intrigeri
it (Closes: 580213)
2010-05-06Rephrase, reformat and sync example dup configuration.intrigeri
2010-05-02Implement Debian #535996 to use --full-if-older-thanOlivier Berger
2010-05-02Add full-if-older-than with half the keep durationolivier
2010-04-24dup: 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-06dup: use duplicity's --extra-clean option when necessaryintrigeri
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-06sys: only run mdadm if RAID devices actually exist (Closes: #572450)intrigeri