How to Automate Backups with rsync and cron on Ubuntu 24.04
rsync is a fast, versatile file synchronisation tool that efficiently copies only changed files. Combined with cron, it provides automated, incremental backups. This guide sets up automated local and remote backups on Ubuntu 24.04 LTS. Tested and valid on: Ubuntu 24.04 LTS Prerequisites Ubuntu 24.04 LTS server SSH access to a remote backup server (optional) […]