diff options
author | intrigeri <intrigeri@boum.org> | 2010-01-09 00:44:43 +0100 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2010-01-09 00:44:43 +0100 |
commit | 4e0519e390137b18b545f0ad256d03941cdd7bac (patch) | |
tree | 585e7fec41eb22995603b293a893c1a77a69f0af /ChangeLog | |
parent | 47313bca65de105145f2168538b294a9bcc0e98d (diff) | |
download | backupninja-4e0519e390137b18b545f0ad256d03941cdd7bac.tar.gz backupninja-4e0519e390137b18b545f0ad256d03941cdd7bac.tar.bz2 |
rdiff,dup: fix include/exclude paths with spaces (Closes: #398435)
This also fixes Redmine bug #1021.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -42,6 +42,8 @@ version 0.9.7 -- UNRELEASED database names. . Use bash pipefail option when needed so that failed dumps are reported as such. + rdiff: + . Fix include/exclude paths with spaces (Closes: #398435) sys: . New luksheaders option (default=disabled) to backup the Luks header of every Luks device. @@ -55,6 +57,7 @@ version 0.9.7 -- UNRELEASED one time (Closes: #536360) . Report duplicity output as "info" so that it can be included in report e-mail when reportinfo is on (Closes: #563734) + . Fix include/exclude paths with spaces helper changes dup: . Do not propose to exclude /home/*/.gnupg twice anymore |