From 9f14f054c7f99143c9cb71ec3dabd9a74d3a0458 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Sun, 19 May 2013 20:18:13 +0000 Subject: [PATCH] Added a comment --- ..._e14e0a1d55d01cb4f67a94bbe349b872._comment | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 doc/forum/Running_assistant_steps_manually/comment_1_e14e0a1d55d01cb4f67a94bbe349b872._comment 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. +"""]]