Y
Hacker News
new
|
ask
|
show
|
jobs
by
Latty
4171 days ago
A (RAID6) fileserver running ZFS with filesystem-level snapshotting. It's really, really good.
1 comments
cmurf
4171 days ago
Btrfs snapshots, and then cp --reflink from the snapshot to the current tree whatever files or directories are missing; i.e. no need to rollback to a snapshot.
link