From d683f2dcd10a0f2b8c387b8161bfe59f08898585 Mon Sep 17 00:00:00 2001 From: Jonathan DeMasi Date: Fri, 6 Sep 2019 14:18:08 -0600 Subject: update --- freenas/snap_trimmer.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 freenas/snap_trimmer.py (limited to 'freenas') diff --git a/freenas/snap_trimmer.py b/freenas/snap_trimmer.py old mode 100644 new mode 100755 index 93641e9..fe884d9 --- 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 -- cgit v1.2.3