bcpierce00 / unison

Unison file synchronizer
GNU General Public License v3.0
4.08k stars 229 forks source link

path = not supporting * #1050

Closed Massimo-B closed 2 months ago

Massimo-B commented 2 months ago

unison-2.53.5, Linux

My configuration has several path = lines to sync a list of directories. I tried adding a pattern like MC** in order to track a list like MC-01, MC-02, MC-03 but it doesn't work. I did not find an example if some kind of pattern is allowed in the path = line, is it?

PRF file:

root = /home/mo/0.SYNC/data
root = ssh://mo@vmsuse//mnt/cifs/data

mountpoint = work

ignore = Name {Thumbs.db}
ignore = Name {*.mkv}

path = All
path = DEV/Service
path = DEV/QPI/Interfaces/C1
path = DEV/QPI/Interfaces/H3.1
path = DEV/QPI/Interfaces/H3.2
path = Custom/05 - Custom/Medicine
path = Custom/05 - Custom/MC**
path = Custom/05 - Custom/Tools

include CO_Common
gdt commented 2 months ago

Please use the mailinglist for questions and help request. The tracker is only for bug reports.

See