diff options
author | intrigeri <intrigeri@boum.org> | 2010-05-10 22:22:25 +0200 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2010-05-10 22:22:25 +0200 |
commit | 4015b1b2620f9e44a32a552cd274a902f2f913cb (patch) | |
tree | 5bd475590fad4ae93149a2e2eab89dddb313ee3c | |
parent | 46ace6557309f85a7efeb0b877225053c5bb1552 (diff) | |
download | backupninja-4015b1b2620f9e44a32a552cd274a902f2f913cb.tar.gz backupninja-4015b1b2620f9e44a32a552cd274a902f2f913cb.tar.bz2 |
NEWS: added note about excluding duplicity cache dir.
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -15,6 +15,9 @@ backupninja (0.9.8-1) UNRELEASED mkdir -p /var/cache/backupninja mv /root/.cache/duplicity /var/cache/backupninja/ + It is probably desirable to exclude this cache directory from + duplicity backup sets to avoid some kind of reentrant backup problem. + backupninja (0.9.7-1) UNRELEASED * mysql: output filenames to support shell meta-characters in |