diff options
author | Micah Anderson <micah@riseup.net> | 2005-11-05 23:07:19 +0000 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2005-11-05 23:07:19 +0000 |
commit | 0e1bd269884c234dd76b00fa30bae674e82892bf (patch) | |
tree | ef4709a4b997e9ce897f6f8786a22772ab1052be /ChangeLog | |
parent | 5f6dc7d1b9eafb760f29abb9f87cccaf44845020 (diff) | |
download | backupninja-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-- | ChangeLog | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 *** |