From 7fd870d78bb6137f4a20bb1e270865c8f6ceaa43 Mon Sep 17 00:00:00 2001 From: "stefan.huchler@5f110ab85a15aec7e2b38586eb7ec37b12e2e6aa" Date: Sat, 16 Nov 2019 05:53:02 +0000 Subject: [PATCH] --- doc/todo/git-annex-export_--from_option.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/todo/git-annex-export_--from_option.mdwn diff --git a/doc/todo/git-annex-export_--from_option.mdwn b/doc/todo/git-annex-export_--from_option.mdwn new file mode 100644 index 0000000000..c9d07ee9d9 --- /dev/null +++ b/doc/todo/git-annex-export_--from_option.mdwn @@ -0,0 +1,7 @@ +I just wanted to have a way to manage data copying / syncing between a fileserver and my android phone. So I pushed some files on my fileserver into a git remote and added the files with the annex subcommands then cloned the git tree from my workstation which is connected to my smartphone. + +Now I followed the documentation about the special remote adb and created that remote with the initremote command. When I then export I get (not available) failed errors. + +Which is caused by the fact that I didn't have checked out the files on my workstation. I don't need the files on this pc so it would be stupid to checkout partially huge files there or in other words I don't need the files at that place, I don't get why the export command not has a --from option where it can get the files? + +Is there a reason that does not exist and if so what would be a way to do sending files to the android device without ssh-ing into my server?