summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar robert_hickman <robert_hickman@web>2015-02-09 19:48:27 +0000
committerGravatar admin <admin@branchable.com>2015-02-09 19:48:27 +0000
commitc4d93b9a83254a2abb041702163b5002225ec48c (patch)
treecfc1a51d1d1bc122bf68e057106804f6ef63a6ed
parent3d35840552b8b81e34c208672fe830c821c5ec16 (diff)
-rw-r--r--doc/forum/How_to_sync_data_down_from_a___39__full_backup__39____63__.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/forum/How_to_sync_data_down_from_a___39__full_backup__39____63__.mdwn b/doc/forum/How_to_sync_data_down_from_a___39__full_backup__39____63__.mdwn
new file mode 100644
index 000000000..52a277a6e
--- /dev/null
+++ b/doc/forum/How_to_sync_data_down_from_a___39__full_backup__39____63__.mdwn
@@ -0,0 +1,4 @@
+
+I'm trying to find a way of syncing data across multiple platforms, including an android device. The latter I want to sync the data so that it's on the devices SD filesystem and independent of network. As far as I can tell git-annex's client is the only one that can do this, all other self hosted storage clients I've found are only network viewers (owncloud, seafile), which is no good to me. I want to sync my ABC sheet music collection onto it, viewable independent of network access, updating changes automatically. Other parts of the data set (i.e. large collection of cannon cr2 raws), I want synced between my laptop and desktop.
+
+I've set up git annex with a central git repo and another client directory which syncs fine to the server (set as a 'full backup'). Now I want to download this whole archive onto the android device. I've set up the client on the device and it works and will upload to the server, however I can't see any way of getting it to download. Surely git-annex has the capability to pull data?