View Single Post
Old 06-20-2023, 09:46 PM   #1036
allanahk
Connoisseur
allanahk ought to be getting tired of karma fortunes by now.allanahk ought to be getting tired of karma fortunes by now.allanahk ought to be getting tired of karma fortunes by now.allanahk ought to be getting tired of karma fortunes by now.allanahk ought to be getting tired of karma fortunes by now.allanahk ought to be getting tired of karma fortunes by now.allanahk ought to be getting tired of karma fortunes by now.allanahk ought to be getting tired of karma fortunes by now.allanahk ought to be getting tired of karma fortunes by now.allanahk ought to be getting tired of karma fortunes by now.allanahk ought to be getting tired of karma fortunes by now.
 
allanahk's Avatar
 
Posts: 71
Karma: 2202292
Join Date: Nov 2018
Device: Kobo Libra 2
Quote:
Originally Posted by isarl View Post
Cribbing from David's answer above, I would expect this to work, but am not currently able to test:

Code:
[FeatureSettings]
ExcludeSyncFolders=\\.kobo/screensaver_old
The only real magic here is using a backslash to escape the dot to make it a literal period and not any character, and a second backslash to escape the first one so it reaches the regex engine intact.
Thanks, can confirm this works perfectly
allanahk is offline   Reply With Quote