I have multiple sites that have common product images and also their own custom ones (with same names). I want to have a folder for each site that has these contents merged but obviously don't want copies of the common images and if a new images is added to the custom folder that has the same filename as a file in the common folder it breaks the link not update the common folder. The common folder is also often updated.
eg:
\CommonImages
- Master collection of product images, frequently updated
\ImagesSiteA
- Contains contents of \CommonImages
- Contains its on unique files for SiteA, may have same names as files in \CommonImages
\ImagesSiteB
- Contains contents of \CommonImages
- Contains its on unique files for SiteB may have same names as files in \CommonImages
I'm not sure what type of file link scenario to use?
NTFS file system Server 2012