summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar anarcat <anarcat@web>2015-05-31 20:04:57 +0000
committerGravatar admin <admin@branchable.com>2015-05-31 20:04:57 +0000
commit30c6af4cdfd8ce7e643fc71bd0a0890983017135 (patch)
tree033f7163530193f5097f59ec946992caa3011e2a
parent37cfd7db0df59698b719c76ba2a5535d93dba548 (diff)
add a simple implementation using the directory remote
-rw-r--r--doc/todo/syncthing_special_remote.mdwn10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/todo/syncthing_special_remote.mdwn b/doc/todo/syncthing_special_remote.mdwn
index a51214bb9..ac11efdaf 100644
--- a/doc/todo/syncthing_special_remote.mdwn
+++ b/doc/todo/syncthing_special_remote.mdwn
@@ -71,6 +71,16 @@ this of course is simply treat syncthing as a single copy of the
objects. Note that this also applies to the shared objects method
above.
+This can be easily implemented with the [[special_remotes/directory]]
+special remote:
+
+ git annex initremote syncthing type=directory directory=$HOME/Sync/ encryption=none
+ git annex describe syncthing "default syncthing directory"
+ git annex untrust syncthing
+
+Note that the last step isn't necessary if the syncthing folder is
+marked as "master".
+
Communicate with the API
------------------------