stephenh / mirror

A tool for real-time, two-way sync for remote (e.g. desktop/laptop) development
Apache License 2.0
391 stars 35 forks source link

How to mirror two folders in the same machine? #5

Closed fenixkim closed 6 years ago

fenixkim commented 6 years ago

Hey, this project is really great!, I would like to know how to "mirror" two folders in the same machine?

eliseumds commented 6 years ago

You can use a symlink.

stephenh commented 6 years ago

Agreed with @eliseumds, I'm tempted to think that:

ln -s /original/directory /copy/directory

Would be better/what you want.

On the odd chance for some reason that won't work, starting mirror client with a host of "localhost" should work as well.