From 69147d2ecd3c041b74b799cc625da073ebfdf42c Mon Sep 17 00:00:00 2001 From: "franth2@ddfc3de322014cb3e62e470decc40223470fed52" Date: Wed, 4 Jan 2017 22:54:52 +0000 Subject: [PATCH] --- doc/forum/Synchronize_two_latops_with_a_ssh_remote.mdwn | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/forum/Synchronize_two_latops_with_a_ssh_remote.mdwn diff --git a/doc/forum/Synchronize_two_latops_with_a_ssh_remote.mdwn b/doc/forum/Synchronize_two_latops_with_a_ssh_remote.mdwn new file mode 100644 index 0000000000..1cf693b5fd --- /dev/null +++ b/doc/forum/Synchronize_two_latops_with_a_ssh_remote.mdwn @@ -0,0 +1,3 @@ +Using the command `git-annex webapp` I was able to configure a local repository on my laptop A that is synchronized with a remote repository using ssh. This latter has sync enabled and it is encrypted. I also put it in the *full backup* group. + +Now, I would like to synchronize my laptop B with the remote repository with ssh. Using the webapp, I tried to do the same thing I did with my laptop A. However now, my both laptop are synchronized with the remote repository but they do not share any file between them. How can I achieve that ?