Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |