The ideal situation would be to have a separate drive dedicated to shadow copies that is not being backed up and is also not the drive containing the paging file. If this is not possible, specifying a separate drive that contains the paging file is typically still better than storing the shadow copy on the drive being backed up. In order to configure the shadow copy storage location for each volume, the following steps can be taken:
1. Open a command line as Administrator by browsing to C:\Windows\System32. Right-click on cmd.exe and pick Run as administrator
2. Run the following command:
vssadmin add shadowstorage /for= /on= /maxsize=
For Example:
If the VSS shadow copies of the D: drive will be stored on the C: drive and allowed to use up to 90% of the free disk space on C:, the command would look like:
vssadmin add shadowstorage /for=d: /on=c: /maxsize=90%
If the command was performed successfully, the following message will be shown:
Successfully added the shadow copy storage association
More details in following MS article:
Please note that this article(s) references sites not owned or maintained by Veritas and, as such, Veritas is not responsible for the content portrayed on such sites, including any revisions to or deletions of content or third-party software on which this article relies. User is responsible for conducting all necessary due diligence prior to following the instructions described in this article.
The current shadow copy storage locations for each volume may also be confirmed by running the following command from the command line:
vssadmin list shadowstorage