From a1aceb2be4854ba1e75c8d6bb20710df7d0a5ef6 Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Tue, 21 Nov 2023 14:00:17 -0700 Subject: [PATCH] ensure treeinfo and discinfo are unrelated --- sync/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync/common b/sync/common index a44f7f2..129deb8 100644 --- a/sync/common +++ b/sync/common @@ -178,7 +178,7 @@ function rsync_delete_prod() { function perform_hardlink() { local TARGET="${1}" - hardlink -x '.*\.xml.*' "${TARGET}" + hardlink -x '.*\.xml.*' -x ".*\.treeinfo" -x ".*\.discinfo" "${TARGET}" } # dry rsync