patrickpeng2091 / lsyncd

Automatically exported from code.google.com/p/lsyncd
GNU General Public License v2.0
0 stars 0 forks source link

rsyncssh move issue #54

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. create a folder
2. move the folder out of the syncing folder

I expect that the folder is deleted on the remote host, but instead the folder 
is still alive.

This happens on ubuntu 10.10 when syncing with lsyncd 2.04 to debian lenny. 

I think it's only a logical problem. Unfortunately I have no experiance with 
lua so I'm not able to fix it.

Btw great work :)

Original issue reported on code.google.com by m...@xbug.de on 25 Apr 2011 at 10:36

GoogleCodeExporter commented 9 years ago
which baseconfig are you using?
rsync, rsyncssh or direct?

Original comment by axk...@gmail.com on 25 Apr 2011 at 10:47

GoogleCodeExporter commented 9 years ago
im using rsyncssh

[...]comments only
settings = {
   logfile    = "/tmp/lsyncd.log",
   statusFile = "/tmp/lsyncd.status",
   nodaemon   = true,
}
sync{default.rsyncssh, source="/var/lsyncd/", host="[...].de", 
targetdir="/var/lsyncd/"}

Original comment by m...@xbug.de on 25 Apr 2011 at 11:00

GoogleCodeExporter commented 9 years ago
I'm sorry wasting your time. Because after a restart it works like expected. So 
I think it's a pebcak.
Possibly the delay of 20s breaks my sense of time.

Thanks and keep on coding,
sebastian

Original comment by m...@xbug.de on 25 Apr 2011 at 11:30

GoogleCodeExporter commented 9 years ago

Original comment by axk...@gmail.com on 29 Apr 2011 at 10:32