aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2010-09-03 18:33:14 +0200
committerintrigeri <intrigeri@boum.org>2010-09-03 18:33:14 +0200
commit9ec23c5471542a37dac83a61ad8d697d269f524a (patch)
tree548c7ac74de5e436c3581510e1091edba394e8a3
parente90b9b78bbe45a52abfa09dacc9dd71204c64578 (diff)
downloadbackupninja-9ec23c5471542a37dac83a61ad8d697d269f524a.tar.gz
backupninja-9ec23c5471542a37dac83a61ad8d697d269f524a.tar.bz2
Update ChangeLog with rsync changes.
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dd8f605..e4d359f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -27,6 +27,10 @@ version 0.9.8 -- UNRELEASED
(Closes: #587011)
. Fix code logic to make dbusername/dbpassword actually usable
(Closes Redmine bug #2264)
+ rsync:
+ . Fix lockfile checks. This prevents multiple instances of the same
+ rsync job to run in parallel.
+ . Avoid passing the remote user twice to rsync-over-ssh.
doc changes
manpage:
. Fix typo in manpage (Closes: #583778)