sudo rsync -ravzh /home/source/ admin@ipaddress:/share/destination
You may also like
The below is to be used in a script to test failover based on firewall rules
/ip firewall filter add action=drop chain=forward dst-address-list=TikTok src-address=10.0.0.0/24 /ip firewall mangle add action=add-dst-to-address-list address-list=TikTok address-list-timeout=4w2d chain=prerouting content=.tiktok.com src-address=10.0.0.0/24 add action=add-dst-to-address-list address-list=TikTok address-list-timeout=4w2d […]
htpasswd -c /etc/nagios/htpasswd.users nagiosuser Then enter new password for nagiosuser
During as SBS2003 migration to SBS2011, while decommissioning the source server (SBS2003) before Exchange 2003 can be removed you will have to remove the […]