davideuler / lsyncd

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

stop looking at new folder #71

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. creation of new folders
2.
3.

What is the expected output? What do you see instead?
lsyncd is suppose to look new files in the new folder, but it is not 

What version of the product are you using? On what operating system?
2.0.4 on QNAP TS-119

Please provide any additional information below.

i've looked at previous post and see that i need to modify the 
/proc/sys/fs/inotify/max_user_watches
mine is now --> 32768

this is my situation :

i've got 2 NAS that need to be real-time mirror
in those NAS i got 2 folder (my roots)  :

- file1 and - mirror_file2 on the first NAS
- file2 and - mirror_file1 on the second NAS

2 lsyncd are running on each NAS :
     src --> dest

NAS1\file1 -->  NAS2\mirror_file1
NAS1\mirror_file2 -->  NAS2\file2

NAS2\file2 -->  NAS1\mirror_file2
NAS2\mirror_file1 -->  NAS1\file1

file1 : 16.000 folders and 112.000 files
file2 : 19.000 folders and 170.000 files

There are about 150 modifications/creation of files/folders a day.

the link between the 2 NAS is 8Mbit/1Mbit on one side, and 10Mbit/3Mbit on the 
other.

DO YOU THINK LSYNCD COULD HAVE A NORMAL BEHAVIOUR IN THIS CONFIGURATION ??

Thx, 
M.

Original issue reported on code.google.com by miim...@gmail.com on 1 Jul 2011 at 10:54

GoogleCodeExporter commented 9 years ago
I don't know, 150 mods / day is not much. but 8MBit is not a much too.

Original comment by axk...@gmail.com on 18 Aug 2011 at 9:28