From 9755b666b3b7a5f8d5f7cabe68afbf24b94b16ec Mon Sep 17 00:00:00 2001 From: "John K. Luebs" Date: Wed, 4 Oct 2023 04:09:38 -0500 Subject: [PATCH] tweak the symlink hardlink chunk ids --- src/duplicacy_entry.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/duplicacy_entry.go b/src/duplicacy_entry.go index dd7ddd9..9296cdd 100644 --- a/src/duplicacy_entry.go +++ b/src/duplicacy_entry.go @@ -25,8 +25,8 @@ import ( ) const ( - entrySymHardLinkRootChunkMarker = -72 - entrySymHardLinkTargetChunkMarker = -73 + entrySymHardLinkRootChunkMarker = -9 + entrySymHardLinkTargetChunkMarker = -10 ) // This is the hidden directory in the repository for storing various files.