diff --git a/doc/forum/Running_assistant_steps_manually/comment_1_e14e0a1d55d01cb4f67a94bbe349b872._comment b/doc/forum/Running_assistant_steps_manually/comment_1_e14e0a1d55d01cb4f67a94bbe349b872._comment new file mode 100644 index 0000000000..6629ff024c --- /dev/null +++ b/doc/forum/Running_assistant_steps_manually/comment_1_e14e0a1d55d01cb4f67a94bbe349b872._comment @@ -0,0 +1,20 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + nickname="joey" + subject="comment 1" + date="2013-05-19T20:18:11Z" + content=""" +Essentially, you want to run this: + +
+git annex add +git annex sync +for remote in $(git remote); do + git annex copy --auto --to $remote + git annex get --auto --from $remote +done +git annex drop --auto ++ +Of course this cannot sync with XMPP remotes. Otherwise it will get you to essentially the same place as the assistant. +"""]]