Trying to backup with rsync, failing

Hi,

I tried to backup the .kodi folder using rsync from my NAS:

rsync -r -t -p -o -g -v --progress --delete -l osmc@192.168.1.5:/home/osmc/.kodi /media/BACKUP/Kodi-Osmc/

but I am always getting this error message:
rsync error: remote command not found (code 127)

It looks like rsync is not installed in Osmc…

Then install it
sudo apt-get install rsync

Oh, yes. I thought that. Isn’t it interefering in any way with osmc future updates?

No, go ahead and install.