Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-25 | Fix merge problem | Olivier Berger | |
2011-04-25 | Now that there's some removal of increments for old fulls, we can keep fulls ↵ | Olivier Berger | |
for a longer time, for instance 1Y which becomes default | |||
2011-04-25 | Proposed feature to address https://labs.riseup.net/code/issues/2492 | Olivier Berger | |
2011-04-25 | All handlers: stop using "local VAR" outside functions. (Closes: #530647) | intrigeri | |
2010-10-12 | Make it clear duplicity >=0.4.9 is required when using a custom tmpdir. | intrigeri | |
2010-10-12 | Remove support for duplicity < 0.4.4. Even etch-backports has a newer one. | intrigeri | |
2010-10-12 | dup: use --tempdir option rather than TMPDIR environment variable. | intrigeri | |
Closes Roundup bug #598. This breaks support of Debian etch. | |||
2010-05-10 | Store duplicity cache to /var/cache/backupninja/duplicity. | intrigeri | |
... instead of previous /var/backups/duplicity. | |||
2010-05-06 | Added ftp_password option. | intrigeri | |
This is the only way to securely transmit the FTP password from backupninja to duplicity. | |||
2010-05-06 | dup: use --archive-dir /var/backups/duplicity unless the user has specified ↵ | intrigeri | |
it (Closes: 580213) | |||
2010-05-02 | Implement Debian #535996 to use --full-if-older-than | Olivier Berger | |
2010-05-02 | Add full-if-older-than with half the keep duration | olivier | |
2010-04-24 | dup: ignore anything but digits and "." when comparing versions (Closes: ↵ | intrigeri | |
#578987) I'd love to use "dpkg --compare-versions" but we don't want backupninja to be Debian-specific. Any similar tool? Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2010-03-06 | dup: use duplicity's --extra-clean option when necessary | intrigeri | |
This is necessary to get rid of unnecessary old cache files when cleaning up, when using duplicity >=0.6.01 that depends on local caching. Closes: #572721 | |||
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. | |||
2010-01-09 | rdiff,dup: fix include/exclude paths with spaces (Closes: #398435) | intrigeri | |
This also fixes Redmine bug #1021. | |||
2010-01-05 | Convert from debug to info so that it can be reported in the email | olivier | |
2010-01-05 | Add duplicity output line by line instead of with a whole at one time. ↵ | olivier | |
Should help fix #536360 | |||
2009-07-18 | dup: fixed bandwidth vs desturl testing | intrigeri | |
2009-07-18 | dup: fixed bandwidthlimit test | intrigeri | |
Thanks to Ian Beckwith <ianb@erislabs.net> for the patch. | |||
2009-05-23 | Add a vim modeline with indentation settings. | Matthijs Kooijman | |
The modelines added match the emacs lines already present and also set the filetype to sh (just like the emacs lines). | |||
2009-05-23 | Make all indentation consistent. | Matthijs Kooijman | |
Previously, there were many indentation styles in use: Real tabs, 2, 3 or 4 spaces, mixing these within the same file, function or even within a single line. This commit changes all bash scripts in the handlers, src and lib dirs to use consistent indentation: three spaces are now used everywhere. Other files (e.g. Makefiles) are left untouched. Additionally, this commit removes all trailing whitespace. | |||
2008-06-29 | dup: added option --force to cleanup and remove-older-than commands, else ↵ | intrigeri | |
they actually do not do anything | |||
2008-06-25 | dup: set secure permissions on tmpdir when creating it | intrigeri | |
2008-06-24 | dup: actually allow to backup only VServers, by relaxing $include test | intrigeri | |
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) | |||
2008-01-14 | support new duplicity versions: | intrigeri | |
- 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 | |||
2007-11-29 | duplicity: clarify comments about duplicity versions compatibility | intrigeri | |
2007-11-26 | dup: new tmpdir config option, useful when duplicity fills up /tmp | intrigeri | |
2007-11-25 | fix duplicity version test | intrigeri | |
2007-10-15 | Support duplicity >= 0.4.3 invocation syntax | intrigeri | |
2007-10-12 | fixed autotools build, broken since r466, inhandlers/Makefile.am | intrigeri | |