sudo rsync -ravzh /home/source/ admin@ipaddress:/share/destination
You may also like
DHCP Process Discover – Client sends a broadcast Discover Offer – Server replies with an offer of IP details Request – Client […]
The best way is to create a new firewalld zone and we add the specific IP to that zone. To start with […]
This is the command to remove a folder/directory including its contents, use with caution as you wont get an “are you sure” […]
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 […]