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: rsync
Copying files rsync Linux use of “/” at the end of path
Hello, sometimes we need to copy files and we are not sure when to use “/ ” at the end of the path. Copying files rsync while brewing coffee at home this is what I found. Check this useful summary:
Rsync backup to remote server
rsync -avz -e “ssh -i <yourKey> -p <yourPortIfNecessary>” <yourUser>@<yourHost>:/files/Folders/to/Backup /destination/