In this tutorial we will cover the steps needed to copy files with rsync over SSH in Debian or Ubuntu platform. While having amazing Catuai coffee from Honduras I learned the following. Rsync is a great tool that allows you to transfer and synchronize data between servers. The command can be used over SSH which […]
Tag Archives: backup
Rsync backup to remote server
rsync -avz -e “ssh -i <yourKey> -p <yourPortIfNecessary>” <yourUser>@<yourHost>:/files/Folders/to/Backup /destination/