Exclude subfolder from bidirectional file sync
Verfasst: Fr 12. Apr 2024, 13:27
Hi
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.
I'm putting the full path in for //root// and can see these folders in the status bar as they are scanned.
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.
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.