ZFS Automatic Snapshot Service for Linux
Go to file
Darik Horn d8b1730015 Add an explicit exit 0 to the end of the script.
The implicit return is "$?", which can be set non-zero by
an earlier command.
2011-11-21 21:44:37 -06:00
etc Expand the options variable in the cron part file. 2011-11-21 20:40:24 -06:00
src Add an explicit exit 0 to the end of the script. 2011-11-21 21:44:37 -06:00
COPYING Repository creation. 2011-11-21 19:47:20 -06:00
Makefile Repository creation. 2011-11-21 19:47:20 -06:00
README Repository creation. 2011-11-21 19:47:20 -06:00

An alternative implementation of the zfs-auto-snapshot service for Linux.

This program is a posixly correct bourne shell script.  It depends only on
the zfs utilities and cron, and can run in the dash shell.