File: sync_between_indirect_and_direct_mode.mdwn

package info (click to toggle)
git-annex 6.20170101-1%2Bdeb9u2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 50,088 kB
  • sloc: haskell: 53,116; sh: 1,582; ansic: 341; makefile: 292; perl: 144
file content (6 lines) | stat: -rw-r--r-- 372 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
I have a music repository(direct mode) in my Nexus 5 which I want to sync with remote repository(indirect mode).

When I run 'git annex sync --content', it did not sync the content but when I changed remote repository to direct mode, content got synced.

Do I need to set some configuration ?
Is it possible to sync content between direct and indirect mode repositories ?