Cumartesi, Aralık 18, 2010

Rsync with SSH

I have forgot to make rsync on ssh and decided to note here:

To rsync local files at dir/ to remote server  we do this

rsync -rave ssh dir/* user@rem:/remotedir