Compare commits
2 Commits
f2b676043c
...
3dbd7fc445
| Author | SHA1 | Date | |
|---|---|---|---|
|
3dbd7fc445
|
|||
|
10a79554d3
|
@@ -17,7 +17,7 @@ Unisync tries to solve two problems that are often solved separately but never t
|
||||
Unisync solves this problem by placing each file on your local machine but with only the selected files and folders being physically present on your drive,
|
||||
the others are replaced by symbolic links pointing to a directory that is mounted from your server.
|
||||
|
||||
See this
|
||||
See this
|
||||
:ref:`example_how_it_works`.
|
||||
|
||||
.. _unison: https://github.com/bcpierce00/unison
|
||||
|
||||
@@ -232,7 +232,7 @@ class Synchroniser:
|
||||
command.append(f"BelowPath {path}")
|
||||
|
||||
if force:
|
||||
command.append("-force")
|
||||
command.append("-prefer")
|
||||
command.append(remote_root)
|
||||
command.append("-batch")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user