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

Special Characters #12

Open
dav1303 opened this issue Oct 29, 2015 · 4 comments
Open

Special Characters #12

dav1303 opened this issue Oct 29, 2015 · 4 comments

Comments

@dav1303
Copy link

dav1303 commented Oct 29, 2015

Hi

I need to exclude Office Temp Files from sync and files starting with ~$ still created until the rule is present in the .jdrivesyncignore file

Can you let me know

Thanks and regards

@siom79
Copy link
Owner

siom79 commented Oct 29, 2015

To exclude temporary Office files you can add the following line to your jdrivesyncignore file:

~$*

The star is the wildcard for all remaining characters. Let me know if it works for you.

@dav1303
Copy link
Author

dav1303 commented Oct 31, 2015

Hi
It works from source file on windows but when i use the same exlude command with Samba shared folders it not works.

Thanks

@siom79
Copy link
Owner

siom79 commented Oct 31, 2015

What should be the difference between a local file and a shared folder file? The wildcard pattern only matches the filename, which should be independent from the location.

@dav1303
Copy link
Author

dav1303 commented Oct 31, 2015

Hi

I dont know perhaps the encoding

Regards
Le 31 oct. 2015 19:15, "Martin Mois" notifications@github.com a écrit :

What should be the difference between a local file and a shared folder
file? The wildcard pattern only matches the filename, which should be
independent from the location.


Reply to this email directly or view it on GitHub
#12 (comment).

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

No branches or pull requests

2 participants