summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar franth2@ddfc3de322014cb3e62e470decc40223470fed52 <franth2@web>2017-01-04 22:54:52 +0000
committerGravatar admin <admin@branchable.com>2017-01-04 22:54:52 +0000
commit23870947d4c7237a0e34daad1dd65425ad0c3b52 (patch)
treed7af79ccb33f6af4e45bbc02fea3f8f300c86f9d /doc
parent42369910bcdf876601984bea7c303d432074e1f2 (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/Synchronize_two_latops_with_a_ssh_remote.mdwn3
1 files changed, 3 insertions, 0 deletions
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 000000000..1cf693b5f
--- /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 ?