Micah Anderson
28338e91c3
Added RPM patches submitted by Robert Napier
2006-08-11 13:46:57 +00:00
Micah Anderson
6764e88373
Added details to example.rsnap
2006-08-10 20:45:52 +00:00
Micah Anderson
e6bf696c5a
Changed partition check to use sfdisk as its more common
2006-08-08 21:40:08 +00:00
Micah Anderson
8e154d59ef
Added patch to improve RPM building
2006-08-06 18:01:28 +00:00
Micah Anderson
32e13d4c65
Added fix to mysql handler for option change to --extra-files, also
...
comitting change to pgsql handler that I forgot to change, allows
the postgresql user to be set in backupninja.conf, instead of hardcoded
2006-08-03 17:38:00 +00:00
Elijah Saxon
bab810d242
added rsnap
2006-07-10 20:08:35 +00:00
Micah Anderson
e3f280a3ca
Added explicit mktemp template names so that mktemp is more compatible with other versions
...
than Debian's. Also added Anarcat to the AUTHORS file
2006-06-10 16:14:38 +00:00
Micah Anderson
11601b4ccd
Add fix from anarcat for ${configdirectory} in ninjahelper, also add -L to find to follow symlinks in case this
...
directory is actually not a directory, but instead a symlink to somewhere else
2006-06-10 16:09:59 +00:00
Micah Anderson
f07f4b873b
the find that looks in /etc/backup.d didn't follow symlinks and would instead fail
...
silently causing me much confusion, so I added -L to find and an if statement to
spit something out so its obvious
2006-06-10 13:40:22 +00:00
Micah Anderson
fe7ee521a6
add in-line compression to ldap handler
2006-06-10 00:33:51 +00:00
Micah Anderson
b5130c4941
Added in-line compression to pgsql and mysql handlers, appears to work fine in tests
2006-06-10 00:25:16 +00:00
Micah Anderson
489e294c50
Added a slightly modified version of the anti-fascist patch (allows for
...
a configurable admingroup to be set, instead of forcing it to be root),
closes debian bug#370396
2006-06-09 17:27:21 +00:00
intrigeri
79cc6a73b3
dup: now forbid to (try to) backup /
2006-06-04 00:36:33 +00:00
intrigeri
8042abbba0
Forgot to update Changelog for previous rev: rdiff now works if testconnect=no and if $test is not defined
2006-06-04 00:34:23 +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
1c8466a3b8
forgot to write to Changelog
2006-06-03 21:12:00 +00:00
intrigeri
8776e3a3e3
ninjahelper: Recursively ignore subdirs in /etc/backup.d (Finally Closes : #361102 )
2006-05-30 03:41:39 +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
Elijah Saxon
08e8ea9537
2006-04-19 23:21:55 +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
ea111f2a5c
Changed cron.d permissions to 644
2006-04-12 21:06:34 +00:00
intrigeri
5158f2569f
Recursively ignore subdirs in /etc/backup.d ( Closes : #361102 )
2006-04-08 10:44:55 +00:00
Micah Anderson
e12521be73
Removed over zelous vsnames check
2006-04-05 04:40:40 +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
0e353b42db
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
2006-03-15 18:05:43 +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
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
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
3e3589c842
as usual, forgot to update the Changelog in last commit...
2006-01-19 21:58:47 +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
b52464c19e
clean up and homogenize pgsql and mysql vserver checks
2006-01-19 21:58:03 +00:00
intrigeri
e5098e0cce
handlers/pgsql: make use of the new lib/vserver functionality
2006-01-19 21:57:45 +00:00
intrigeri
b7dd0cbf81
handlers/rdiff: make use of new lib/vserver functionality
2006-01-19 21:57:28 +00:00
intrigeri
e431f13bcc
rdiff: fixed globbing bug for include, exclude and vsinclude (again.)
2006-01-19 21:57:11 +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
badd9c82b9
backupninja.in: improved VROOTDIR detection as in lib/vserver.in
2006-01-17 22:22:25 +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
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