aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-06-14Update AUTHORS and ChangeLog.HEADmasterdevelopintrigeri
2014-06-14Ignore files ending in ~Mark Janssen -- Sig-I/O Automatisering
2014-05-03Update ChangeLog.intrigeri
2014-05-03Exclude tmpfs filesystems from df output in the sys handler (Closes: ↵intrigeri
Debian#745818).
2014-05-03Update ChangeLog and AUTHORS.intrigeri
2014-05-03Fix indentation in sys handler.intrigeri
Thanks to Jools Wills <jools@oxfordinspire.co.uk> for the patch.
2014-05-03Remove spurious quotes that broke the sys helper (Closes: Redmine#6803).intrigeri
Thanks to Jools Wills <jools@oxfordinspire.co.uk> for the patch.
2014-05-03Merge remote-tracking branch 'sarava/bug/4380'intrigeri
2014-05-03Merge remote-tracking branch 'sarava/bug/3003'intrigeri
Conflicts: handlers/rsync.in
2014-05-03Merge remote-tracking branch 'sarava/bug/3929'intrigeri
2014-05-03Added suse to the list of supported OSChristian Prause
2014-04-17Rsync example: show 'user' parameter as a required option (#4380)bug/4380Silvio Rhatto
2014-03-01Update ChangeLog.releaseintrigeri
2014-03-01Run duplicity in a C locales environment (Closes: #736280).intrigeri
This workarounds a bug in duplicity. Quoting the reporter (thanks, Jonathan Dupart <jonathan@dupart.org>, for the detailed report and initial patch): The duplicity backend is broken when the gpg ecryption is set up and the system default locale is not english (or C). The bug reports on duplicity are here : http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=565398 https://bugs.launchpad.net/duplicity/+bug/510625
2014-02-22Update ChangeLog and AUTHORS.intrigeri
2014-02-22Added SIGN_PASSPHRASE support for dup handler.Dominik George
2014-02-22Update ChangeLog.intrigeri
2014-02-22dup: Fix buggy version comparison. (Redmine#6746)intrigeri
2014-02-22Add shell functions to compare version numbers.intrigeri
2014-02-22Update ChangeLog and AUTHORS.intrigeri
2014-02-22Make logic consistent with what we're using elsewhere.intrigeri
Without this change, e.g. 0.5.20 would not get --extra-clean, while it should. Granted, the new test is buggy too, e.g. 0.7.1 will get --extra-clean, while it should not. Will report that to Redmine.
2014-02-22Fix #6357 - Don't remove useful signature filesAlexander Mette
duplicity >=0.6.20 now correctly removes useless signature files and therefore the cache directory doesn't grow infinitely any more. Using --extra-clean removes all signatures except from the last chain and so renders older chains unusable, don't use it by default any more. See: https://bugs.launchpad.net/duplicity/+bug/519948
2014-02-22mysql: fix non-qualified table name extraction (Closes: Redmine#4373).intrigeri
2014-02-22Update ChangeLog.intrigeri
2014-02-22rdiff.helper: don't give misleading information regarding required fields ↵intrigeri
(Closes: Redmine#4410).
2014-02-22Fix indentation (thanks to exobuzz for the patch, closes: Redmine#6726).intrigeri
2013-12-26mysql: make "nodata" option compatible with compress=no.intrigeri
2013-10-26Solve quoting issue with "su" (debian #683731) (upstream #4019)bug/4019Silvio Rhatto
A fix for debian #677410 on commit 29dcdbae introduces a new issue on wheezy machines where some rsync_options gets out of the rsync command quotes when invoked by su. As reported, running backupninja through `bash -x` shows that the `--delete` option from the rsync command is not included in the single quote for the `su -c` command: nice -n 0 su -c '/usr/bin/rsync -av' --delete '--recursive --delete-excluded //home/ /tmp/test//home//' This patch attempt to solve that issue by using the intermediary variable $command.
2013-09-23Delete trailing whitespace.intrigeri
2013-09-20update INSTALL file to add some missing recommended programsMicah Anderson
2013-09-20add additional sys backup options to provide the ability to backup the MBR ↵Micah Anderson
for every device found, and to backup the BIOS (if the flashrom program is installed, and the mainboard is supported)
2013-09-20fix capitalization of LUKSMicah Anderson
2013-09-20fix missing autoconf marker for @SED@Micah Anderson
2013-09-20fix luks header backup to properly detect partitionsMicah 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-23Update AUTHORS.intrigeri
2013-07-23dup: Gracefully handle legacy spaces between -o and IdentityFile.intrigeri
2013-07-23Clarify that duplicity/paramiko doesn't support spaces between -o and ↵intrigeri
IdentityFile anymore.
2013-07-09rdiff.helper: add output_as_info support.intrigeri
Thanks to David Gasaway <dave@gasaway.org> for the patch!
2013-06-30Update authors.intrigeri
2013-06-30test mode support for tar handlerPierre ROUDIER
2013-06-28Update AUTHORS.intrigeri
2013-06-28xz support for tar handlerPierre ROUDIER
2013-06-08Update AUTHORS.intrigeri
2013-06-08Add option to include rdiff-backup output in reports.intrigeri
Thanks to David Gasaway <dave@gasaway.org> for the patch.
2012-11-26dsync: 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-26dsync: fix loop number of iterations, we want to try 3 times, and we are ↵Micah Anderson
starting at 0
2012-11-26remove some debugging bits that snuck inMicah Anderson
2012-11-26set autotools markers and default application pathsMicah Anderson
2012-11-26the 'fatal' here was causing backups to stop after they hit a user who hasMicah Anderson
trouble, causing all subsequent backups never to fire.
2012-11-26fix quoting on srcconffile and destcconffileMicah 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