summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar http://openid.ppke.hu/cstamas <http://openid.ppke.hu/cstamas@web>2013-03-19 08:28:11 +0000
committerGravatar admin <admin@branchable.com>2013-03-19 08:28:11 +0000
commit18e9f006635b051cedf22e70167e2588a0250598 (patch)
tree9c02f43ac9120a505b1bbaa867e4ead449b35323 /doc
parentfc23e3e7d23313f18f19c5e999ef75b0c26d44f8 (diff)
add question
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/Local_and_remote_in_direct_mode.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/forum/Local_and_remote_in_direct_mode.mdwn b/doc/forum/Local_and_remote_in_direct_mode.mdwn
new file mode 100644
index 000000000..128d8eab6
--- /dev/null
+++ b/doc/forum/Local_and_remote_in_direct_mode.mdwn
@@ -0,0 +1,7 @@
+I have two machines (A and B ) both have a directory called "inbox"
+I want to sync these two directories. So I ran git annex assistant on machine A and set up a remote to B with **ssh** and selected **client: a repository on your computer**.
+
+The end result is that I have something that looks like a git bare repo on machine B and I have no files on A from machine B.
+
+What am I doing wrong? What shall I do to achieve my goal?
+It is kind of dropbox functionality what I want. (Which I never used for security/policy reasons.)