intrigeri
c1c28e7032
dup & rdiff: fixed * expansion in e-mails
2006-06-04 00:43:00 +00:00
intrigeri
79cc6a73b3
dup: now forbid to (try to) backup /
2006-06-04 00:36:33 +00:00
intrigeri
a65bc7af30
rdiff and dup handlers/helpers/examples symlink and globbing support enhancement
...
and clarification: for a given include/exclude/vsinclude statement, they now
support EITHER globbing with '*' OR symlinks in the path.
2006-06-04 00:30:03 +00:00
intrigeri
b538ddaa1e
dup: checked that bandwidthlimit still works with duplicity 0.4.2, reflected
...
this into the docs/examples/Changelog
2006-06-03 22:37:40 +00:00
intrigeri
914e3c958c
dup: more or less support duplicity 0.4.2 (bandwidthlimit maybe not working anymore, though)
2006-06-03 21:08:38 +00:00
intrigeri
a031bc2d53
rdiff: $VROOTDIR/$vserver was prepended twice, fixed ; thanks to Florian Burka
2006-06-03 19:11:35 +00:00
intrigeri
098952b69d
dup (helper + handler + example config) : don't pretend anymore that duplicity
...
can work without any passphrase ; thanks Micah for the bug report
2006-05-30 03:40:34 +00:00
intrigeri
a8c5734f54
pgsql: postgres user UID is now the one from inside the vserver if necessary
2006-04-24 16:16:12 +00:00
intrigeri
806d97652f
pgsql: Fixed shell expansion, thanks Thomas Kotzian ( Closes : #363297 )
2006-04-24 16:16:01 +00:00
Micah Anderson
3313ebbd62
minor spelling fix
2006-04-22 22:02:43 +00:00
Micah Anderson
8e85d7b725
A couple other minor edits to language
2006-04-22 21:41:39 +00:00
Micah Anderson
e39338a4d0
The helper didn't display the key properly, and I couldn't figure out
...
how to get it to do so, so I just removed that piece ;)
2006-04-22 21:31:34 +00:00
Micah Anderson
cb0d7cbdb0
Minor grammar fix
2006-04-22 21:22:24 +00:00
Micah Anderson
db0d7b6059
Updated the sys handler to include all the checks that Petr Klima
...
sent in the rhsys handler, made it work for both redhat and debian
2006-04-13 16:51:25 +00:00
Micah Anderson
d3875324de
Added tar handler
2006-04-12 21:17:06 +00:00
Micah Anderson
59fa8f8ffe
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 :)
2006-04-08 20:52:51 +00:00
intrigeri
a21b068548
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.
2006-04-08 10:31:14 +00:00
Micah Anderson
e12521be73
Removed over zelous vsnames check
2006-04-05 04:40:40 +00:00
Micah Anderson
e9e56a7af8
Added escaping of double quotes that were added previously
2006-03-25 20:14:03 +00:00
Micah Anderson
8f7a366d32
Fixed su quoting usage, as outlined here:
...
http://lists.debian.org/debian-devel-announce/2006/03/msg00003.html
2006-03-20 23:08:07 +00:00
Micah Anderson
e94597ad05
Harder than it looks at first! This appears to fix it, but please try it out.
2006-03-15 00:06:19 +00:00
Micah Anderson
0137962360
Fixed the include=/exclude= improper dereference problem in the dup handler
2006-03-11 07:22:44 +00:00
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
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
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
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
intrigeri
24f803c9ac
typo
2006-01-19 21:58:56 +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
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
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
intrigeri
2578bfffa4
Fixed (eventually) the globbing include/exclude/vsinclude bug.
2006-01-16 22:01:01 +00:00
Elijah Saxon
83b09d71e9
. 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
2006-01-09 00:23:05 +00:00