Micah Anderson
dc8e99c6c4
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
2006-03-11 07:21:04 +00:00
Micah Anderson
c8ebca79ad
mysql tried to remove a tmpfile that didn't exist, fixed check for this
2006-03-07 18:40:08 +00:00
Micah Anderson
d568f305fd
Added some more default excludes as reported by Adam Porter in bug #353412
2006-02-23 20:25:53 +00:00
Micah Anderson
6565289c9b
Add AM_MAINTAINER_MODE to configure.in which enables maintainer mode
2006-02-04 17:49:57 +00:00
Micah Anderson
a8d99f1b1e
Fixed improper use of $vuserhome as reported as Debian bug #351083
2006-02-03 19:48:50 +00:00
intrigeri
1f21ab1f9d
mysql, pgsql and svn handlers: fixed inversed vsname emptyness test
2006-02-02 20:28:28 +00:00
intrigeri
cd19017bd6
Changelog: added next-release section, added my previous fix' log entry
2006-02-02 20:13:14 +00:00
intrigeri
3b3252bfdd
lib/vserver.in: fixed #351083 (readlink syntax error)
2006-02-02 20:09:50 +00:00
Micah Anderson
b756a86db7
This test needs to be inverted, otherwise it doesn't backup vservers at all
2006-02-01 18:12:29 +00:00
Micah Anderson
cf0e2ac5d5
Removed vsnames variable check as it is "over-paranoid" :)
2006-01-31 17:35:46 +00:00
Micah Anderson
94af1f196a
Missing backslash
2006-01-26 21:41:57 +00:00
Micah Anderson
7417d51979
Fix for lib/Makefile.am to install libraries in the right place
2006-01-26 21:40:06 +00:00
Micah Anderson
61dc7c2fd7
Remove some more generated files that shouldn't be in subversion
2006-01-26 21:08:55 +00:00
Micah Anderson
d58836a04f
Slight change to autogen.sh to act like other scripts I've found
2006-01-26 21:05:45 +00:00
Micah Anderson
dd0903db42
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)
2006-01-26 20:53:34 +00:00
Micah Anderson
ac5f08719b
Fixed the Makefile.in to actually work (for real)
2006-01-20 02:36:10 +00:00
Micah Anderson
bb0dd6974e
Fixed up Makefiles to actually work
2006-01-20 01:46:14 +00:00
Micah Anderson
eac987023c
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
2006-01-20 00:10:58 +00:00
intrigeri
cfb621ce68
TODO: added Debian BTS url
2006-01-19 22:51:38 +00:00
Micah Anderson
53183c2cd4
Add configure /bin/sh problem to TODO
2006-01-19 22:31:10 +00:00
intrigeri
a9e94e27be
TODO: added some bits from my own TODO, he he
2006-01-19 21:59:22 +00:00
intrigeri
f61f61e37b
README: upgraded the ninjahelper section from the manpage
2006-01-19 21:59:13 +00:00
intrigeri
d9f4133693
typo
2006-01-19 21:59:05 +00:00
intrigeri
24f803c9ac
typo
2006-01-19 21:58:56 +00:00
intrigeri
3e3589c842
as usual, forgot to update the Changelog in last commit...
2006-01-19 21:58:47 +00:00
intrigeri
51d938cd68
- 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
2006-01-19 21:58:38 +00:00
intrigeri
8bc9312e15
handlers/sys: start to use new lib/vserver functionality
2006-01-19 21:58:29 +00:00
intrigeri
435e859a25
handlers/svn: use the same (short) code as pgsql and mysql to check vservers availability
2006-01-19 21:58:20 +00:00
intrigeri
a8cf739f66
rdiff.helper: fixed vsnames output syntax (currently unused by the rdiff handler, weird.)
2006-01-19 21:58:12 +00:00
intrigeri
b52464c19e
clean up and homogenize pgsql and mysql vserver checks
2006-01-19 21:58:03 +00:00
intrigeri
d600ba40c0
handlers/pgsql: make more use of the new lib/vserver functionality
2006-01-19 21:57:54 +00:00
intrigeri
e5098e0cce
handlers/pgsql: make use of the new lib/vserver functionality
2006-01-19 21:57:45 +00:00
intrigeri
a99d05982d
homogeneized rdiff.helper, dup.helper and example.dup doc about vsnames and vsinclude
2006-01-19 21:57:37 +00:00
intrigeri
b7dd0cbf81
handlers/rdiff: make use of new lib/vserver functionality
2006-01-19 21:57:28 +00:00
intrigeri
a04140d071
rdiff: remove TODO comment line, since this has not to be done :)
2006-01-19 21:57:19 +00:00
intrigeri
e431f13bcc
rdiff: fixed globbing bug for include, exclude and vsinclude (again.)
2006-01-19 21:57:11 +00:00
intrigeri
22bea56d9e
rdiff: start to take advantage of new lib/vserver functionality
2006-01-19 21:57:02 +00:00
intrigeri
299a530734
lib/vserver.in: new function: vservers_exist
...
handlers/dup: make use of new lib/vserver functionality
2006-01-19 21:56:53 +00:00
intrigeri
96023985bc
lib/vserver.in[init_vservers]: warn if vservers are enabled but no vserver is found
2006-01-19 21:56:44 +00:00
intrigeri
49f1d7f86c
lib/vserver.in [init_vservers] : canonicalize VROOTDIR (since duplicity et al. don't follow symlinks)
2006-01-17 22:23:24 +00:00
intrigeri
04ed966851
lib/vserver.in [init_vservers] : test in a stricter way the real vservers availability
2006-01-17 22:23:06 +00:00
intrigeri
55b02f8536
code refactor: backupninja now uses vservers lib to init vservers support
...
(I hate duplicated code!)
2006-01-17 22:22:52 +00:00
intrigeri
fa90006f17
lib/vserver.in: modified init_vservers so that it can also be used by backupninja
2006-01-17 22:22:40 +00:00
intrigeri
badd9c82b9
backupninja.in: improved VROOTDIR detection as in lib/vserver.in
2006-01-17 22:22:25 +00:00
intrigeri
2f209f8031
lib/vserver.in: enhanced the VROOTDIR discovery
2006-01-17 22:22:16 +00:00
intrigeri
38642e9c0f
dup.helper: fixed output syntax for multiple vsnames
...
example.dup: fixed example vsnames syntax
2006-01-17 22:22:07 +00:00
intrigeri
aff6fdf349
handlers/dup: now works when multiple vservers names are given (separated by space) in vsnames config variable
2006-01-17 22:21:58 +00:00
intrigeri
66d619bf64
add the Emacs header comment line to lib/*.in
2006-01-17 22:21:49 +00:00
intrigeri
4beb261328
duplicity handler: warn if vsnames or vsinclude is enabled while vservers support is disabled in backupninja.conf
2006-01-17 22:21:39 +00:00
intrigeri
b91c32792d
autotools files upgrade to 0.9.2, seems to be needed and to have been forgotten
2006-01-16 22:14:05 +00:00