sudo rsync -ravzh /home/source/ admin@ipaddress:/share/destination
You may also like
This is a simple and crude method to disable an interface based on the volume of data that has gone through it. […]
If you have locked down the web management port to 1 IP address and you need to access it from a different […]
I eventually solved this problem. Edit /etc/rc.d/rc.firewall.up After the section on “# Allow packets that we know about through …” Add: # […]
/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