From 70f24ab727dc79262363aaa7b215be16b50c6f38 Mon Sep 17 00:00:00 2001 From: Ducky Date: Wed, 23 Feb 2022 06:02:59 +0000 Subject: [PATCH] zio-backup: remove --cleanup-cache flag --- usr/local/sbin/zio-backup | 1 - 1 file changed, 1 deletion(-) diff --git a/usr/local/sbin/zio-backup b/usr/local/sbin/zio-backup index 5db4985..88ca33b 100755 --- a/usr/local/sbin/zio-backup +++ b/usr/local/sbin/zio-backup @@ -14,7 +14,6 @@ function restic_exec() { say_warn "No command specified. Not running." else restic \ - --cleanup-cache \ --password-file "$passwd_file" \ --repo "$repo" \ $command $args