From b3f01e2aa60fde099c2b77cab40ae4f0381f0ce0 Mon Sep 17 00:00:00 2001 From: Jonathan DeMasi Date: Fri, 6 Sep 2019 14:21:43 -0600 Subject: disclaimer --- freenas/snap_trimmer.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3