aboutsummaryrefslogtreecommitdiff
path: root/freenas
diff options
context:
space:
mode:
authorJonathan DeMasi <jon.demasi@colorado.edu>2019-09-06 14:18:08 -0600
committerJonathan DeMasi <jon.demasi@colorado.edu>2019-09-06 14:18:08 -0600
commitd683f2dcd10a0f2b8c387b8161bfe59f08898585 (patch)
tree84950c4befcb15cf63641e49d8378a49ecc8edd2 /freenas
parent646e16c2dd3a54d6fbb324460b9267df39272c2a (diff)
downloadsnippets-d683f2dcd10a0f2b8c387b8161bfe59f08898585.tar
snippets-d683f2dcd10a0f2b8c387b8161bfe59f08898585.tar.gz
snippets-d683f2dcd10a0f2b8c387b8161bfe59f08898585.tar.bz2
snippets-d683f2dcd10a0f2b8c387b8161bfe59f08898585.tar.lz
snippets-d683f2dcd10a0f2b8c387b8161bfe59f08898585.tar.xz
snippets-d683f2dcd10a0f2b8c387b8161bfe59f08898585.tar.zst
snippets-d683f2dcd10a0f2b8c387b8161bfe59f08898585.zip
update
Diffstat (limited to 'freenas')
-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