Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-27 | fix alpha sort order in examples/Makefile.am to be less confusing | Micah Anderson | |
2010-01-17 | Merge branch 'master' into debian | Micah Anderson | |
Conflicts: AUTHORS ChangeLog handlers/maildir.in handlers/mysql.in handlers/rsync.in handlers/sys.helper.in handlers/sys.in src/backupninja.in | |||
2010-01-09 | dup: support backups to Amazon S3 buckets | intrigeri | |
Thanks to stefan <s.freudenberg@jpberlin.de> for the patch. This fixes Redmine bug #658. | |||
2009-12-25 | fix copy'n'paste doc error | intrigeri | |
2009-08-27 | Standardize the example file format. Making the comments have the same | Micah Anderson | |
number of hash marks, clearly specify example settings and what the defaults are set to. | |||
2009-07-09 | added sshoptions variable to the maildir handler for arbitrary options that ↵ | Micah Anderson | |
you might need to pass updated the example.maildir to include this option, as well as detail the missing desid_file, destport | |||
2009-07-08 | The "desturl" parameter support in duplicity handler was somehow | Micah Anderson | |
completely removed from the debian package since 0.9.6-1. The handler included in the debian package is the one from 0.9.5-3. This brings them back into line. | |||
2009-02-19 | move the branches directories up to the root of the repository | Micah Anderson | |
2009-02-19 | creating a debian only branch out of what used to be a subversion repository | Micah Anderson | |
2009-01-22 | sys: new lvm option to backup LVM metadata of every detected volume group | intrigeri | |
2009-01-22 | sys: new luksheaders option to backup the Luks header of every Luks device | intrigeri | |
2008-12-09 | mysql: new sqldumpoptions config variable (Closes: #502966) | intrigeri | |
2008-07-06 | clarify how the nodata option should be specified in the config file for mysql | Micah Anderson | |
2008-07-06 | fix language to make sense | Micah Anderson | |
2008-06-24 | add the ability to save the debconf package selection states in the sys ↵ | Micah Anderson | |
handler, which aides in restoring installed packages with the right choices made | |||
2008-06-24 | made mktemp a requirement for building backupninja, added autotools ↵ | Micah Anderson | |
variables to substitute the proper binary location and removed bad fall-back when mktemp was not there | |||
2008-06-24 | sys: support selection of VServers to run on with the new vsnames ↵ | intrigeri | |
configuration option (Closes: Trac#45) | |||
2008-06-24 | dup: warn about bandwithlimit being unused when desturl is set | intrigeri | |
2008-06-24 | dup: support every duplicity-supported transport with new configuration ↵ | intrigeri | |
option desturl (Closes: #483712, #346040, Trac#2) | |||
2007-12-02 | add missing parameter to rsync | Micah Anderson | |
2007-11-26 | dup: new tmpdir config option, useful when duplicity fills up /tmp | intrigeri | |
2007-11-24 | Fixes for Trac#24 | Micah Anderson | |
2007-11-24 | actually include the example file | Micah Anderson | |
2007-11-24 | fixed Trac #1, actually add example.rsync | Micah Anderson | |
2007-11-06 | add example.rsync and updated rsync handler from rhatto | Micah Anderson | |
2007-11-02 | remove rsnap and rename rub handler to rsync, after consultation with rhatto | Micah Anderson | |
2007-11-02 | added nodata option to mysql handler, thanks to Daniel Bonniot (Closes: 408829) | Micah Anderson | |
2007-11-02 | added ignore_version option to rdiff handler to enable you override the ↵ | Micah Anderson | |
version check | |||
2007-06-19 | rdiff: handle "keep = yes" to disable old backups removal (Closes: #424633) | intrigeri | |
2007-03-04 | fix partitionsfile example to properly use __star__ and note | Micah Anderson | |
why this is needed, in case someone wants to change this (Closes: #409192) | |||
2007-03-04 | added ninjareport | Micah Anderson | |
added ale to AUTHORS for ldap fixes adjusted sys handler to allow for turning off of sfdisk (#404071) | |||
2007-01-21 | Updated makefiles to include rsnap/rub files that were | Micah Anderson | |
accidentally omitted | |||
2006-12-15 | Add Jamie McClelland's cstream patches | Micah Anderson | |
2006-11-01 | pgsql: support PGSQLUSER for real (Closes: #396578) | intrigeri | |
2006-10-07 | dup: document how to write sftp-compatible (and thus new-duplicity-compatible) | intrigeri | |
sshoptions setting (Closes: #388543) | |||
2006-10-07 | dup, rdiff: implemented and documented simpler and clearer symlinks/globbing | intrigeri | |
behaviour, as proposed on http://lists.riseup.net/www/arc/backupninja/2006-07/msg00008.html | |||
2006-10-06 | added ldaphost and tls variable as requested by stefani | Micah Anderson | |
2006-08-10 | Added details to example.rsnap | Micah Anderson | |
2006-08-06 | Added example file for rsnap, it needs some documentation to make it more clear | Micah Anderson | |
2006-06-04 | rdiff and dup handlers/helpers/examples symlink and globbing support enhancement | intrigeri | |
and clarification: for a given include/exclude/vsinclude statement, they now support EITHER globbing with '*' OR symlinks in the path. | |||
2006-06-03 | dup: checked that bandwidthlimit still works with duplicity 0.4.2, reflected | intrigeri | |
this into the docs/examples/Changelog | |||
2006-06-03 | dup: more or less support duplicity 0.4.2 (bandwidthlimit maybe not working ↵ | intrigeri | |
anymore, though) | |||
2006-05-30 | dup (helper + handler + example config) : don't pretend anymore that duplicity | intrigeri | |
can work without any passphrase ; thanks Micah for the bug report | |||
2006-04-22 | minor spelling fix | Micah Anderson | |
2006-04-22 | A couple other minor edits to language | Micah Anderson | |
2006-03-20 | Fixed su quoting usage, as outlined here: | Micah Anderson | |
http://lists.debian.org/debian-devel-announce/2006/03/msg00003.html | |||
2006-03-15 | Harder than it looks at first! This appears to fix it, but please try it out. | Micah Anderson | |
2006-01-26 | Apparantly it is common practice to NOT keep generated files in the repository, | Micah Anderson | |
since Makefile.in is generated through autogen.sh or autoreconf, it shouldn't be put in the repo itself (except on release) | |||
2006-01-19 | - dup & rdiff handlers: finally, a real and well tested fix for the globbing bug | intrigeri | |
- 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 | homogeneized rdiff.helper, dup.helper and example.dup doc about vsnames and ↵ | intrigeri | |
vsinclude |