rsync all files of remote machine over SSH without root user?
I have this command to backup a remote machine. The problem is that I need root rights to read and copy all files. I have no root user enabled for security reasons and use sudo
the Ubuntu way. Would I need some cool piping or something to do this?