课程: Windows Server 2019: Storage Services

今天就学习课程吧!

今天就开通帐号,24,100 门业界名师课程任您挑!

Data deduplication intro

Data deduplication intro

- Let's talk about an awesome service in Windows server 2019 called data deduplication. Deduplication can be used by administrators to optimize storage to reduce storage requirements Deduplication is enabled on a volume basis and is installed as a role service to file in storage services. So to install this you would go to your server manager and go to the add roles and features wizard. The main thing that deduplication does is it removes multiple files that are exactly the same and then it just keeps a single copy. The other files are now pointers to that copy. Volume shadow service keeps an additional copy if you have that feature turned on as well. There are three main components to deduplication. We've got the optimized files, these are reparse points where files once existed, in other words they're pointers. And we have unoptimized files these are files that are not deduplicated because of being the system or encrypted…

内容