summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar http://joeyh.name/ <joey@web>2013-05-19 20:18:13 +0000
committerGravatar admin <admin@branchable.com>2013-05-19 20:18:13 +0000
commitac7159e6e239682de11f788bf5721bb40e19ef94 (patch)
tree3f8287b8d53d442e21052af63ef4ef5a68e055aa /doc
parent1c26d84dc6cc900764350bfb70256c242ad7aded (diff)
Added a comment
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/Running_assistant_steps_manually/comment_1_e14e0a1d55d01cb4f67a94bbe349b872._comment20
1 files changed, 20 insertions, 0 deletions
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 000000000..6629ff024
--- /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:
+
+<pre>
+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
+</pre>
+
+Of course this cannot sync with XMPP remotes. Otherwise it will get you to essentially the same place as the assistant.
+"""]]