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