Hi! I have a problem while I try to keep some folders under a parent unknown folder but knowing a parent folder shared with the folder that i want to skip…
Look this case: Having the following struture: C:/USER/FOLDER1/RANDOM1/RANDOM2/FOLDERTOSKIP/MOREFOLDERS
C:/USER/FOLDER1/RANDOM1/RANDOM2/RANDOM3/FOLDERTOSKIP/MOREFOLDERS
C:/USER/FOLDER1/RANDOM1/FOLDERTOSKIP/MOREFOLDERS
I want to skip the upload/dowload the “FOLDERTOSKIP” and her children, specifying the exact path like using glob sintax.
I try: **/FOLDER1//FOLDERTOSKIP/ but didn’t work for me.
Put in only “/FOLDERTOSKIP” doesn’t help me because that folder exist in another branch of the tree that I need synchronize.
Any question tell me, I don’t have a good English. Thanks!!