ZFS
One of the more advanced modern filesystems with tons of features; originated on Solaris but now runs on Linux[1], FreeBSD, and others.
See also ZFS on Linux[2] and Backups[3].
--------------------------------------------------------------------------------
Links to this note
- Dar[4]
dar is a Backup[5] and archiving tool. You can think of it as as more modern tar. It supports both streaming and random-access modes, supports correct incrementals (unlike GNU tar's incremental mode), Encryption[6], various forms of compression, even integrated rdiff deltas.
- Using Filespooler for Backups[7]
Filespooler[8] makes an *excellent* tool for handling Backups[9]. In fact, this was the case the prompted me to write it in the first place.
- Introduction to Filespooler[10]
It seems that lately I've written several shell implementations of a simple queue that enforces ordered execution of jobs that may arrive out of order. After writing this for the nth time in bash, I decided it was time to do it properly. But first, a word on the *why* of it all.
- Backups[11]
Keeping your data safe in the event of a disaster or compromise is important. That's why we back up.
- ZFS Automatic Snapshots and Replication[12]
For ZFS[13].
- ZFS on Linux[14]
This is about running ZFS[15] on Linux[16] and Debian[17].
More on www.complete.org
(c) 2022-2024 John Goerzen