diff --git a/doc/forum/sync_between_indirect_and_direct_mode.mdwn b/doc/forum/sync_between_indirect_and_direct_mode.mdwn new file mode 100644 index 0000000000..66833cbe51 --- /dev/null +++ b/doc/forum/sync_between_indirect_and_direct_mode.mdwn @@ -0,0 +1,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 ?