aboutsummaryrefslogtreecommitdiff
path: root/handlers/dup
AgeCommit message (Collapse)Author
2007-02-23updated autotools abstraction to properly pick up different awk, sed,Micah Anderson
and md5sum locations
2006-10-07dup, rdiff: implemented and documented simpler and clearer symlinks/globbingintrigeri
behaviour, as proposed on http://lists.riseup.net/www/arc/backupninja/2006-07/msg00008.html
2006-06-04dup & rdiff: fixed * expansion in e-mailsintrigeri
2006-06-04dup: now forbid to (try to) backup /intrigeri
2006-06-04rdiff and dup handlers/helpers/examples symlink and globbing support enhancementintrigeri
and clarification: for a given include/exclude/vsinclude statement, they now support EITHER globbing with '*' OR symlinks in the path.
2006-06-03dup: more or less support duplicity 0.4.2 (bandwidthlimit maybe not working ↵intrigeri
anymore, though)
2006-05-30dup (helper + handler + example config) : don't pretend anymore that duplicityintrigeri
can work without any passphrase ; thanks Micah for the bug report
2006-04-05Removed over zelous vsnames checkMicah Anderson
2006-03-15Harder than it looks at first! This appears to fix it, but please try it out.Micah Anderson
2006-03-11Fixed the include=/exclude= improper dereference problem in the dup handlerMicah Anderson
2006-01-19- dup & rdiff handlers: finally, a real and well tested fix for the globbing bugintrigeri
- 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-19lib/vserver.in: new function: vservers_existintrigeri
handlers/dup: make use of new lib/vserver functionality
2006-01-17handlers/dup: now works when multiple vservers names are given (separated by ↵intrigeri
space) in vsnames config variable
2006-01-17duplicity handler: warn if vsnames or vsinclude is enabled while vservers ↵intrigeri
support is disabled in backupninja.conf
2006-01-16Fixed (eventually) the globbing include/exclude/vsinclude bug.intrigeri
2005-12-28 r263@crapouille: intrigeri | 2005-12-28 21:19:10 +0100intrigeri
Reverted indentation level to 3.
2005-12-28 r261@crapouille: intrigeri | 2005-12-28 20:59:01 +0100intrigeri
Changed default indentation level to 8, to make it presbyopia-friendly
2005-12-28Added the "Emacs comment line" on top of every shell file.intrigeri
2005-12-28dup: fixed erroneous gpg-related options processing; example.dup: fixed ↵intrigeri
erroneous comments about the way gpg options are used
2005-12-27dup: now possible to use different keys to sign and encryptintrigeri
2005-11-29dup: Fixed globbing support in include and exclude options (Debian bug #338796)intrigeri
2005-08-20dup handler: added option to perform a full backup instead of an incremental ↵intrigeri
one.
2005-08-20Security fix: duplicity handler used to put the gpg passphase on the command ↵intrigeri
line.
2005-08-19Removed an unnecessary check in dup handler.intrigeri
2005-08-09Fixed/improved a few bits of rdiff, dup and sys handlers.intrigeri
2005-08-09Added vservers support to duplicity handler.intrigeri
2005-05-27Duplicity handler: added "bandwidthlimit" option.intrigeri
2005-05-24Improved duplicity handler: option to disable remote files cleaning, ↵intrigeri
optionnal backups gpg signing, option to specify the gpg key to use, nicelevel & testconnect options, optionnal string to pass to ssh/scp e.g. to use a non-default identity file ; created an example.dup file ; config is now split in sections.
2005-01-19createdElijah Saxon