zfs-snapshotter/README.md
2024-02-09 14:32:06 +01:00

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`