From 5ed9c7e06f9a2efd8c9f4950b6a7cd6e18504670 Mon Sep 17 00:00:00 2001 From: Edwin Eefting Date: Fri, 7 Jan 2022 14:21:42 +0100 Subject: [PATCH] update --- Thinner.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Thinner.md b/Thinner.md index 44666a6..9459f20 100644 --- a/Thinner.md +++ b/Thinner.md @@ -31,7 +31,7 @@ The format of the other rules is: ``. Since this might sound very complicated, the `--verbose` option will show you what it all means: ```console -[root@backup ~]# zfs-autobackup --verbose offsite1 --keep-source=10,1d1w,1w1m,1m1y +[root@backup ~]# zfs-autobackup -v offsite1 --keep-source=10,1d1w,1w1m,1m1y zfs-autobackup v3.1.1 - (c)2021 E.H.Eefting (edwin@datux.nl) Selecting dataset property : autobackup:offsite1 @@ -53,7 +53,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 keep an optimal set of snapshots to match your schedule as good as possible. +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 close as possible. If you want to keep as few snapshots as possible, just specify 0. (`--keep-source=0` for example)