Re: Synchronize folder content through a symbolic link
Tõivo Leedjärv <[email protected]>
| Newsgroups | gmane.network.unison.general |
|---|---|
| Message-ID | <CAALvpZSyJGmUokmT3YKUqOQ2Ji0D32+jJUvhveov+XtNTb0cDw@mail.gmail.com> |
On Wed, 27 Dec 2023 at 21:13, Lluc Pallejà <[email protected]> wrote: > > follow = Path "profiles/Sublime\ Text" The quotes and escaping are unnecessary and break this preference. Simply: follow = Path profiles/Sublime Text (also Path {profiles/Sublime Text} will work because {} are used for brace expansion; you do need to escape "{", "}" and "," when doing brace expansion, though) I haven't checked the manual but this seems like something to clarify. I remember someone else having a similar question. -- To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].