與多個使用者和快照的網路共享

與多個使用者和快照的網路共享

我想建立一個具有讀取/寫入功能的網路共享,並且它將被多台電腦存取。

每次有新電腦連接到它時,他們都應該發現它處於初始狀態。

此後對文件所做的每個更改都應單獨儲存為每個存取它的用戶的快照。

For example: 
Initial state - A 
Computer 1 - State B
Computer 2 - State C
Computer 3 - State D  etc  
If Computer 1 for example deleted some files or made bad changes, I will reset the share to state A so everything is functional again. 
Computer 2 and Computer 3 will still have access to the network share in state C and D.

有什麼辦法可以做到嗎?

答案1

您可以啟用卷影複製服務,根據需要經常配置快照,然後您可以按照您配置的時間還原任何檔案的任何先前版本。

有很多關於如何啟用/配置 VSS 的文章,例如這個

相關內容