lra / mackup

Keep your application settings in sync (OS X/Linux)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create symlinks with force flag

dlccyes opened this issue · comments

I think it should use ln -sf instead of ln -s when creating symlinks, or at least has an option to do that, otherwise it will fail when some of my config files are already symlinks pointing other files.

Relevant issue: #1797

PR #1929 enables an option which should make this work for you, btw; hopefully this will get merged at some point.