Special Characters
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
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.
Hi It works from source file on windows but when i use the same exlude command with Samba shared folders it not works.
Thanks
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.
Hi
I dont know perhaps the encoding
Regards Le 31 oct. 2015 19:15, "Martin Mois" [email protected] 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 https://github.com/siom79/jdrivesync/issues/12#issuecomment-152758281.