#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 rdiff-backup is a classic, as is just tarballs

@as400 Not OpenBSD but I have been using rsnapshot for like 20 years on Linux.

It's brain dead simple. No encryption or anything. If you need encrytion at rest leverage your OS file system tools.

HTH

@as400 i described my personal backup workflow including tooling in https://xosc.org/timemachine.html you have an initial setup effort and then you just connect your external stick or disk.
Time Machine like Backups on OpenBSD

@as400 cpdup is another option, comparable to rsnapshot (faster in my experiments), if your needs are simple (no encryption). upstream is within #dragonflybsd
gonzalo:

Backup all the things with #plakar and #OpenBSD ! https://x61.sh/log/2026/03/25032026151800-plakar.html :puffy:

@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)

@as400

I've been using borgmatic for a few years on a similar setup. It's saved my databacon from the skillet at least five times that I can think of.

@[email protected] i'll still go for a tool with replication inside : dejadup (frontend to restic).
put in the hand of a non techies with a big boutton backup and a less big boutons browse backups.
once configured very useful, restauration easy