To be honest, I don't know, and I don't have an Android (or iPhone!)
cellphone to test things out on. *IF* things like rsync and an ssh
client are available for it, then it could work, I'm just not sure how
much Linux it allows you to use as a normal user. Perhaps someone with
an Android could pipe up? I suspect there has to be a way. From a
cursory Google search I see rsync clients for Android:
http://www.google.com/search?sourceid=chrome&client=ubuntu&channel=cs&ie=UTF-8&q=rsync+on+android
The first one even lists an rsync command, so it looks like it's a
wrapper similar to lipsync:
rsync -Pavz --no-g --no-p --no-numeric-ids \
xx.xx.xx.xx::sdcard/ --delete ~/htcmagic/backup/
It's writing to an sdcard, so if you could use SSH in the rsync
options '-e=ssh' or similar, I think it would work. Has anyone set
this up? Would love to have the install script auto detect if you were
on Linux on i386/x64, ARM or even OSX and react accordingly - would be
super slick if all the other files would 'just work' on any platform
too.
If you'd like to test it out, see if you have rsync client
(could/should just be part of Linux?) and an ssh client...then if you
are able to issue commands we can try a simple rsync line like above
and go from there. Thanks for writing in!
P
sounds great Sergio, looking forward to what you can find out - let
me/us know if we can do anything to help. Since it can run in a VM, is
there a dev environment we could install in Virtualbox or something?
That might make it easier for others to try out/test.
P
Thanks
P