From 30c6af4cdfd8ce7e643fc71bd0a0890983017135 Mon Sep 17 00:00:00 2001 From: anarcat Date: Sun, 31 May 2015 20:04:57 +0000 Subject: add a simple implementation using the directory remote --- doc/todo/syncthing_special_remote.mdwn | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc/todo/syncthing_special_remote.mdwn') 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 ------------------------ -- cgit v1.2.3