#OpenBSD friends - I need help with backups.

I make backups on external USB disks. Now what tool should I use? I don't need any deduplication and stuff like that.
What I need is quick restore procedure.

So what should I use ? I was thinking rsync or dump/restore.

What would you suggest considering above ?

@as400 do you need the backups to be readable at a file level without any special tool? Because if you don't I'd just use restic. Even if you don't *need* compression and deduplication everything else it brings is too useful to give up, starting with its speed and ending with the possibility of quickly verifying the backup is actually working (everything is checksummed and can be inspected without a complete restore)