From 3e057f7576207469cf46bad56c7cdc25a361b261 Mon Sep 17 00:00:00 2001 From: capntack Date: Thu, 29 Feb 2024 07:54:20 -0600 Subject: [PATCH] Updated rsync manifest to exclude from within an include --- templates/rsyncManifestTemplate | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/rsyncManifestTemplate b/templates/rsyncManifestTemplate index 8b46853..0c5692e 100644 --- a/templates/rsyncManifestTemplate +++ b/templates/rsyncManifestTemplate @@ -1,5 +1,7 @@ # First, include all dirs + */ +# Second, exclude anything from within the next section that you don't want +- /Sample-Directory/some/unwanted/dir/*** # Then, include the dirs/paths/files you want to backup + /file.name + /*wildcard.possible