aboutsummaryrefslogtreecommitdiff
path: root/handlers
AgeCommit message (Collapse)Author
2006-10-07Here is my trac commitMicah Anderson
2006-10-07dup: document how to write sftp-compatible (and thus new-duplicity-compatible)intrigeri
sshoptions setting (Closes: #388543)
2006-10-07dup, rdiff: implemented and documented simpler and clearer symlinks/globbingintrigeri
behaviour, as proposed on http://lists.riseup.net/www/arc/backupninja/2006-07/msg00008.html
2006-10-06added ldaphost and tls variable as requested by stefaniMicah Anderson
2006-10-06Added disk space report option (adam kosmin suggestion)Micah Anderson
removed sys vserver not running noise report (anarcat suggestion)
2006-10-06Added rhatto's updated rub handler, not removing rsnap now, will probably ↵Micah Anderson
want to do that later
2006-10-04added purged packages to dpkg --get-selectionsMicah Anderson
2006-10-02Added changes from rhattoMicah Anderson
2006-09-26Added rhatto's rub handler, a second try at a rsync snapshotMicah Anderson
2006-08-11Added RPM patches submitted by Robert NapierMicah Anderson
2006-08-08Changed partition check to use sfdisk as its more commonMicah Anderson
2006-08-06Added warning if no devices were found on the systemMicah Anderson
2006-08-03Added fix to mysql handler for option change to --extra-files, alsoMicah Anderson
comitting change to pgsql handler that I forgot to change, allows the postgresql user to be set in backupninja.conf, instead of hardcoded
2006-07-10addedElijah Saxon
2006-07-10shortened debugging messagesElijah Saxon
2006-06-10add in-line compression to ldap handlerMicah Anderson
2006-06-10Updated the indentation to be according to the agreed standardMicah Anderson
2006-06-10Added in-line compression to pgsql and mysql handlers, appears to work fine ↵Micah Anderson
in tests
2006-06-09Applied Anarcat's patch to fix rdiff's $testintrigeri
2006-06-04dup & rdiff: fixed * expansion in e-mailsintrigeri
2006-06-04dup: now forbid to (try to) backup /intrigeri
2006-06-04rdiff and dup handlers/helpers/examples symlink and globbing support enhancementintrigeri
and clarification: for a given include/exclude/vsinclude statement, they now support EITHER globbing with '*' OR symlinks in the path.
2006-06-03dup: checked that bandwidthlimit still works with duplicity 0.4.2, reflectedintrigeri
this into the docs/examples/Changelog
2006-06-03dup: more or less support duplicity 0.4.2 (bandwidthlimit maybe not working ↵intrigeri
anymore, though)
2006-06-03rdiff: $VROOTDIR/$vserver was prepended twice, fixed ; thanks to Florian Burkaintrigeri
2006-05-30dup (helper + handler + example config) : don't pretend anymore that duplicityintrigeri
can work without any passphrase ; thanks Micah for the bug report
2006-04-24pgsql: postgres user UID is now the one from inside the vserver if necessaryintrigeri
2006-04-24pgsql: Fixed shell expansion, thanks Thomas Kotzian (Closes: #363297)intrigeri
2006-04-22minor spelling fixMicah Anderson
2006-04-22A couple other minor edits to languageMicah Anderson
2006-04-22The helper didn't display the key properly, and I couldn't figure outMicah Anderson
how to get it to do so, so I just removed that piece ;)
2006-04-22Minor grammar fixMicah Anderson
2006-04-13Updated the sys handler to include all the checks that Petr KlimaMicah Anderson
sent in the rhsys handler, made it work for both redhat and debian
2006-04-12Added tar handlerMicah Anderson
2006-04-08backslashes for the double quotes are necessary in the debug linesMicah Anderson
otherwise when you run a test run it will print: debug su $user -c "$execstr" instead of expanding those variables the backslashes in the output= lines were wrong, but the debug lines were necessary :)
2006-04-08 r4446@krups: intrigeri | 2006-04-08 12:28:59 +0200intrigeri
mysql handler: removed over-enthusiastic quote-escaping, related to su ; previous versions broke the mysql handler both on sarge and sid.
2006-04-05Removed over zelous vsnames checkMicah Anderson
2006-03-25Added escaping of double quotes that were added previouslyMicah Anderson
2006-03-20Fixed su quoting usage, as outlined here:Micah Anderson
http://lists.debian.org/debian-devel-announce/2006/03/msg00003.html
2006-03-15Harder than it looks at first! This appears to fix it, but please try it out.Micah Anderson
2006-03-11Fixed the include=/exclude= improper dereference problem in the dup handlerMicah Anderson
2006-03-11If you include= or exclude= a directory that is actually a symlink Micah Anderson
somewhere along the chain you will only backup the symlink, and not the data, this is fixed here in rdiff with this change
2006-03-07mysql tried to remove a tmpfile that didn't exist, fixed check for thisMicah Anderson
2006-02-23Added some more default excludes as reported by Adam Porter in bug #353412Micah Anderson
2006-02-03Fixed improper use of $vuserhome as reported as Debian bug #351083Micah Anderson
2006-02-02mysql, pgsql and svn handlers: fixed inversed vsname emptyness testintrigeri
2006-02-01This test needs to be inverted, otherwise it doesn't backup vservers at allMicah Anderson
2006-01-31Removed vsnames variable check as it is "over-paranoid" :)Micah Anderson
2006-01-26Apparantly it is common practice to NOT keep generated files in the repository,Micah Anderson
since Makefile.in is generated through autogen.sh or autoreconf, it shouldn't be put in the repo itself (except on release)
2006-01-19typointrigeri