Posted inLinux
How to Use rsync for Efficient File Synchronization on Linux
rsync solves the file synchronization problem more intelligently than plain cp by transferring only the data that has actually changed. This guide covers rsync from the basics through setting up automated SSH-based backups with real-world cron job examples.
