From 90b80e572156110e45b03b5aa6e06d26f72e0e2b Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawkutSE8_3fFAETmO_E598zja4gKwYXbb8E" <@web> Date: Wed, 8 Apr 2015 12:31:11 +0000 Subject: [PATCH] removed --- ..._85bc887211c999683f907c3cb5f37301._comment | 28 ------------------- 1 file changed, 28 deletions(-) delete mode 100644 doc/forum/Newb_question_on_sneekernet_sync/comment_1_85bc887211c999683f907c3cb5f37301._comment diff --git a/doc/forum/Newb_question_on_sneekernet_sync/comment_1_85bc887211c999683f907c3cb5f37301._comment b/doc/forum/Newb_question_on_sneekernet_sync/comment_1_85bc887211c999683f907c3cb5f37301._comment deleted file mode 100644 index 2457334d0b..0000000000 --- a/doc/forum/Newb_question_on_sneekernet_sync/comment_1_85bc887211c999683f907c3cb5f37301._comment +++ /dev/null @@ -1,28 +0,0 @@ -[[!comment format=mdwn - username="https://www.google.com/accounts/o8/id?id=AItOawkutSE8_3fFAETmO_E598zja4gKwYXbb8E" - nickname="Сергей" - subject="comment 1" - date="2015-04-08T12:03:53Z" - content=""" -Well, working with git annex, you should think of two things: - -1. location of annex information (git commit tree), I'll call it INFO -2. location of files contents, I'll call it CONTENT - -So, for your sneekernet scenario these general steps are required: - -1. sync INFO between Laptop A and USB -2. transfer required CONTENT from LAPTOP A to USB -3. sync INFO between Laptop B and USB -4. transfer required CONTENT from USB to Laptop B - -Let's describe your options on every step: - -1. issue `git annex sync` on Laptop A. Either from within USB or Laptop repo, I prefer Laptop becouse of automatic commit. -2. -* issue `git annex copy --to=` from within Laptop A repo - * issue `git annex get ` from within USB repo. This is not possible if you have bare repo on USB. -3. issue `git annex sync` on Laptop B -4. same as 2, but transfer to Laptop B - -"""]]