diff --git a/README.md b/README.md index f9cb9e1..2e8bb58 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ * Complete rewrite, cleaner object oriented code. * Python 3 and 2 support. +* Automated regression against real ZFS environment. * Installable via [pip](https://pypi.org/project/zfs-autobackup/). * Backwards compatible with your current backups and parameters. * Progressive thinning (via a destroy schedule. default schedule should be fine for most people) @@ -21,6 +22,7 @@ * Supports raw backups for encryption. * Custom SSH client config. + ## Introduction This is a tool I wrote to make replicating ZFS datasets easy and reliable. You can either use it as a backup tool or as a replication tool. diff --git a/test_zfsnode.py b/test_zfsnode.py index a91d95c..ff4f6a1 100644 --- a/test_zfsnode.py +++ b/test_zfsnode.py @@ -33,7 +33,7 @@ test_target1 with self.subTest("second snapshot, no changes, no snapshot"): - node.consistent_snapshot(node.selected_datasets, "test-2",100000) + node.consistent_snapshot(node.selected_datasets, "test-2",1) r=shelltest("zfs list -H -o name -r -t all") self.assertEqual(r,""" test_source1