Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-27 | Release 0.9.7 | 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 | |||
2010-01-18 | add Chris Nolan to Authors for the maildir directory fix, and add | Micah Anderson | |
something to the changelog all for 98e62c95372a398922c1fc36f7517cb95e9f11c3 | |||
2010-01-09 | rdiff: fix confusing error if rdiff-backup cannot be found on remote server. | intrigeri | |
Thanks to maniacmartin <martin@maniacmartin.com> for the patch on which this one is based. This closes Redmine bug #1209. | |||
2010-01-09 | dup: support backups to Amazon S3 buckets | intrigeri | |
Thanks to stefan <s.freudenberg@jpberlin.de> for the patch. This fixes Redmine bug #658. | |||
2010-01-09 | set BACKUPNINJA_DEBUG when invoked with -d (Closes: #537266) | intrigeri | |
2010-01-09 | rdiff,dup: fix include/exclude paths with spaces (Closes: #398435) | intrigeri | |
This also fixes Redmine bug #1021. | |||
2010-01-08 | ldap,mysql,pgsql: use bash pipefail option so that failed dumps are reported ↵ | intrigeri | |
as such This should fix Redmine bug #1340. This option makes pipelines return as status the value of the last (rightmost) command to exit with a non-zero status, or zero if all commands exit successfully. See bash(1) for details. E.g. this prevents the following from exiting with status 0 (!) if pg_dumpall fails: pg_dumpall | gzip | |||
2010-01-05 | reportspace: skip non-directories and places that don't exist on the local ↵ | intrigeri | |
filesystem (Closes: #536049) | |||
2010-01-05 | Added ChangeLog entry for previous commit. | intrigeri | |
2010-01-05 | Adding optional report of infos sent by handlers in the email (closes #563734) | intrigeri | |
Cherry-picked and re-indented patch 76792c8f45afa1fdaeb81c2af77499ca0b83ce64 from Olivier Berger. Conflicts: src/backupninja.in | |||
2010-01-05 | Added ChangeLog entry for 61eb6a74843ba000b4de58d3271c5cb545c891d0. | intrigeri | |
2009-12-31 | dup.helper: do not propose to exclude /home/*/.gnupg twice anymore (Closes: ↵ | intrigeri | |
#563044) | |||
2009-12-25 | autotools: added the stat command to the automagically replaced ones | intrigeri | |
... hoping it will help supporting *BSD some day. | |||
2009-12-25 | mysql, pgsql: Quote output filenames | intrigeri | |
... to support shell meta-characters in database names. Closes Redmine bug #617. | |||
2009-12-24 | easydialog: allow form fields input to grow up to 100 chars (Closes: #562249) | intrigeri | |
2009-11-19 | ldap, mysql, pgsql: use gzip's --rsyncable option | intrigeri | |
2009-07-18 | dup: fixed bandwidthlimit test | intrigeri | |
Thanks to Ian Beckwith <ianb@erislabs.net> for the patch. | |||
2009-07-09 | added sshoptions variable to the maildir handler for arbitrary options that ↵ | Micah Anderson | |
you might need to pass updated the example.maildir to include this option, as well as detail the missing desid_file, destport | |||
2009-01-22 | sys: backup dmsetup info as well, for easier restoring of Luks headers | intrigeri | |
2009-01-22 | sys: new lvm option to backup LVM metadata of every detected volume group | intrigeri | |
2009-01-22 | sys: new luksheaders option to backup the Luks header of every Luks device | intrigeri | |
2009-01-12 | mysql: fix 'mysqladmin ping' use, see changelog for details | intrigeri | |
2009-01-12 | add support for 'when = manual' (Closes: #511299) | intrigeri | |
2008-12-09 | mysql: new sqldumpoptions config variable (Closes: #502966) | intrigeri | |
2008-12-09 | backupninja: do not assume English locale when using date (Closes: #465837) | intrigeri | |
2008-08-08 | fix location of deleted_on file and add missing destid_file options in ↵ | Micah Anderson | |
maildir handler | |||
2008-07-28 | fix reportspace | intrigeri | |
2008-07-25 | update makecd handler to work with new toolset | Micah Anderson | |
2008-07-21 | prepare for release | Micah Anderson | |
2008-07-06 | . make maildir helper look in every subdirectory of the source ↵ | Micah Anderson | |
directory for maildirs, rather than just looking in the directories [a-zA-Z0-9], thanks for the patch from chris@cenolan.com (Trac#43) | |||
2008-06-25 | dup: set secure permissions on tmpdir when creating it | intrigeri | |
2008-06-25 | stop failing on all the trac backups if just one fails | Micah Anderson | |
2008-06-24 | added more robust mdadm raid device capture, by actually scanning active ↵ | Micah Anderson | |
arrays via mdadm, rather than just catting the mdadm.conf file, which may be empty | |||
2008-06-24 | fixed catifexec function to actually work, also now takes arguments that are ↵ | Micah Anderson | |
passed, thanks to a report from John Hallam | |||
2008-06-24 | add the ability to save the debconf package selection states in the sys ↵ | Micah Anderson | |
handler, which aides in restoring installed packages with the right choices made | |||
2008-06-24 | made mktemp a requirement for building backupninja, added autotools ↵ | Micah Anderson | |
variables to substitute the proper binary location and removed bad fall-back when mktemp was not there | |||
2008-06-24 | sys: support selection of VServers to run on with the new vsnames ↵ | intrigeri | |
configuration option (Closes: Trac#45) | |||
2008-06-24 | pgsql, mysql, svn: use new vservers_running function from lib/vserver ↵ | intrigeri | |
(factorization++) | |||
2008-06-24 | lib/vserver: added vservers_running function, use it in sys handler (to ease ↵ | intrigeri | |
future fix for Trac#45) | |||
2008-06-24 | dup: actually allow to backup only VServers, by relaxing $include test | intrigeri | |
2008-06-24 | sys: update for 2.6 kernels: use /proc/kallsyms instead of /proc/ksyms ↵ | intrigeri | |
(Closes: Trac#39) | |||
2008-06-24 | Fixed tr construct reporting a warning (Closes: #452669). | intrigeri | |
2008-06-24 | dup: support every duplicity-supported transport with new configuration ↵ | intrigeri | |
option desturl (Closes: #483712, #346040, Trac#2) | |||
2008-06-24 | Allow the entire backup run to be halted by an action (Closes: #455836) | intrigeri | |
2008-06-23 | LDAP helper: make error message clearer when no supported backend is found | intrigeri | |
2008-06-23 | LDAP: support HDB backend just as the BDB one | intrigeri | |