From 78f96e6ed08409369cac7d2b8e91fa5662943431 Mon Sep 17 00:00:00 2001 From: Faisal Moledina Date: Fri, 29 Oct 2021 23:09:51 -0600 Subject: [PATCH] update README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 9f140d5..728aa75 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ Given the use of the BTRFS filesystem, this script is only supported on Linux. I * `snapraid.config` * Run the script via `python3 snapraid-btrfs-runner.py`. +See the init dir for a sample systemd timer for automatic scheduled runs. + ## Features Includes all the snapraid-runner features: @@ -44,6 +46,13 @@ use as an unattended automatic snapraid tool. Features include: ## Changelog +### v0.0.2 + +* Incorporated fixes from the upstream snapraid-runner project: + * Add `--ignore-deletethreshold` (by exterrestris, #25) + * Add support for scrub `--plan`, replacing `--percentage` + * Remove snapraid progress output. Was accidentially introduced with python3 support. + ### v0.0.1 * Initial release