InterviewSolution
| 1. |
What Are Shadow Copies? |
|
Answer» Shadow COPIES are a versioning system in place on Windows operating systems. This allows for users to go back to a previously available version of a file without the need for restoring the file from a standard backup- although the SPECIFIC features of shadow copies vary from version to version of the OS. While it is not necessary to use a backup function in conjunction with Shadow Copies, it is recommended due to the additional stability and RELIABILITY it provides. Please note- Shadow Copies are not Delta Files. Delta files allow for EASY comparison between VERSIONS of files, while Shadow Copies store entire previous versions of the files. Shadow copies are a versioning system in place on Windows operating systems. This allows for users to go back to a previously available version of a file without the need for restoring the file from a standard backup- although the specific features of shadow copies vary from version to version of the OS. While it is not necessary to use a backup function in conjunction with Shadow Copies, it is recommended due to the additional stability and reliability it provides. Please note- Shadow Copies are not Delta Files. Delta files allow for easy comparison between versions of files, while Shadow Copies store entire previous versions of the files. |
|