From e9bbc8eb253dab035dd8267247b7e9270b660583 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Wed, 21 May 2014 17:41:22 +0000 Subject: [PATCH] Added a comment --- ...mment_1_b0c46d0eba900d0f6169a2c698d7a222._comment | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/forum/__34__Preseeding__34___a_special_remote/comment_1_b0c46d0eba900d0f6169a2c698d7a222._comment diff --git a/doc/forum/__34__Preseeding__34___a_special_remote/comment_1_b0c46d0eba900d0f6169a2c698d7a222._comment b/doc/forum/__34__Preseeding__34___a_special_remote/comment_1_b0c46d0eba900d0f6169a2c698d7a222._comment new file mode 100644 index 0000000000..6fae5c62e3 --- /dev/null +++ b/doc/forum/__34__Preseeding__34___a_special_remote/comment_1_b0c46d0eba900d0f6169a2c698d7a222._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.3" + subject="comment 1" + date="2014-05-21T17:41:22Z" + content=""" +If you also have the files present locally, you can simply do `git annex copy --fast --to remote`. git-annex copy will first check to see if the remote has the file; seeing that it does it will update the location log. + +Another option, if you have shell access on the remote is to simply set up a git repository there, move the files into it and `git annex add` them, and merge that into your local repository. + +There is not currently any way to set the [[location_tracking]] information to tell git-annex that a file has appeared on a remote. Of course, you can modify the git-annex branch manually to do so. See [[internals]]. +"""]]