Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exclude list won't work correctly. #44

Closed
GoogleCodeExporter opened this issue Jun 5, 2015 · 10 comments
Closed

Exclude list won't work correctly. #44

GoogleCodeExporter opened this issue Jun 5, 2015 · 10 comments

Comments

@GoogleCodeExporter
Copy link

The file keeps being made after it starts and it being excluded in the place 
where daemon of lsyncd is started even if there is an update when describing it 
like this. 

sync{
        default.rsync,
        source="/var/tmp/",
        target="root@datanode1:/data2/mirror/",
        rsyncOps="-avlt",
        exclude = { "define.php" }
}

----------------------

When daemon of lsyncd is started, it is made disregarding the exclusion list 
when the file is made after it starts or there is an update when describing it 
like this though it is excluded. 

sync{
        default.rsync,
        source="/var/tmp/",
        target="root@datanode1:/data2/mirror/",
        rsyncOps="-avlt",
        exclude = { "/define.php" }
}

What version of the product are you using? On what operating system?
2.0.2



Thanks.

Original issue reported on code.google.com by siz.p...@gmail.com on 25 Jan 2011 at 1:31

@GoogleCodeExporter
Copy link
Author

I will investigate in this and come back to you.

Original comment by axk...@gmail.com on 25 Jan 2011 at 2:08

@GoogleCodeExporter
Copy link
Author

I'm sorry i've neglected excludes somewhat and focused on proper operation of 
plain syncs. I fixed these issues now. Please get the source from the 
subversion repository and see if it works to your satisfaction.

Additionally i extended the testsuite to include some exclusion tests, which 
are checked before every release.


Original comment by axk...@gmail.com on 26 Jan 2011 at 12:13

@GoogleCodeExporter
Copy link
Author

I am sorry for the delay in answering. 
I downloaded Lsyncd of the new version made for you from SVN. And, I confirmed 
the operation that the exclusion setting of Lsyncd had assumed was done. 

Thank you. Your work is really wonderful!

Hereafter, I will be expecting your activity. 

Original comment by siz.p...@gmail.com on 30 Jan 2011 at 9:32

@GoogleCodeExporter
Copy link
Author

fixed with release 2.0.3

Original comment by axk...@gmail.com on 25 Feb 2011 at 3:42

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

[deleted comment]

4 similar comments
@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

I have heard of this happening a lot. Hopefully it will stop. I run into it 
frequently.
John Bond | http://www.lakemacquariepreschool.com.au/about_us.php 

Original comment by JohnBond...@gmail.com on 15 May 2014 at 1:19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant