Comment on How often do you back up?

dr_robot@kbin.social ⁨5⁩ ⁨months⁩ ago

As others have said, with an incremental filesystem level mechanism, the backup process won't be too taxing for the CPU. I have ZFS set up which makes this easy and I make hourly snapshots which also get sent to another mirrored pair of connected drives using ZFS send/receive. Then, once a day, I upload encrypted daily snapshots to a bucket in the cloud using restic. Sounds complicated, but actually ZFS and restic do all the heavy lifting. All I did is automate their schedules using systemd timers and some scripts to backup the right directories.

source
Sort:hotnewtop