B
BobH4
For several years, I have been backing up Windows 8, Windows 10, and now Windows 11 laptops to a central server using Task Scheduler. The script runs under the SYSTEM account on each laptop. The script creates a temporary mapped drive which allows it to access the backup folder, so that before each backup, it renumbers the existing backup folders so a multiple backup history is kept online. For example: \\Server\Folder\WindowsImageBackup\Machine \\Server\Folder\WindowsImageBackup\Machine_01 \\Server\Folder\WindowsImageBackup\Machine_02 \\Server\Folder\WindowsImageBackup\Machine_03 Then purge
Continue reading...
Continue reading...