aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfreenas/snap_trimmer.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/freenas/snap_trimmer.py b/freenas/snap_trimmer.py
index fe884d9..675b2c9 100755
--- a/freenas/snap_trimmer.py
+++ b/freenas/snap_trimmer.py
@@ -5,7 +5,8 @@ Used to trim ZFS snapshots on a FreeNAS appliance if they're being sent from ano
and rather than 1:1 replication you want a different retention policy on the backups.
There is nothing elegant about this, and in fact it's fairly inefficient. It was a quick
solution to a problem I had. PRs accepted. If you add an actual hostname, you could set
-verify=True in your http(s) requests.
+verify=True in your http(s) requests. I take no responsibility for whatever data loss you
+may experience while using this.
"""
import requests