Matus Kral 8aaf5f904b issue #8 should be solved by this patch
all filesystems with snapdir=visible and canmount=on are traversed for
snapshots going to be removed and umount -f is called.

on linux, on /proc/mounts such mounted snapshots are visible (not
listed with 'mount'), but under macosx no proc exists, 'mount' again
does not list them so umount -f is called with no mercy for all
specific combination of fs and snapname  (but should not cause any
problems).

there is no specific logic to utilize /proc/mount on linux, same
approach is taken.
2012-12-28 14:14:23 -06:00
2011-12-21 20:29:27 -06:00
2011-11-21 19:47:20 -06:00
2012-12-27 20:58:22 -06:00

zfs-auto-snapshot:

An alternative implementation of the zfs-auto-snapshot service for Macosx 
that is compatible with ZEVO community zfs.

Automatically create, rotate, and destroy periodic ZFS snapshots. This is
the utility that creates the @zfs-auto-snap_frequent, @zfs-auto-snap_hourly,
@zfs-auto-snap_daily, @zfs-auto-snap_weekly, and @zfs-auto-snap_monthly
snapshots if it is installed.

It can backup to remote systems utilizing zfs send command.

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.
Description
ZFS Automatic Snapshot Service for Linux
Readme 426 KiB
Languages
Shell 81.2%
Roff 12.8%
Makefile 6%