File: Local_and_remote_in_direct_mode.mdwn

package info (click to toggle)
git-annex 7.20190129-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 56,292 kB
  • sloc: haskell: 59,105; sh: 1,255; makefile: 225; perl: 136; ansic: 44
file content (7 lines) | stat: -rw-r--r-- 528 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
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.)