To make mirror copy of your directory on remote Linux/Unix box is very simple with rsync and ssh. Just run the command line: $ rsync –progress –delete -ae ssh user@remote.server:/remote/storage /local/storage Note: rsync doesn’t create missing directories, so make sure, your directory exists.
Tag: ssh
ssh port forward
Working from firewalled network is usual headache for a real hacker 😉 I am not hacker, but I need sometimes to reach some specific port out of my working network. I found the following solution of my problem. To make this dish, you need the following ingredients: – out-of-your-network computer – static IP on it.… Continue reading ssh port forward