Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-20 | fix missing autoconf marker for @SED@ | Micah Anderson | |
2013-09-20 | fix luks header backup to properly detect partitions | Micah Anderson | |
previously the code was modeled off of the partition backup methodology, this resulted in the code only attempting to detect luks on actual devices, and not on partitions. The code would step through every disk on the system (sda, sdb, etc.) and do a 'cryptsetup isLuks' on that device, and then based on that output save the luks header for any device that had one. Unfortunately, in many cases, luks headers are found on the partitions of those disks. So we were failing to detect any luks partitions and thus failing to backup their luks headers. this commit changes that, it now will look for luks headers on the devices themselves (for cases where a full disk is used without partitions), and on any partitions that are detected | |||
2013-07-23 | Update AUTHORS. | intrigeri | |
2013-07-23 | dup: Gracefully handle legacy spaces between -o and IdentityFile. | intrigeri | |
2013-07-23 | Clarify that duplicity/paramiko doesn't support spaces between -o and ↵ | intrigeri | |
IdentityFile anymore. | |||
2013-07-09 | rdiff.helper: add output_as_info support. | intrigeri | |
Thanks to David Gasaway <dave@gasaway.org> for the patch! | |||
2013-06-30 | Update authors. | intrigeri | |
2013-06-30 | test mode support for tar handler | Pierre ROUDIER | |
2013-06-28 | Update AUTHORS. | intrigeri | |
2013-06-28 | xz support for tar handler | Pierre ROUDIER | |
2013-06-08 | Update AUTHORS. | intrigeri | |
2013-06-08 | Add option to include rdiff-backup output in reports. | intrigeri | |
Thanks to David Gasaway <dave@gasaway.org> for the patch. | |||
2012-11-26 | dsync: break out of the while loop using 'break' instead of setting the ↵ | Micah Anderson | |
failedcount number, otherwise this will trigger the warning later | |||
2012-11-26 | dsync: fix loop number of iterations, we want to try 3 times, and we are ↵ | Micah Anderson | |
starting at 0 | |||
2012-11-26 | remove some debugging bits that snuck in | Micah Anderson | |
2012-11-26 | set autotools markers and default application paths | Micah Anderson | |
2012-11-26 | the 'fatal' here was causing backups to stop after they hit a user who has | Micah Anderson | |
trouble, causing all subsequent backups never to fire. | |||
2012-11-26 | fix quoting on srcconffile and destcconffile | Micah Anderson | |
stop attempting to sync to current_backup, because if we do this then we do this then we don't take advantage of the hardlinking that is done later | |||
2012-09-20 | duplicity: for local backups, check that the destination directory exists. | intrigeri | |
Thanks to ulrich for the preliminary patch. Closes Redmine#4049. | |||
2012-06-29 | Releasing backupninja 1.0.1 | Silvio Rhatto | |
2012-06-29 | Update AUTHORS. | intrigeri | |
2012-06-29 | Do not warn when rsync exits with status 0. | intrigeri | |
2012-06-21 | Update ChangeLog. | intrigeri | |
2012-06-20 | Issue just warnings on non-fatal rsync errors (#3966)bug/3966 | Silvio Rhatto | |
2012-06-15 | Releasing backupninja 1.0. (Happy birthdays!) | intrigeri | |
2012-06-15 | Update and fix ChangeLog. | intrigeri | |
2012-06-15 | Run rsync command-line through a shell, so that single-quotes around ↵ | intrigeri | |
excludes are interpreted (Closes: #677410) When --exclude 'something' is passed directly to rsync without going through a shell, rsync tries to match a file whose name contains single quotes, which is definitely not what we want it to do: exclude arguments protected with single quotes are meant to be passed to a shell. | |||
2012-06-15 | rsync: stop passing $excludes as a single argument. | intrigeri | |
2012-06-15 | rsync: generate excludes command-line snippet the same way as the duplicity ↵ | intrigeri | |
handler does. The latter has a robust history wrt. dealing with excludes / glob / quoting etc., let's use that instead of the shiny new sed-based way. | |||
2012-06-11 | add experimental dsync handler, heavily based on maildir handler | Micah Anderson | |
2012-06-11 | dont run lspci and modinfo when hwinfo==no | Micah Anderson | |
2012-06-11 | Merge branch 'master' of labs.riseup.net:backupninja | Micah Anderson | |
2012-06-11 | Make it clear what lockfile could not be acquired. | intrigeri | |
2012-05-20 | mysql: use --skip-events when backing up the performance_schema database ↵ | intrigeri | |
(Closes: #673572) | |||
2012-05-15 | Releasing backupninja 1.0-rc1. | intrigeri | |
2012-05-15 | Install handlers as pkgdata_DATA, instead of their .in files. | intrigeri | |
2012-05-15 | Have "make dist" ship the FAQ. | intrigeri | |
2012-05-15 | Have "make dist" package handlers/*.in instead of make results. | intrigeri | |
2012-05-15 | Updating ChangeLog. | intrigeri | |
2012-05-15 | Updating pipefail branch so it can merge with master (#3892)bug/3892 | Silvio Rhatto | |
2012-05-14 | Always use explicit sed's -e. | intrigeri | |
Hopefully this fixes http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=656968#31 and future incarnations of this class of bugs. | |||
2012-05-12 | Changing pipefail just when it's really needed | Silvio Rhatto | |
2012-05-13 | Merge remote-tracking branch 'sarava/bug/3721' | intrigeri | |
2012-05-13 | Merge remote-tracking branch 'sarava/bug/3838' | intrigeri | |
2012-05-13 | Merge remote-tracking branch 'sarava/bug/3840' | intrigeri | |
2012-05-13 | Merge remote-tracking branch 'sarava/feature/3891' | intrigeri | |
2012-05-13 | Merge remote-tracking branch 'sarava/bug/3882' | intrigeri | |
2012-05-10 | Fixing typos (#3868)bug/3868 | Silvio Rhatto | |
2012-05-10 | Set/restore pipefail to not mess with other scripts (#3892) | Silvio Rhatto | |
2012-05-10 | Ensure that a non-zero rsync exit status is caught by our handler (#3892) | Silvio Rhatto | |