Go to file
2024-02-09 14:32:06 +01:00
.gitignore Import zfs snapshots service as Arch package into git 2024-02-09 14:32:06 +01:00
PKGBUILD Import zfs snapshots service as Arch package into git 2024-02-09 14:32:06 +01:00
README.md Import zfs snapshots service as Arch package into git 2024-02-09 14:32:06 +01:00
zfs-daily-snapshot@.service Import zfs snapshots service as Arch package into git 2024-02-09 14:32:06 +01:00
zfs-daily-snapshot@.timer Import zfs snapshots service as Arch package into git 2024-02-09 14:32:06 +01:00
zfs-snapshot.rb Import zfs snapshots service as Arch package into git 2024-02-09 14:32:06 +01:00

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