Package: lsyncd
Version: 2.1.4-1
Severity: wishlist

There's a small bit of fuzz correction needed with the patch however the rest 
of the build works.

The trickest thing is the user configation file options have changed for rsync.

In 2.0.7 the following configuration worked and it doesn't in 2.1.4

sync{default.rsyncssh,
 source="/var/www",
 host="to",
 targetdir="/var/www",
 rsyncOpts={"--bwlimit=50000","-lAXsptgoD"},
}

Now the compatible option is of the form:
https://github.com/axkibe/lsyncd/wiki/Lsyncd%202.1.x%20%E2%80%96%20Layer%204%20Config%20%E2%80%96%20Default%20Behavior

sync{default.rsyncssh,
        source="/var/www",
        host="to",
        targetdir="/var/www",
        delete="running",
        rsync = {
            _extra = { "--bwlimit=5000"},
            xattr = true,
            links = true,
        }
}


-- System Information:
Debian Release: 6.0.7
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.8.4-x86_64-linode31 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages lsyncd depends on:
ii  libc6                         2.11.3-4   Embedded GNU C Library: Shared lib
ii  liblua5.1-0                   5.1.4-5    Simple, extensible, embeddable pro
ii  lua5.1                        5.1.4-5    Simple, extensible, embeddable pro
ii  rsync                         3.0.7-2    fast remote file copy program (lik

lsyncd recommends no packages.

lsyncd suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to