FC will not even accept the source directory, if it is a link (MKLINK type /D or /J) to a shadow copy set, the shadow copy must be exposed as follows:
[
Return FastCopy / All view / Newest title / New post / Admin
]
![]()
Shadow copy support? : kalev(09/10/16 00:18)
![]()
More information : kalev(09/10/16 00:29)
162
^[161]
None
More information
1. first create the directory where sc will be visible
MKDIR zzz
2. then expose it with
VSHADOW -el={GUID},c:\zzz
only now will FC accept c:\zzz as a source for copying. And finally c:\zzz must be removed.
Originally the shadow copy must have been made as a persistent copy (-p option) for all this to work in the first place, and thus the shadow copy needs to be separately deleted, too.
So you see it is a little complicated! And it would be very welcome if FC could do everything relating to the shadow copy internally, not bothering the user with it.