Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rsync: command not found #46

Closed
jomoengineer opened this issue Apr 25, 2019 · 6 comments
Closed

rsync: command not found #46

jomoengineer opened this issue Apr 25, 2019 · 6 comments

Comments

@jomoengineer
Copy link

Hi,

I'm going through the Software Setup for the JetBot and at under Section 5 step 5 it mentions to run rsync to replace the old notebooks but I am getting an error that rsync is not found

This is with image: jetbot_image_v0p3p0.zip

Ex:


$ rsync jetbot/notebooks ~/Notebooks

Thanks,

Jon
-bash: rsync: command not found
@jaybdub
Copy link
Contributor

jaybdub commented Apr 25, 2019

Hi Jomoengineer,

Thanks for reaching out! Sorry, we forgot to include one step in the software setup, which is to install the rsync command.

You should be able to install it by calling

sudo apt-get install rsync

From a terminal. Please let me know if you run into any issues, and thanks for pointing this out!

Best,
John

@idcrook
Copy link

idcrook commented Apr 26, 2019

I created a wiki "patch" for this issue, which I encountered independently: #48

@jomoengineer
Copy link
Author

Hi Jomoengineer,

Thanks for reaching out! Sorry, we forgot to include one step in the software setup, which is to install the rsync command.

You should be able to install it by calling

sudo apt-get install rsync

From a terminal. Please let me know if you run into any issues, and thanks for pointing this out!

Best,
John

John,

No worries.

Yes, that is what I ended up doing.

Thanks,

Jon

@jomoengineer
Copy link
Author

jomoengineer commented Apr 26, 2019

I created a wiki "patch" for this issue, which I encountered independently: #48

Okay, thanks.

Would it be worth adding 'sudo apt-get update' before running the install of rsync and/or make reference to if rsync is not installed then run the apt-get install?

Cheers,

Jon

@idcrook
Copy link

idcrook commented Apr 26, 2019

It shouldn't hurt to do an update first. the following one-liner does it simply:

sudo apt update && sudo apt install -y rsync

@jomoengineer
Copy link
Author

One other note regarding rsync. I notice when running this as listed does not update the existing ~/Notebooks files. To get it to update the files I had to run the following:


$ rsync -rv   jetbot/notebooks/* /home/jetbot/Notebooks/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants