From 8d0daeae241b4a21f69725aac4d8db69aaeea405 Mon Sep 17 00:00:00 2001 From: Ducky Date: Wed, 2 Mar 2022 01:02:37 +0000 Subject: [PATCH] backup: ignore transient OCI container files --- opt/zio/bin/backup | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/opt/zio/bin/backup b/opt/zio/bin/backup index f481cf8..6b94f4c 100755 --- a/opt/zio/bin/backup +++ b/opt/zio/bin/backup @@ -47,6 +47,10 @@ function backup() { --iexclude "system-cache" \ --iexclude "thumbs.db" \ --iexclude "tmp" \ + --exclude "containers/storage/overlay" \ + --exclude "containers/storage/overlay-containers" \ + --exclude "containers/storage/overlay-images" \ + --exclude "containers/storage/overlay-layers" \ --exclude-if-present ".nobackup" \ --host "$host" \ $args "$path"