From 9be86b8506e0d8a0ffbbb40c444b354ee27af2da Mon Sep 17 00:00:00 2001 From: Thor the Norseman Date: Tue, 26 May 2020 20:20:00 +0200 Subject: [PATCH] Add more details to README --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ba61f13..a18075b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,12 @@ As of now, snapshots are conditional. A snapshot will only be taken if a dataset has been modified since the last snapshot. An option to turn this off per schedule is coming soon. -The daemon will not interfere with other snapshots you may have -on the system unless you give them names that match the syntax -in `zasd` and look like they belong to one of the configured -shchedule tags. This won't happen unless you do it on purpose. +The daemon should not interfere with other snapshots you have +on the system, unless you give them names that adhere to the +`dataset@tag:serial` syntax `zasd` uses, and the `tag` parts +happen to match of the tags in `zasd.conf.py`. If you're already +using similar syntax for something else, you may need to change +the `separator` setting in `zasd.conf.py`. + +**DISCLAIMER:** This program is still in beta. Use at your own +risk. It works fine on my system, but your mileage may vary. \ No newline at end of file