From 0388026f94e7b1ae4ad23403596042f021a89969 Mon Sep 17 00:00:00 2001 From: Edwin Eefting Date: Thu, 14 May 2020 01:28:48 +0200 Subject: [PATCH] fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a88e41..a3d7bdf 100644 --- a/README.md +++ b/README.md @@ -286,7 +286,7 @@ You can specify as many rules as you need. The order of the rules doesn't matter Keep in mind its up to you to actually run zfs-autobackup often enough: If you want to keep hourly snapshots, you have to make sure you at least run it every hour. -However, its no problem if you run it more or less often than that: The thinner will still do its best to choose an optimal set of snapshots to choose. +However, its no problem if you run it more or less often than that: The thinner will still keep an optimal set of snapshots to match your schedule as good as possible. If you want to keep as few snapshots as possible, just specify 0. (`--keep-source=0` for example)