I just started using Syncthing to backup files onto a NAS I recently built. Getting directories to sync is easy enough but I want one sub-folder in a synced directory to have a file version setup different from its parent directory.
for example. What if I want this path to have Trash Can File Versioning
C:\Users\Jimbob\Documents\
but this path to have Simple File Versioning
C:\Users\Jimbob\Documents\Work\Spreadsheets\
Do I just add “\Work\Spreadsheets\” into ignored patterns and then set up a separate synced folder for “C:\Users\Jimbob\Documents\Work\Spreadsheets\” or is there a better way to handle this?