From 6778d60c42f380bd598c762ba20a7b5baaa9c94f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 9 Feb 2015 16:44:11 -0400 Subject: [PATCH] response --- ..._c4e972c8635f2fa460cd6621f3d993c6._comment | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 doc/forum/How_to_sync_data_down_from_a___39__full_backup__39____63__/comment_1_c4e972c8635f2fa460cd6621f3d993c6._comment diff --git a/doc/forum/How_to_sync_data_down_from_a___39__full_backup__39____63__/comment_1_c4e972c8635f2fa460cd6621f3d993c6._comment b/doc/forum/How_to_sync_data_down_from_a___39__full_backup__39____63__/comment_1_c4e972c8635f2fa460cd6621f3d993c6._comment new file mode 100644 index 0000000000..d01ab86310 --- /dev/null +++ b/doc/forum/How_to_sync_data_down_from_a___39__full_backup__39____63__/comment_1_c4e972c8635f2fa460cd6621f3d993c6._comment @@ -0,0 +1,23 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2015-02-09T20:37:49Z" + content=""" +Yes, it absolutely does. On Android, git-annex defaults to making +its repository be a "source" repository, which means it doesn't try +to get a copy of every file. You can edit the repository in the webapp, +and select "client" and it will go ahead and download every file it can +get. See [[preferred_content/standard_groups]]. + +It sounds like you might want to have the android device only +get copies of certian files, and ignore others (the raws). +Doing that is a little more complicated; it involves writing a +[[preferred_content]] expression. You can do this by first exiting +the webapp, and the at the git-annex app's console: + + cd /sdcard/annex + git annex wanted . "include=sheetmusic/* and exclude=raws/*" + +Then when you start the webapp back up, it will get the sheet music +and not the raws. Adjust paths in that to suite.. +"""]]