Windows 10/11 - File Versions Backup: File Version History
A very simple backup tool for folders and files, is already integrated in Windows 10/ 11. The file version history copies data of the library, desktop and favorites regularly and automatically to a target drive. A second hard disk, a USB drive or a network drive (NAS) can be used as the target.
As the name implies, multiple versions of the files are stored. See also: Data backup strategy: Windows 10/11 – NAS vs. Cloud
Setting up the backup
The file version history can be activated in the control panel under "File version history".
Backup destination
As target I choose a USB hard disk:
In "Advanced settings" can be selected how often the data is copied and how long it should be kept:
Folder selection:
It is also possible to exclude certain folders from the backup.
To add folders, they must be added to the library, to do this in Explorer, click on View, Folder Options and "Show Libraries":
new folders can be added with: "New", "Library":
and Add Folder:
After setting up the file version history, all data is copied to the backup drive. In addition, according to the settings, newer versions are regularly stored.
In the folder structure of the backup drive are all files, these were provided with a date in the file name:
Compression
One possibility to save some space is the compression, I have activated it additionally:
Restore
Restoring previous versions is possible on the same computer by right-clicking on a folder or a file:
When restoring to another computer, the folder must be reconnected on this.
To restore the current file versions to another computer or to any folder, the following Powershell script can be used alternatively. The script copies the desired folders or files from the folder structure to any destination folder:

{{percentage}} % positive

THANK YOU for your review!
Top articles in this section
Mirroring is the simultaneous writing to two hard disks, also called Raid 1. Mainly a hard disk mirroring is used for the protection against the failure of a hard disk. If a hard disk fails, the data is available on the second disk, the computer continues to work and can be started with the setup described here even after the failure. Mirroring the Windows partition is very easy, but not setting up the partitions so that it is possible to boot from the 2nd hard disk in the event of an error. Thi...
Free tools for cloning a hard disk cannot usually clone a large partition and thus a large hard disk onto a smaller one. Thanks to the command "Shrink Volume" in the disk management of Windows, the hard disk can be prepared for the cloning process and then cloned with the help of open source tools. Thus, for example, a Windows installation with all data can be moved to another disk.To speed up the PC with very little effort, a smaller SSD is usually used as the target. With the procedure describ...
The Linux command dd can be used to write one hard disk block by block to another. Since all blocks are transferred, it does not matter which file system, partition layout or operating system is to be cloned, only the target hard disk should not be larger than the partition layout of the source hard disk, see: cloning a large hard disk to a smaller one using free tools.