Any tricks to enable Windows-10 backup compression?
Matthew Harrington
I've setup backups of my desktop machine to the network drive ("File History"). Unlike Windows-7 backup utility, which I can no longer use, Windows-10 backup does not compress the data, which means, my virtual-disk images are going to eat up the space real fast.
Is there something I can still do to have my backups compressed somehow -- short of writing my own code?
11 Answer
You can use NTFS compression on shared folders:
- Right click the shared folder where the backups are saved.
- Select
Properties - Click
Advanced... - Select
Compress contents to save disk space - OK OK
NOTE: I this option isn't available you would have to run this command from the fileserver:
fsutil behavior set DisableCompression 0