After sometime, I think there are time when we had to dig to our backup repository and restore things. And this is when the combination of rsync and ssh become handy.. let’s say want to rsync from remote host to local.. rsync -avz -e "ssh -i fc.keys" [email protected]:/path/to/backup /path/to/localrsync -avz -e "ssh -i fc.keys" [email protected]:/path/to/backup […]

continue reading.....