I'm reflecting a folder and its subfolders between PC and Android tablet. It allows offline/local sync of an Obsidian vault (and shared logseq compatible data) and works very well, thanks.
But I'd like to exclude the backup folder /bak that logseq automatically creates. No matter how I phrase the exclusion it seems to process that folder regardless.
Code: Alles auswählen
//root//logseq/bak/*.*;
//root//logseq/bak/*.*
//root//logseq/bak/*
//root//logseq/bak/
Is there a right way to do this or does exclude only work on individual files?
Thanks for any help.
This has been asked beforewith no reply.