simplesnap requires 2 zfs enabled host to do snapshot replication which might be a bit time consuming to test. The same problem happens with zfsnap which requires less setup.
Install zfsutils-linux. apt-get install zfsutils-linux Create a new zfs pool with zpool, I will use 'tank' as an example. Install zfsnap, it currently fails at this step by removing 'zfsutils-linux' and installing 'zfs-fuse'. apt-get install zfsnap Create a snapshot with zfsnap. zfSnap -r tank Check that the snapshot was created. zfs list -r snapshot -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1535428 Title: Missing "Provides: zfs" on zfsutils-linux To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1535428/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
