How to rsync to a chromebook with linux?
Joe Lowder
joe at actionline.com
Thu Nov 28 13:16:39 MST 2019
Just purchased the ASUS c423 Chromebook (it is fantastic)
and I was delighted to discover that I could just click on
an icon on the "shelf" (panel) and Linux was quickly
installed automatically (within only a couple minutes).
So, I am really enjoying the discovery process to see
what all I can do now with Linux on this Chromebook
running *simultaneously* with the chrome os.
However, I have not yet been able to find the magic syntax
to rsync files from my current Linux system to this new
Chromebook. When I tap on the Linux icon on the shelf
the Chromebook opens to a black screen with this prompt:
# upquick at penguin: and I found the IP address is 192.168.0.22
so I created a subdirectory titled 'bin' in: home/upquick/
and tried the following in order to try to copy all of my
hundreds of 'bin' shell script utilities to the chromebook:
rsync -avH --progress /home/joe/bin/ upquick at 192.168.0.22:/home/upquick/bin/
Regrettably, this did not work, so what do I need to do to
get it to work?
More information about the PLUG-discuss
mailing list