View Single Post
Old 06-19-2023, 02:24 PM   #1035
isarl
Addict
isarl ought to be getting tired of karma fortunes by now.isarl ought to be getting tired of karma fortunes by now.isarl ought to be getting tired of karma fortunes by now.isarl ought to be getting tired of karma fortunes by now.isarl ought to be getting tired of karma fortunes by now.isarl ought to be getting tired of karma fortunes by now.isarl ought to be getting tired of karma fortunes by now.isarl ought to be getting tired of karma fortunes by now.isarl ought to be getting tired of karma fortunes by now.isarl ought to be getting tired of karma fortunes by now.isarl ought to be getting tired of karma fortunes by now.
 
Posts: 293
Karma: 2534928
Join Date: Nov 2022
Location: Canada
Device: Kobo Aura 2
Quote:
Originally Posted by allanahk View Post
If I wanted to exclude only [.kobo/screensaver_old] from syncing to my kobo library using the ExcludeSyncFolders in the Kobo eReader.conf file, how exactly would I do so?
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.
isarl is offline   Reply With Quote