Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-08 | backslashes for the double quotes are necessary in the debug lines | Micah 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 +0200 | intrigeri | |
mysql handler: removed over-enthusiastic quote-escaping, related to su ; previous versions broke the mysql handler both on sarge and sid. | |||
2006-04-05 | Removed over zelous vsnames check | Micah Anderson | |
2006-03-25 | Added escaping of double quotes that were added previously | Micah Anderson | |
2006-03-20 | Fixed su quoting usage, as outlined here: | Micah Anderson | |
http://lists.debian.org/debian-devel-announce/2006/03/msg00003.html | |||
2006-03-15 | Harder than it looks at first! This appears to fix it, but please try it out. | Micah Anderson | |
2006-03-11 | Fixed the include=/exclude= improper dereference problem in the dup handler | Micah Anderson | |
2006-03-11 | If 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-07 | mysql tried to remove a tmpfile that didn't exist, fixed check for this | Micah Anderson | |
2006-02-23 | Added some more default excludes as reported by Adam Porter in bug #353412 | Micah Anderson | |
2006-02-03 | Fixed improper use of $vuserhome as reported as Debian bug #351083 | Micah Anderson | |
2006-02-02 | mysql, pgsql and svn handlers: fixed inversed vsname emptyness test | intrigeri | |
2006-02-01 | This test needs to be inverted, otherwise it doesn't backup vservers at all | Micah Anderson | |
2006-01-31 | Removed vsnames variable check as it is "over-paranoid" :) | Micah Anderson | |
2006-01-26 | Apparantly 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-19 | typo | intrigeri | |
2006-01-19 | - dup & rdiff handlers: finally, a real and well tested fix for the globbing bug | intrigeri | |
- rdiff: it's now possible to choose exactly which vservers should be backed-up, as it already was with duplicity handler, with the "vsnames" configuration setting | |||
2006-01-19 | handlers/sys: start to use new lib/vserver functionality | intrigeri | |
2006-01-19 | handlers/svn: use the same (short) code as pgsql and mysql to check vservers ↵ | intrigeri | |
availability | |||
2006-01-19 | rdiff.helper: fixed vsnames output syntax (currently unused by the rdiff ↵ | intrigeri | |
handler, weird.) | |||
2006-01-19 | clean up and homogenize pgsql and mysql vserver checks | intrigeri | |
2006-01-19 | handlers/pgsql: make more use of the new lib/vserver functionality | intrigeri | |
2006-01-19 | handlers/pgsql: make use of the new lib/vserver functionality | intrigeri | |
2006-01-19 | homogeneized rdiff.helper, dup.helper and example.dup doc about vsnames and ↵ | intrigeri | |
vsinclude | |||
2006-01-19 | handlers/rdiff: make use of new lib/vserver functionality | intrigeri | |
2006-01-19 | rdiff: remove TODO comment line, since this has not to be done :) | intrigeri | |
2006-01-19 | rdiff: fixed globbing bug for include, exclude and vsinclude (again.) | intrigeri | |
2006-01-19 | rdiff: start to take advantage of new lib/vserver functionality | intrigeri | |
2006-01-19 | lib/vserver.in: new function: vservers_exist | intrigeri | |
handlers/dup: make use of new lib/vserver functionality | |||
2006-01-17 | dup.helper: fixed output syntax for multiple vsnames | intrigeri | |
example.dup: fixed example vsnames syntax | |||
2006-01-17 | handlers/dup: now works when multiple vservers names are given (separated by ↵ | intrigeri | |
space) in vsnames config variable | |||
2006-01-17 | duplicity handler: warn if vsnames or vsinclude is enabled while vservers ↵ | intrigeri | |
support is disabled in backupninja.conf | |||
2006-01-16 | autotools files upgrade to 0.9.2, seems to be needed and to have been forgotten | intrigeri | |
2006-01-16 | Fixed (eventually) the globbing include/exclude/vsinclude bug. | intrigeri | |
2006-01-09 | . fixed errors in create remote dir | Elijah Saxon | |
. code formatting cleanup (three spaces indent) . fixed bug which caused only first include/exclude dir to have "include = " . fixed globbing bug with exclude | |||
2006-01-03 | Fixed mysql no user defaults file handling | Micah Anderson | |
2005-12-28 | r263@crapouille: intrigeri | 2005-12-28 21:19:10 +0100 | intrigeri | |
Reverted indentation level to 3. | |||
2005-12-28 | r261@crapouille: intrigeri | 2005-12-28 20:59:01 +0100 | intrigeri | |
Changed default indentation level to 8, to make it presbyopia-friendly | |||
2005-12-28 | Added the "Emacs comment line" on top of every shell file. | intrigeri | |
2005-12-28 | dup.helper: updated to support the new duplicity handlers features. | intrigeri | |
2005-12-28 | dup: fixed erroneous gpg-related options processing; example.dup: fixed ↵ | intrigeri | |
erroneous comments about the way gpg options are used | |||
2005-12-27 | r242@um: micah | 2005-12-27 17:06:10 -0500 | Micah Anderson | |
vserver support added, database and dump directory selection added | |||
2005-12-27 | r241@um: micah | 2005-12-27 15:21:17 -0500 | Micah Anderson | |
Updated rdiff-backup to do vserver selection using lib/vservers | |||
2005-12-27 | r239@um: micah | 2005-12-27 14:52:42 -0500 | Micah Anderson | |
I think the first three items are required, not the last 3 :) | |||
2005-12-27 | r238@um: micah | 2005-12-27 13:32:57 -0500 | Micah Anderson | |
Add global variable rdiff_title and change all the titles to use it | |||
2005-12-27 | dup: now possible to use different keys to sign and encrypt | intrigeri | |
2005-12-27 | r221@um: micah | 2005-12-27 11:54:34 -0500 | Micah Anderson | |
If the user is set, make sure the --defaults-file is set for that user. | |||
2005-12-27 | r220@um: micah | 2005-12-27 11:12:31 -0500 | Micah Anderson | |
Add -h option to mysqlhotcopy method | |||
2005-12-27 | r219@um: micah | 2005-12-27 10:32:24 -0500 | Micah Anderson | |
Defaults file is now set correctly for vservers dbhost is now added to the .my.cnf | |||
2005-12-27 | r218@um: micah | 2005-12-27 09:59:40 -0500 | Micah Anderson | |
Changed some info output to debug |