与多个用户和快照进行网络共享

与多个用户和快照进行网络共享

我想创建一个具有读/写功能的网络共享,以便多台计算机可以访问它。

每次新计算机连接到它时,他们都应该发现它处于初始状态。

之后对文件所做的每个更改都应作为快照单独存储,以供每个访问该文件的用户使用。

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 的文章有很多,例如这个

相关内容