103
Deprecated Linux Commands You Should Not Use Anymore
(itsfoss.com)
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
Not everything however. For it to catch some options , for example SOCKS bridges, you have to use the SSH passthrough notation aka
rsync -e 'ssh bridgename...' --rsync-options.... And ofc if you have to load a different SSH conffile, you have to use the while passthrough for that as well, there's no rsync native option to load a SSH conffile:rsync -e 'ssh -F conffile ssh_options...' --rsync-options....