I just have rsync running in a cronjob. How is this significantly different?

I imagine it is, but I don't know how.

While rsync does incremental backups fine, it doesn't offer deduplication. If you want that, have a look around at newer options like restic or others such as borg (see a comprehensive list at https://github.com/restic/others)