intrigeri
f9a0906320
LDAP: support HDB backend just as the BDB one
2008-06-23 21:07:19 +00:00
Micah Anderson
7772134eb3
add changelog entry for maildir destid_file addition
2008-06-19 15:06:31 +00:00
Micah Anderson
eff97c8235
add an option to maildir handler to enable you to specify a particular
...
ssh identity file, defaulting to the expected /root/.ssh/id_rsa. This
is important to have if you are trying to backup to a different user
on a backuphost than other handlers are using. For example, if the
rdiff handler is connecting to backalbatross@backupserver-pn using
/root/.ssh/id_rsa for public key authentication, and you want to
configure the maildir handler to connect as user
backmaildir@backupserver-pn you will might want to specify a different
identity file for that authentication (if you do not want to share the
id file between the 'backalbatross' and 'backmaildir' users).
Note: this cannot be accomplished with a ssh config file because that
file is host based, ie. you can only specify one user per host
specified in the config
2008-06-19 15:04:41 +00:00
Micah Anderson
e1d439071b
fix spelling error
2008-05-08 15:16:41 +00:00
Micah Anderson
22d6b3605c
add changelog entry for maildir fix
2008-03-13 19:43:22 +00:00
Micah Anderson
cfca25c390
fix cstream definition
2008-03-13 15:48:59 +00:00
Elijah Saxon
72df77b210
change the date format for the deleted timestamp
2008-02-19 20:37:39 +00:00
Elijah Saxon
2a61e873bc
fixed bug where maildirs that start with a number were skipped. make deleted maildirs record the date they were deleted
2008-02-19 20:31:52 +00:00
Micah Anderson
3d1389c7fe
move -maxdepth 1 option before -type d due to find giving this warning when it is after:
...
find: warning: you have specified the -maxdepth option after a
non-option argument -type, but options are not positional (-maxdepth
affects tests specified before it as well as those specified after
it). Please specify options before other arguments.
2008-02-13 16:57:54 +00:00
intrigeri
ef9e8e0dc2
support new duplicity versions:
...
- general cleanup of dup handler
- support remove-older-than command
- also run "duplicity cleanup" before anything else, for safety reasons
- migrated full/incremental backup switch to new syntax
ChangeLog: removed trailing space
2008-01-14 20:32:19 +00:00
Micah Anderson
18f6031a72
rdiff: incorporate sshoptions into options via remote-schema if not there
2007-12-12 02:54:09 +00:00
Micah Anderson
c0140aea97
fixed ignore_version default value
2007-12-05 20:41:54 +00:00
Micah Anderson
4af0550584
add wget handler, add released tag to the changelog and setup changelog for next release
2007-12-02 17:34:26 +00:00
Micah Anderson
cb2de66fc8
prepare for release
2007-12-02 17:06:06 +00:00
Micah Anderson
8c04b73c83
add missing parameter to rsync
2007-12-02 16:56:32 +00:00
intrigeri
4a931bc290
duplicity: clarify comments about duplicity versions compatibility
2007-11-29 19:54:44 +00:00
Micah Anderson
c264d442ca
redhat spec file updates
2007-11-28 15:09:06 +00:00
intrigeri
8ed22e66fe
dup: new tmpdir config option, useful when duplicity fills up /tmp
2007-11-26 07:42:24 +00:00
Micah Anderson
440a0ef9b3
added bug number
2007-11-25 17:54:54 +00:00
intrigeri
43ad297700
fix duplicity version test
2007-11-25 17:17:55 +00:00
Micah Anderson
c8e983a5ba
fix typo
2007-11-25 00:05:37 +00:00
Micah Anderson
268494b0c8
allow for exclude only configurations to rdiff-backup handler: Closes Trac#21
2007-11-24 23:44:07 +00:00
Micah Anderson
ca62d94c56
fixup ldap SSL/TLS options, make TLS default in helper, Closes: Trac#13
2007-11-24 23:23:08 +00:00
Micah Anderson
84a6d7fa7a
fix Trac#25
2007-11-24 23:13:24 +00:00
Micah Anderson
08c45fbb99
Fixes for Trac#24
2007-11-24 23:07:16 +00:00
Micah Anderson
0c73bf6996
fixed ldap handler not recognizing database suffix
2007-11-24 23:03:21 +00:00
Micah Anderson
a44229971b
fixed Trac#29 causing slapcat + gzip not to work
2007-11-24 23:00:33 +00:00
Micah Anderson
c2f0b78ad6
fixed ldap helper setting compress option wrong, standardize on options
2007-11-24 22:44:39 +00:00
Micah Anderson
929a6bda9a
actually include the example file
2007-11-24 22:20:46 +00:00
Micah Anderson
f11befa73a
add a maildir examples file
2007-11-24 22:17:04 +00:00
Micah Anderson
88541957d8
added local support to rdiff helper
2007-11-24 21:53:15 +00:00
Micah Anderson
3f2a826652
fixed Trac #1 , actually add example.rsync
2007-11-24 21:32:30 +00:00
Micah Anderson
19dbc0aaee
add patch from matthew palmer to enhance mysql database selection ( Closes : #452039 )
2007-11-20 01:28:49 +00:00
Micah Anderson
ea79f006da
add example.rsync and updated rsync handler from rhatto
2007-11-06 21:20:36 +00:00
intrigeri
421c1bb769
fixed typo (rsyn.in) that prevented make to work
2007-11-03 03:13:21 +00:00
Micah Anderson
3a74d7d526
remove rsnap and rename rub handler to rsync, after consultation with rhatto
2007-11-02 19:32:51 +00:00
Micah Anderson
3cf6de4374
added nodata option to mysql handler, thanks to Daniel Bonniot (Closes: 408829)
2007-11-02 00:52:55 +00:00
Micah Anderson
02a7436b7c
added ignore_version option to rdiff handler to enable you override the version check
2007-11-02 00:12:04 +00:00
Micah Anderson
796e77ab90
add some debian bug numbers to Changelog for reference
2007-11-01 23:54:08 +00:00
intrigeri
f7f20cd4af
Support duplicity >= 0.4.3 invocation syntax
2007-10-15 20:55:59 +00:00
intrigeri
5cda2e3cac
forgot to add CLEANFILES to handlers/Makefile.am
2007-10-12 17:48:23 +00:00
intrigeri
846213cfa4
Fixed reportspace option (Trac#10)
2007-10-12 17:42:46 +00:00
intrigeri
a906ba01c7
fixed Trac#11
2007-10-12 17:14:34 +00:00
intrigeri
579ea902ba
fixed autotools build, broken since r466, inhandlers/Makefile.am
2007-10-12 17:06:09 +00:00
intrigeri
be75e4e6c5
typo in backupninja.1
2007-08-13 01:55:16 +00:00
intrigeri
869ca46e85
dup: cleanup unused var.
2007-08-05 15:20:34 +00:00
Micah Anderson
e3454782c5
add patch to ignore rdiff minor version levels
2007-07-28 11:36:40 +00:00
intrigeri
2b52278576
added Trac tickets report URL to TODO
2007-06-19 20:53:23 +00:00
intrigeri
b6c7437f4b
rub: Fixed integer comparison (Closes: Trac#3)
2007-06-19 10:00:30 +00:00
intrigeri
ffac2e56a5
rdiff: handle "keep = yes" to disable old backups removal ( Closes : #424633 )
2007-06-19 09:55:13 +00:00