10 lines
354 B
Markdown
10 lines
354 B
Markdown
# ZFS Snapshotter
|
|
|
|
This is my personal opiniated package for automatically creating and cleaning up ZFS snapshots.
|
|
|
|
## Usage:
|
|
- Clone this repository.
|
|
- Build and install: `$ makepkg -Si`
|
|
- Enable the systemd timer for your datasets:
|
|
- Use `-` instead of `/`, due to systemd encoding: `# systemctl enable --now zfs-daily-snapshot@pool-my-dataset.timer`
|