This commit is contained in:
parent
4b5040818b
commit
7fd870d78b
1 changed files with 7 additions and 0 deletions
7
doc/todo/git-annex-export_--from_option.mdwn
Normal file
7
doc/todo/git-annex-export_--from_option.mdwn
Normal file
|
@ -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?
|
Loading…
Add table
Add a link
Reference in a new issue