We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am by no means a unison expert, but I believe you can set like a root directory and several paths. Perhaps it's a nice addition to this plugin.
So that you can configure something like this for the root directories;
config.unison.host_folder = "src/" config.unison.guest_folder = "~/Sites/"
And then multiple paths;
config.unison.paths = [ "Site1/", "Site2/" ]
This way you can sync multiple sites, without syncing your complete directory.
http://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/unison-manual.html#roots http://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/unison-manual.html#paths
The text was updated successfully, but these errors were encountered:
👍 this does look useful
Sorry, something went wrong.
No branches or pull requests
I am by no means a unison expert, but I believe you can set like a root directory and several paths. Perhaps it's a nice addition to this plugin.
So that you can configure something like this for the root directories;
And then multiple paths;
This way you can sync multiple sites, without syncing your complete directory.
http://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/unison-manual.html#roots
http://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/unison-manual.html#paths
The text was updated successfully, but these errors were encountered: