From 5fa501290c4e734d92ab0323030344ee1b538328 Mon Sep 17 00:00:00 2001 From: Leonardo Robol Date: Sat, 9 Oct 2010 17:02:11 +0200 Subject: [PATCH] Adapeted mldonkey to the new symlink structure. --- mlmanager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlmanager.py b/mlmanager.py index 8df2bb5..987fe63 100644 --- a/mlmanager.py +++ b/mlmanager.py @@ -321,7 +321,7 @@ class Download(): # Initialize internal counter of the times we have tried to move the file self._rsync_counter = 0 - s = subprocess.Popen("rsync --partial -az --compress-level=9 \"%s\" \"%s\"" % (self._dest_path, + s = subprocess.Popen("rsync --partial -zrLptgoD --compress-level=9 \"%s\" \"%s\"" % (self._dest_path, remote_destination), shell = True, stderr = subprocess.PIPE, stdout = subprocess.PIPE) -- 2.1.4