sudo rsync -ravzh /home/source/ admin@ipaddress:/share/destination
You may also like
nagios -v /etc/nagios/nagios.cfg
This post shows how to find out what version of Centos you are running from the command line. tail /etc/redhat-release This will […]
IP=”$(echo $SSH_CONNECTION | cut -d ” ” -f 1)”HOSTNAME=$(hostname)NOW=$(date +”%e %b %Y, %a %r”) echo ‘Someone from ‘$IP’ logged into ‘$HOSTNAME’ on […]