Rsync

Hello,

I was expecting to use rsync to sync my ssd connected to my Vero to my nas device but when I issue the command rsync I get the following:

rsync: command not found

Is rsync not available on Vero even though it is a standard Debian command?

Is it possible to install it?

Regards

Its possible

sudo apt-get install rsync

but you should do

sudo apt-get update

first
Derek