

I don't see a precompiled version of rsync for this distro. The server appears to be running Red Hat: cat /proc/version Is there a clever way to acquire the missing library files all at once? rsync: error while loading shared libraries: libxxhash.so.0: cannot open shared object file: No such file or directory After setting chmod +x, I get this error. I found the rsync binary for Ubuntu at (via ).
Isntall grsync install#
Is it possible to install this without access to apt or sudo as a portable binary? The server admin told me they would not install it. Ideally, I would just like to use rsync like normal. I can copy the files with scp, but one has to manually compress first, since the -C argument compresses each file, not all files, before sending. I can access with FTP but this is very slow. I have access to a webserver (a generic cheap PHP host) which has a bunch of smaller files that I want to take backups of.
