summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar http://thkoch2001.myopenid.com/ <thkoch@web>2013-08-14 04:58:22 +0000
committerGravatar admin <admin@branchable.com>2013-08-14 04:58:22 +0000
commitc96ec2d583b27fab4099ea75590903cab511d782 (patch)
tree3d896782dd920a051dac7eb6a4d4a3e1af124a92
parent744e92608792898930ff473e2b716ed93645393b (diff)
Added a comment: pseudocode
-rw-r--r--doc/todo/sync_my_local_git-annex_from_a_dump_remote/comment_2_66822b72b1450e79e8edd0c6c21d5aa6._comment14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/todo/sync_my_local_git-annex_from_a_dump_remote/comment_2_66822b72b1450e79e8edd0c6c21d5aa6._comment b/doc/todo/sync_my_local_git-annex_from_a_dump_remote/comment_2_66822b72b1450e79e8edd0c6c21d5aa6._comment
new file mode 100644
index 000000000..3d459371f
--- /dev/null
+++ b/doc/todo/sync_my_local_git-annex_from_a_dump_remote/comment_2_66822b72b1450e79e8edd0c6c21d5aa6._comment
@@ -0,0 +1,14 @@
+[[!comment format=mdwn
+ username="http://thkoch2001.myopenid.com/"
+ nickname="thkoch"
+ subject="pseudocode"
+ date="2013-08-14T04:58:22Z"
+ content="""
+lets say my local annex is in direct mode, then the following might already do what I want:
+
+cd $LOCAL_ANNEX
+rsync --recursive --delete $REMOTE .
+git annex add && git commit
+
+It would however be nice if I could do the same with an annex in indirect mode or even a bare annex.
+"""]]