diff options
| -rw-r--r-- | geo-replication/syncdaemon/resource.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/geo-replication/syncdaemon/resource.py b/geo-replication/syncdaemon/resource.py index 0573acce3e7..740861a23f3 100644 --- a/geo-replication/syncdaemon/resource.py +++ b/geo-replication/syncdaemon/resource.py @@ -958,7 +958,7 @@ class SlaveRemote(object):          logging.debug("files: " + ", ".join(files))          (host, rdir) = slaveurl.split(':')          tar_cmd = ["tar"] + \ -            ["-cf", "-", "--files-from", "-"] +            ["--sparse", "-cf", "-", "--files-from", "-"]          ssh_cmd = gconf.ssh_command_tar.split() + \              ["-p", str(gconf.ssh_port)] + \              [host, "tar"] + \  | 
