aboutsummaryrefslogtreecommitdiff
path: root/freenas
diff options
context:
space:
mode:
authorJonathan DeMasi <jon.demasi@colorado.edu>2019-09-06 14:21:43 -0600
committerJonathan DeMasi <jon.demasi@colorado.edu>2019-09-06 14:21:43 -0600
commitb3f01e2aa60fde099c2b77cab40ae4f0381f0ce0 (patch)
treef5bbab3ba62cdc9102465cc60a23a66002c66e67 /freenas
parentd683f2dcd10a0f2b8c387b8161bfe59f08898585 (diff)
downloadsnippets-b3f01e2aa60fde099c2b77cab40ae4f0381f0ce0.tar
snippets-b3f01e2aa60fde099c2b77cab40ae4f0381f0ce0.tar.gz
snippets-b3f01e2aa60fde099c2b77cab40ae4f0381f0ce0.tar.bz2
snippets-b3f01e2aa60fde099c2b77cab40ae4f0381f0ce0.tar.lz
snippets-b3f01e2aa60fde099c2b77cab40ae4f0381f0ce0.tar.xz
snippets-b3f01e2aa60fde099c2b77cab40ae4f0381f0ce0.tar.zst
snippets-b3f01e2aa60fde099c2b77cab40ae4f0381f0ce0.zip
disclaimer
Diffstat (limited to 'freenas')
-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