From f04fe8cf052d2b7501ed452ecf851ea9413c9056 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawln3ckqKx0x_xDZMYwa9Q1bn4I06oWjkog" Date: Fri, 26 Jul 2013 16:14:42 +0000 Subject: [PATCH] Added a comment --- ...omment_1_9bbf8449789baa9d4f7451bb2578f069._comment | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/forum/making_good_use_of_my_shiny_new_rsync.net_account/comment_1_9bbf8449789baa9d4f7451bb2578f069._comment diff --git a/doc/forum/making_good_use_of_my_shiny_new_rsync.net_account/comment_1_9bbf8449789baa9d4f7451bb2578f069._comment b/doc/forum/making_good_use_of_my_shiny_new_rsync.net_account/comment_1_9bbf8449789baa9d4f7451bb2578f069._comment new file mode 100644 index 0000000000..5b922c1309 --- /dev/null +++ b/doc/forum/making_good_use_of_my_shiny_new_rsync.net_account/comment_1_9bbf8449789baa9d4f7451bb2578f069._comment @@ -0,0 +1,11 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawln3ckqKx0x_xDZMYwa9Q1bn4I06oWjkog" + nickname="Michael" + subject="comment 1" + date="2013-07-26T16:14:42Z" + content=""" +How about + + git annex find \"$@\" --include '*' --format='${bytesize} ${file}\n' |sort -n|sed 's/[0-9]* //'|while read file; do git annex copy \"$file\" --to=your_remote; done + +"""]]