Micah Anderson [Wed, 12 Apr 2006 21:06:34 +0000 (21:06 +0000)]
Changed cron.d permissions to 644
Micah Anderson [Sat, 8 Apr 2006 20:52:51 +0000 (20:52 +0000)]
backslashes for the double quotes are necessary in the debug lines
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 :)
intrigeri [Sat, 8 Apr 2006 10:44:55 +0000 (10:44 +0000)]
Recursively ignore subdirs in /etc/backup.d (Closes: #361102)
intrigeri [Sat, 8 Apr 2006 10:35:47 +0000 (10:35 +0000)]
TODO: removed erroeously re-added old item
intrigeri [Sat, 8 Apr 2006 10:31:14 +0000 (10:31 +0000)]
r4446@krups: intrigeri | 2006-04-08 12:28:59 +0200
mysql handler: removed over-enthusiastic quote-escaping, related to su ;
previous versions broke the mysql handler both on sarge and sid.
intrigeri [Sat, 8 Apr 2006 10:29:48 +0000 (10:29 +0000)]
Micah Anderson [Wed, 5 Apr 2006 04:40:40 +0000 (04:40 +0000)]
Removed over zelous vsnames check
Elijah Saxon [Tue, 4 Apr 2006 17:29:40 +0000 (17:29 +0000)]
corrected minor typo
Micah Anderson [Sat, 25 Mar 2006 20:14:03 +0000 (20:14 +0000)]
Added escaping of double quotes that were added previously
Micah Anderson [Sat, 25 Mar 2006 17:54:22 +0000 (17:54 +0000)]
Remove AM_MAINTAINER_MODE from configure.in because it is erroring
out with newest autotools
Micah Anderson [Mon, 20 Mar 2006 23:08:07 +0000 (23:08 +0000)]
Fixed su quoting usage, as outlined here:
http://lists.debian.org/debian-devel-announce/2006/03/msg00003.html
Micah Anderson [Wed, 15 Mar 2006 18:05:43 +0000 (18:05 +0000)]
lost+found was not being removed from the list of found_vservers
because the + was being interpreted by grep -E, I've escaped it
so it will properly be removed
Micah Anderson [Wed, 15 Mar 2006 00:06:19 +0000 (00:06 +0000)]
Harder than it looks at first! This appears to fix it, but please try it out.
Micah Anderson [Sat, 11 Mar 2006 07:22:44 +0000 (07:22 +0000)]
Fixed the include=/exclude= improper dereference problem in the dup handler
Micah Anderson [Sat, 11 Mar 2006 07:21:04 +0000 (07:21 +0000)]
If you include= or exclude= a directory that is actually a symlink
somewhere along the chain you will only backup the symlink, and
not the data, this is fixed here in rdiff with this change
Micah Anderson [Tue, 7 Mar 2006 18:40:08 +0000 (18:40 +0000)]
mysql tried to remove a tmpfile that didn't exist, fixed check for this
Micah Anderson [Thu, 23 Feb 2006 20:25:53 +0000 (20:25 +0000)]
Added some more default excludes as reported by Adam Porter in bug #353412
Micah Anderson [Sat, 4 Feb 2006 17:49:57 +0000 (17:49 +0000)]
Add AM_MAINTAINER_MODE to configure.in which enables maintainer mode
Micah Anderson [Fri, 3 Feb 2006 19:48:50 +0000 (19:48 +0000)]
Fixed improper use of $vuserhome as reported as Debian bug #351083
intrigeri [Thu, 2 Feb 2006 20:28:28 +0000 (20:28 +0000)]
mysql, pgsql and svn handlers: fixed inversed vsname emptyness test
intrigeri [Thu, 2 Feb 2006 20:13:14 +0000 (20:13 +0000)]
Changelog: added next-release section, added my previous fix' log entry
intrigeri [Thu, 2 Feb 2006 20:09:50 +0000 (20:09 +0000)]
lib/vserver.in: fixed #351083 (readlink syntax error)
Micah Anderson [Wed, 1 Feb 2006 18:12:29 +0000 (18:12 +0000)]
This test needs to be inverted, otherwise it doesn't backup vservers at all
Micah Anderson [Tue, 31 Jan 2006 17:35:46 +0000 (17:35 +0000)]
Removed vsnames variable check as it is "over-paranoid" :)
Micah Anderson [Thu, 26 Jan 2006 21:41:57 +0000 (21:41 +0000)]
Missing backslash
Micah Anderson [Thu, 26 Jan 2006 21:40:06 +0000 (21:40 +0000)]
Fix for lib/Makefile.am to install libraries in the right place
Micah Anderson [Thu, 26 Jan 2006 21:08:55 +0000 (21:08 +0000)]
Remove some more generated files that shouldn't be in subversion
Micah Anderson [Thu, 26 Jan 2006 21:05:45 +0000 (21:05 +0000)]
Slight change to autogen.sh to act like other scripts I've found
Micah Anderson [Thu, 26 Jan 2006 20:53:34 +0000 (20:53 +0000)]
Apparantly it is common practice to NOT keep generated files in the repository,
since Makefile.in is generated through autogen.sh or autoreconf, it shouldn't be
put in the repo itself (except on release)
Micah Anderson [Fri, 20 Jan 2006 02:36:10 +0000 (02:36 +0000)]
Fixed the Makefile.in to actually work (for real)
Micah Anderson [Fri, 20 Jan 2006 01:46:14 +0000 (01:46 +0000)]
Fixed up Makefiles to actually work
Micah Anderson [Fri, 20 Jan 2006 00:10:58 +0000 (00:10 +0000)]
configure script should not be in svn, but instead generated on release
configure.in modified to be more selective about finding bash
configure.in modified for 0.9.3 release
autogen.sh modified to create config.guess and config.sub for release
changelog updated about autoconf changes
Removed /bin/bash TODO line
intrigeri [Thu, 19 Jan 2006 22:51:38 +0000 (22:51 +0000)]
TODO: added Debian BTS url
Micah Anderson [Thu, 19 Jan 2006 22:31:10 +0000 (22:31 +0000)]
Add configure /bin/sh problem to TODO
intrigeri [Thu, 19 Jan 2006 21:59:22 +0000 (21:59 +0000)]
TODO: added some bits from my own TODO, he he
intrigeri [Thu, 19 Jan 2006 21:59:13 +0000 (21:59 +0000)]
README: upgraded the ninjahelper section from the manpage
intrigeri [Thu, 19 Jan 2006 21:59:05 +0000 (21:59 +0000)]
typo
intrigeri [Thu, 19 Jan 2006 21:58:56 +0000 (21:58 +0000)]
typo
intrigeri [Thu, 19 Jan 2006 21:58:47 +0000 (21:58 +0000)]
as usual, forgot to update the Changelog in last commit...
intrigeri [Thu, 19 Jan 2006 21:58:38 +0000 (21:58 +0000)]
- dup & rdiff handlers: finally, a real and well tested fix for the globbing bug
- 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
intrigeri [Thu, 19 Jan 2006 21:58:29 +0000 (21:58 +0000)]
handlers/sys: start to use new lib/vserver functionality
intrigeri [Thu, 19 Jan 2006 21:58:20 +0000 (21:58 +0000)]
handlers/svn: use the same (short) code as pgsql and mysql to check vservers availability
intrigeri [Thu, 19 Jan 2006 21:58:12 +0000 (21:58 +0000)]
rdiff.helper: fixed vsnames output syntax (currently unused by the rdiff handler, weird.)
intrigeri [Thu, 19 Jan 2006 21:58:03 +0000 (21:58 +0000)]
clean up and homogenize pgsql and mysql vserver checks
intrigeri [Thu, 19 Jan 2006 21:57:54 +0000 (21:57 +0000)]
handlers/pgsql: make more use of the new lib/vserver functionality
intrigeri [Thu, 19 Jan 2006 21:57:45 +0000 (21:57 +0000)]
handlers/pgsql: make use of the new lib/vserver functionality
intrigeri [Thu, 19 Jan 2006 21:57:37 +0000 (21:57 +0000)]
homogeneized rdiff.helper, dup.helper and example.dup doc about vsnames and vsinclude
intrigeri [Thu, 19 Jan 2006 21:57:28 +0000 (21:57 +0000)]
handlers/rdiff: make use of new lib/vserver functionality
intrigeri [Thu, 19 Jan 2006 21:57:19 +0000 (21:57 +0000)]
rdiff: remove TODO comment line, since this has not to be done :)
intrigeri [Thu, 19 Jan 2006 21:57:11 +0000 (21:57 +0000)]
rdiff: fixed globbing bug for include, exclude and vsinclude (again.)
intrigeri [Thu, 19 Jan 2006 21:57:02 +0000 (21:57 +0000)]
rdiff: start to take advantage of new lib/vserver functionality
intrigeri [Thu, 19 Jan 2006 21:56:53 +0000 (21:56 +0000)]
lib/vserver.in: new function: vservers_exist
handlers/dup: make use of new lib/vserver functionality
intrigeri [Thu, 19 Jan 2006 21:56:44 +0000 (21:56 +0000)]
lib/vserver.in[init_vservers]: warn if vservers are enabled but no vserver is found
intrigeri [Tue, 17 Jan 2006 22:23:24 +0000 (22:23 +0000)]
lib/vserver.in [init_vservers] : canonicalize VROOTDIR (since duplicity et al. don't follow symlinks)
intrigeri [Tue, 17 Jan 2006 22:23:06 +0000 (22:23 +0000)]
lib/vserver.in [init_vservers] : test in a stricter way the real vservers availability
intrigeri [Tue, 17 Jan 2006 22:22:52 +0000 (22:22 +0000)]
code refactor: backupninja now uses vservers lib to init vservers support
(I hate duplicated code!)
intrigeri [Tue, 17 Jan 2006 22:22:40 +0000 (22:22 +0000)]
lib/vserver.in: modified init_vservers so that it can also be used by backupninja
intrigeri [Tue, 17 Jan 2006 22:22:25 +0000 (22:22 +0000)]
backupninja.in: improved VROOTDIR detection as in lib/vserver.in
intrigeri [Tue, 17 Jan 2006 22:22:16 +0000 (22:22 +0000)]
lib/vserver.in: enhanced the VROOTDIR discovery
intrigeri [Tue, 17 Jan 2006 22:22:07 +0000 (22:22 +0000)]
dup.helper: fixed output syntax for multiple vsnames
example.dup: fixed example vsnames syntax
intrigeri [Tue, 17 Jan 2006 22:21:58 +0000 (22:21 +0000)]
handlers/dup: now works when multiple vservers names are given (separated by space) in vsnames config variable
intrigeri [Tue, 17 Jan 2006 22:21:49 +0000 (22:21 +0000)]
add the Emacs header comment line to lib/*.in
intrigeri [Tue, 17 Jan 2006 22:21:39 +0000 (22:21 +0000)]
duplicity handler: warn if vsnames or vsinclude is enabled while vservers support is disabled in backupninja.conf
intrigeri [Mon, 16 Jan 2006 22:14:05 +0000 (22:14 +0000)]
autotools files upgrade to 0.9.2, seems to be needed and to have been forgotten
intrigeri [Mon, 16 Jan 2006 22:01:21 +0000 (22:01 +0000)]
forgot to update Changelog for previous commit
intrigeri [Mon, 16 Jan 2006 22:01:01 +0000 (22:01 +0000)]
Fixed (eventually) the globbing include/exclude/vsinclude bug.
Micah Anderson [Sat, 14 Jan 2006 16:27:28 +0000 (16:27 +0000)]
Added TODO list and updated Authors
Elijah Saxon [Mon, 9 Jan 2006 00:23:05 +0000 (00:23 +0000)]
. fixed errors in create remote dir
. code formatting cleanup (three spaces indent)
. fixed bug which caused only first include/exclude dir to
have "include = "
. fixed globbing bug with exclude
Elijah Saxon [Mon, 9 Jan 2006 00:21:28 +0000 (00:21 +0000)]
added bug warning in comments
Elijah Saxon [Mon, 9 Jan 2006 00:20:48 +0000 (00:20 +0000)]
fixed indenting
Elijah Saxon [Mon, 9 Jan 2006 00:20:15 +0000 (00:20 +0000)]
. now reports error if the helper script has a syntax error or bombs out.
. code formatting cleanup (three spaces indent)
Elijah Saxon [Mon, 9 Jan 2006 00:19:39 +0000 (00:19 +0000)]
lots of ninjahelper changes
Micah Anderson [Tue, 3 Jan 2006 16:09:29 +0000 (16:09 +0000)]
Fixed mysql no user defaults file handling
Elijah Saxon [Mon, 2 Jan 2006 21:44:09 +0000 (21:44 +0000)]
tabs to spaces
intrigeri [Mon, 2 Jan 2006 16:19:54 +0000 (16:19 +0000)]
r585@crapouille: intrigeri | 2006-01-02 17:18:49 +0100
Added (commented out) to backupninja.conf the default paths to programs such as
PGSQLDUMP, so that users can figure out more easily they can customize them.
Micah Anderson [Thu, 29 Dec 2005 19:57:26 +0000 (19:57 +0000)]
Oops, adding ninjahelper to Makefile
Micah Anderson [Thu, 29 Dec 2005 18:52:48 +0000 (18:52 +0000)]
Set released date to today
intrigeri [Wed, 28 Dec 2005 20:19:29 +0000 (20:19 +0000)]
r263@crapouille: intrigeri | 2005-12-28 21:19:10 +0100
Reverted indentation level to 3.
intrigeri [Wed, 28 Dec 2005 19:59:12 +0000 (19:59 +0000)]
r261@crapouille: intrigeri | 2005-12-28 20:59:01 +0100
Changed default indentation level to 8, to make it presbyopia-friendly
intrigeri [Wed, 28 Dec 2005 19:52:22 +0000 (19:52 +0000)]
Added the "Emacs comment line" on top of every shell file.
intrigeri [Wed, 28 Dec 2005 19:13:10 +0000 (19:13 +0000)]
dup.helper: updated to support the new duplicity handlers features.
intrigeri [Wed, 28 Dec 2005 17:32:12 +0000 (17:32 +0000)]
dup: fixed erroneous gpg-related options processing; example.dup: fixed erroneous comments about the way gpg options are used
Micah Anderson [Tue, 27 Dec 2005 22:35:32 +0000 (22:35 +0000)]
r253@um: micah | 2005-12-27 17:34:08 -0500
Try to make it less busy
Micah Anderson [Tue, 27 Dec 2005 22:34:14 +0000 (22:34 +0000)]
r251@um: micah | 2005-12-27 17:32:48 -0500
Updated formatting
Micah Anderson [Tue, 27 Dec 2005 22:16:51 +0000 (22:16 +0000)]
r243@um: micah | 2005-12-27 17:06:37 -0500
Updated changelog, and reformatted it to be more organized according to
element changed
Micah Anderson [Tue, 27 Dec 2005 22:15:40 +0000 (22:15 +0000)]
r242@um: micah | 2005-12-27 17:06:10 -0500
vserver support added, database and dump directory selection added
Micah Anderson [Tue, 27 Dec 2005 22:14:00 +0000 (22:14 +0000)]
r241@um: micah | 2005-12-27 15:21:17 -0500
Updated rdiff-backup to do vserver selection using lib/vservers
Micah Anderson [Tue, 27 Dec 2005 22:13:01 +0000 (22:13 +0000)]
r240@um: micah | 2005-12-27 14:54:04 -0500
If vservers weren't enabled it was impossible to enter the src
menu in ninjahelper due to how these functions returned. This sets
the variable host_or_vserver='host' when vservers are not available
and then returns with a nice exit code
Micah Anderson [Tue, 27 Dec 2005 22:12:43 +0000 (22:12 +0000)]
r239@um: micah | 2005-12-27 14:52:42 -0500
I think the first three items are required, not the last 3 :)
Micah Anderson [Tue, 27 Dec 2005 22:12:22 +0000 (22:12 +0000)]
r238@um: micah | 2005-12-27 13:32:57 -0500
Add global variable rdiff_title and change all the titles to use it
intrigeri [Tue, 27 Dec 2005 19:38:15 +0000 (19:38 +0000)]
dup: now possible to use different keys to sign and encrypt
Micah Anderson [Tue, 27 Dec 2005 17:38:17 +0000 (17:38 +0000)]
r222@um: micah | 2005-12-27 11:57:57 -0500
Update changelog
Micah Anderson [Tue, 27 Dec 2005 17:38:07 +0000 (17:38 +0000)]
r221@um: micah | 2005-12-27 11:54:34 -0500
If the user is set, make sure the --defaults-file is set for
that user.
Micah Anderson [Tue, 27 Dec 2005 17:37:54 +0000 (17:37 +0000)]
r220@um: micah | 2005-12-27 11:12:31 -0500
Add -h option to mysqlhotcopy method
Micah Anderson [Tue, 27 Dec 2005 17:37:44 +0000 (17:37 +0000)]
r219@um: micah | 2005-12-27 10:32:24 -0500
Defaults file is now set correctly for vservers
dbhost is now added to the .my.cnf
Micah Anderson [Tue, 27 Dec 2005 17:37:31 +0000 (17:37 +0000)]
r218@um: micah | 2005-12-27 09:59:40 -0500
Changed some info output to debug
Micah Anderson [Tue, 27 Dec 2005 17:37:18 +0000 (17:37 +0000)]
r217@um: micah | 2005-12-27 09:57:30 -0500
Some clean-ups, indentations and if/then/fi and do/done standardization
Micah Anderson [Tue, 27 Dec 2005 17:37:04 +0000 (17:37 +0000)]
r216@um: micah | 2005-12-27 09:50:17 -0500
Set home properly when using vservers
Micah Anderson [Tue, 27 Dec 2005 17:36:46 +0000 (17:36 +0000)]
r215@um: micah | 2005-12-27 09:40:23 -0500
Minor variable and documentation clean-up
Micah Anderson [Tue, 27 Dec 2005 17:36:32 +0000 (17:36 +0000)]
r214@um: micah | 2005-12-27 09:35:03 -0500
Added vserver functionality to the user authentication method