Most mainstream databases implement some form of “incremental” backup. If you’ve already performed a backup, subsequent ones can be done by only transferring what has changed since your last backup. It’s a clever optimization. But it turns out, in many cases a full backup is much faster than an incremental one.