Hola! Recently I went for an interview for a DevOps/IT Engineer position at NYC. I was skeptical about my skill set and if I would be able to talk about ‘DevOps’ stuff and etc… To my surprise, I learned more about myself during that interview. I was able to talk about and respond to about […]
Tag Archives: linux
Rsync backup to remote server
rsync -avz -e “ssh -i <yourKey> -p <yourPortIfNecessary>” <yourUser>@<yourHost>:/files/Folders/to/Backup /destination/