From 0caedeae742e9712a81ccfe953e4320b862e9227 Mon Sep 17 00:00:00 2001
From: DatuX <edwin@datux.nl>
Date: Thu, 31 Mar 2016 16:08:06 +0200
Subject: [PATCH] Update README.md

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ee48581..7d68c21 100644
--- a/README.md
+++ b/README.md
@@ -139,7 +139,8 @@ Tips
 ----
 
  * Set the ```readonly``` property of the target filesystem to ```on```. This prevents changes on the target side. If there are changes the next backup will fail and will require a zfs rollback.
-
+ * Use ```--clear-refreservation``` to save space on your backup server.
+ * Use ```--clear-mountpoint``` to prevent the target server from mounting the backupped filesystem in the wrong place during a reboot. If this happens on systems like SmartOS or Openindia, svc://filesystem/local wont be able to mount some stuff and you need to resolve these issues on the console. 
 
 Restore example
 ===============