Dec 21 2008
Synchronize Directories with Rsync and SSH
To copy or synchronize data across servers with SSH encryption benefits, run on the target: rsync -avz -e ssh remoteuser@remotehost:/remote/dir /local/dir/
Dec 21 2008
To copy or synchronize data across servers with SSH encryption benefits, run on the target: rsync -avz -e ssh remoteuser@remotehost:/remote/dir /local/dir/
Nov 20 2008
Very few environment variables are defined when connecting to a remote host with an authorized SSH key. The env command that will list all environment variables available on the remote server shows this is the case (localhost is the target here). Sometimes, you’d like to pass extra environment variables onto the host along the SSH […]