Actually my problems is not with deduplication as first though but with -vss.
Did you get the same The system cannot find the path specified
error with -vss
?
Yes
So maybe you don’t have permissions to this shadow symlink? While duplicacy is running, try to access this file in File Explorer.
I am unable to find the shadow symlink…
However from the logs I can see the creation of shadow copy…
2019-11-18 14:48:31.027 INFO VSS_CREATE Creating a shadow copy for F:\
2019-11-18 14:48:36.072 INFO VSS_DONE Shadow copy {4AEBF9B5-2799-4997-95CF-73F57A635E01} created
.
.
.
.
2019-11-18 14:48:49.264 INFO VSS_DELETE The shadow copy has been successfully deleted
I notice after running with -vss option the the vss writers get stuck in state 5.
PS C:\Windows\system32> vssadmin list writers
vssadmin 1.1 - Volume Shadow Copy Service administrative command-line tool
(C) Copyright 2001-2013 Microsoft Corp.
Writer name: 'Task Scheduler Writer'
Writer Id: {d61d61c8-d73a-4eee-8cdd-f6f9786b7124}
Writer Instance Id: {1bddd48e-5052-49db-9b07-b96f96727e6b}
State: [1] Stable
Last error: No error
Writer name: 'VSS Metadata Store Writer'
Writer Id: {75dfb225-e2e4-4d39-9ac9-ffaff65ddf06}
Writer Instance Id: {088e7a7d-09a8-4cc6-a609-ad90e75ddc93}
State: [1] Stable
Last error: No error
Writer name: 'Performance Counters Writer'
Writer Id: {0bada1de-01a9-4625-8278-69e735f39dd2}
Writer Instance Id: {f0086dda-9efc-47c5-8eb6-a944c3d09381}
State: [1] Stable
Last error: No error
Writer name: 'System Writer'
Writer Id: {e8132975-6f93-4464-a53e-1050253ae220}
Writer Instance Id: {5a4cfaeb-1e6a-4bce-a853-799ad751fc61}
State: [5] Waiting for completion
Last error: No error
Writer name: 'ASR Writer'
Writer Id: {be000cbe-11fe-4426-9c58-531aa6355fc4}
Writer Instance Id: {9a310c71-e64e-4607-85e7-b93d48f813d4}
State: [5] Waiting for completion
Last error: No error
Writer name: 'SqlServerWriter'
Writer Id: {a65faa63-5ea8-4ebc-9dbd-a0c4db26912a}
Writer Instance Id: {60f9efb8-5ecb-4a5c-b306-de11514ce0d3}
State: [5] Waiting for completion
Last error: No error
Writer name: 'Shadow Copy Optimization Writer'
Writer Id: {4dc3bdd4-ab48-4d07-adb0-3bee2926fd7f}
Writer Instance Id: {4cae5944-c54c-4119-97f0-ba9f99e297ac}
State: [5] Waiting for completion
Last error: No error
Writer name: 'FSRM Writer'
Writer Id: {12ce4370-5bb7-4c58-a76a-e5d5097e3674}
Writer Instance Id: {1d70a379-550d-433e-8ce8-642aa8ebf6cb}
State: [5] Waiting for completion
Last error: No error
Writer name: 'Dedup Writer'
Writer Id: {41db4dbf-6046-470e-8ad5-d5081dfb1b70}
Writer Instance Id: {5c377b12-c377-4107-8895-401acaefc3c5}
State: [5] Waiting for completion
Last error: No error
Writer name: 'IIS Metabase Writer'
Writer Id: {59b1f0cf-90ef-465f-9609-6ca8b2938366}
Writer Instance Id: {65cf5abd-7799-448d-9b15-b4c63ac379eb}
State: [5] Waiting for completion
Last error: No error
Writer name: 'IIS Config Writer'
Writer Id: {2a40fd15-dfca-4aa8-a654-1f8c654603f6}
Writer Instance Id: {21811a0b-99f0-4554-966b-d60bef9b65bc}
State: [5] Waiting for completion
Last error: No error
Writer name: 'WMI Writer'
Writer Id: {a6ad56c2-b509-4e6c-bb19-49d8f43532f0}
Writer Instance Id: {1e47ca85-e44f-45e1-ae7e-b4069c5fb002}
State: [5] Waiting for completion
Last error: No error
Writer name: 'Registry Writer'
Writer Id: {afbab4a2-367d-4d15-a586-71dbb18f8485}
Writer Instance Id: {0fb4ae1f-dedd-4db4-b38e-3499931db0f0}
State: [5] Waiting for completion
Last error: No error
Writer name: 'COM+ REGDB Writer'
Writer Id: {542da469-d3e1-473c-9f4f-7847f01fc64f}
Writer Instance Id: {f42d7831-2650-4353-8b78-ee1f04581913}
State: [5] Waiting for completion
Last error: No error
Any ideas how to get vss to work properly?
Thanks