Hi,
I'm trying to login with rsync from my home centos install (very small amount of previous VPS putty experience) to my VPS to back up the home directory.
When I login to the VPS directly I have to login as admin and then sudo su root.
With rsync it ofcourse gives me permission denied when trying to read the home directory.
So is the only wa to go about this create a new user specially for this purpose and grant full read only access to the home directory?
Thanks guys..