this post was submitted on 14 May 2024
18 points (100.0% liked)

Self-hosting

2674 readers
1 users here now

Hosting your own services. Preferably at home and on low-power or shared hardware.

Also check out:

founded 2 years ago
MODERATORS
 

Describes the zrep script that uses zfs send and receive over network to keep a read-only copy of snapshots up-to-date.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 3 points 4 months ago (1 children)

You can do something similar, but much easier with btrfs and btrbk.

Of course ZFS is even more advanced than btrfs, but unless you are doing professional datacenter level stuff btrfs will likely be sufficient.

[โ€“] [email protected] 1 points 3 months ago

Thanks, that looks like something I might have to try. :) Myself, over the network, I still don't do filesystem level incremental backups, sticking to either directories or virtual machine snapshots (both of which have their shortcomings).