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