[RESOLVED] File .tmp get synced even if excluded

Hi all, I have a new next cloud installation.
Server side is nextcloud 10.0.1 on a debian jessie 64 bit (manual installation).
The client is installed on a windows 2008 server 64 bit.

The client sync a big folder.
I noticed many .tmp files inside a subfolder.
I checked the client configuration and I see that ‘~*.tmp’ is set by default.

Any idea why the client synced those files?

ls -l *.tmp
-rw-r--r-- 1 www-data www-data 6435840 apr 22  2015 19DE42BD.tmp
-rw-r--r-- 1 www-data www-data  462336 dic  4  2014 291A4056.tmp
-rw-r--r-- 1 www-data www-data 6435840 apr 22  2015 2C0C2559.tmp
-rw-r--r-- 1 www-data www-data 5862400 dic  4  2014 44FCBCDC.tmp
-rw-r--r-- 1 www-data www-data 6435840 apr 23  2015 463C7944.tmp
-rw-r--r-- 1 www-data www-data 6435840 apr 23  2015 4D3B6C85.tmp
-rw-r--r-- 1 www-data www-data  462336 dic  4  2014 55BA6D08.tmp
-rw-r--r-- 1 www-data www-data 6346752 lug 12  2014 5821C330.tmp
-rw-r--r-- 1 www-data www-data  100864 dic  4  2014 63BF10FB.tmp
-rw-r--r-- 1 www-data www-data 5862400 dic  4  2014 72F1234A.tmp
-rw-r--r-- 1 www-data www-data 6435840 apr 22  2015 882760D3.tmp
-rw-r--r-- 1 www-data www-data 6435840 apr 22  2015 9E5E7FE1.tmp
-rw-r--r-- 1 www-data www-data 6435840 apr 22  2015 B2A8AD97.tmp
-rw-r--r-- 1 www-data www-data 6435840 apr 23  2015 BC79E3F2.tmp
-rw-r--r-- 1 www-data www-data 6435840 apr 22  2015 CC19341B.tmp
-rw-r--r-- 1 www-data www-data 5527040 lug 12  2014 CEE86C.tmp
-rw-r--r-- 1 www-data www-data  462336 dic  4  2014 D2005DFC.tmp
-rw-r--r-- 1 www-data www-data 6435840 apr 23  2015 F72CF546.tmp
-rw-r--r-- 1 www-data www-data  462336 dic  4  2014 F73E016A.tmp

That only matches files that begin with a tilde. Your files don’t seem to have that. So I guess you have to ask them to your exception list manually :slight_smile:

Ok, I thought the tilde had a special meaning.
So *.tmp should do the trick.

Thank you.