aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2005-11-05 23:07:19 +0000
committerMicah Anderson <micah@riseup.net>2005-11-05 23:07:19 +0000
commit0e1bd269884c234dd76b00fa30bae674e82892bf (patch)
treeef4709a4b997e9ce897f6f8786a22772ab1052be /ChangeLog
parent5f6dc7d1b9eafb760f29abb9f87cccaf44845020 (diff)
downloadbackupninja-0e1bd269884c234dd76b00fa30bae674e82892bf.tar.gz
backupninja-0e1bd269884c234dd76b00fa30bae674e82892bf.tar.bz2
Added remote destination directory checking and auto creation if doesn't exist.
Also fixed a bug in the rdiff handler that caused a unary operation error if the variable wasn't fixed
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 03b475a..70f5880 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,8 +8,10 @@ version 0.9.1 -- unreleased
made ninjahelper create files with mode 600 rather than 000
changed subversion handler to use svnadmin hotcopy instead of
the unsupported hot-copy.py script, which was moved in Debian
- update rdiff ninjahelper to detect and auto-install rdiff-backup
- on the remote machine if possible
+ update rdiff ninjahelper
+ now detects and auto-install rdiff-backup on the remote
+ machine if possible, also tests the remote backup directory
+ and offers to create it if it doesn't exist
version 0.9 -- October 19 2005
*** IMPORTANT CHANGE, UPGRADE AT ONCE ***