sudo rsync -ravzh /home/source/ admin@ipaddress:/share/destination
You may also like
The best way is to create a new firewalld zone and we add the specific IP to that zone. To start with […]
scp C:\path\to\win11.vhdx root@192.168.100.21:/var/lib/vz/images/
/ip firewall filter add chain=forward dst-address=”remoterange” src-address=”localrange” place-before=0 /ip firewall filter add chain=forward dst-address=”localrange” src-address=”remoterange” place-before=0
The below is to be used in a script to test failover based on firewall rules