aboutsummaryrefslogtreecommitdiff
path: root/freenas/snap_trimmer.py
diff options
context:
space:
mode:
Diffstat (limited to 'freenas/snap_trimmer.py')
-rwxr-xr-x[-rw-r--r--]freenas/snap_trimmer.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/freenas/snap_trimmer.py b/freenas/snap_trimmer.py
index 93641e9..fe884d9 100644..100755
--- a/freenas/snap_trimmer.py
+++ b/freenas/snap_trimmer.py
@@ -4,7 +4,8 @@
Used to trim ZFS snapshots on a FreeNAS appliance if they're being sent from another appliance
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.
+solution to a problem I had. PRs accepted. If you add an actual hostname, you could set
+verify=True in your http(s) requests.
"""
import requests