We apologize for the interruption. However, seabreezecomputers.com has been offering free tools and downloads for many years. Unfortunately, server expenses are now starting to exceed revenue earned. If you appreciate the free tools and downloads at seabreezcomputers.com please consider making a donation.
|
Here is a completely customizable batch backup script. With this script you can backup any folders on your PC on a regular basis. The script automatically sets a schedule in Task Scheduler to backup your files daily. Features
Download Downloaded 0 times.
Please make a donation to reveal the download link.
How to Use Download batbackup.bat and then right-click on the file and click "Edit". Edit the following options in the file: :: SET BACKUP DRIVE AND FOLDER set drive=F: set folder=Cool Batch Backup :: SET FOLDERS TO BACKUP set folder[0]=%userprofile%\Favorites set folder[1]=%userprofile%\Desktop set folder[2]=%userprofile%\Documents set folder[3]=%userprofile%\Music set folder[4]=%userprofile%\Pictures :: SET HOW OFTEN TO BACKUP IN MINUTES set minutes=30 Save the file and then right-click on the file and click "Run as administrator". The script will create all the folders for you on the backup drive and create a shortcut on the desktop to the log files. The script will ask you how many versions of your backup files you would like to have: 1 = Just 1 version of the backup
You may customize other options in the bactch script. If you are knowledgeable in batch programming or in command prompt commands you can edit many options such as the backup command. Currently it is using xcopy with paramaters to only copy newer files by date than the files already copied (\d switch). History 2/18/2020 - Version 1.1 - Some versions of Windows 10 were not able to correctly open the .vbs file from Task Scheduler and Task Scheduler was having error "The operation was canceled by the user." Windows 10 should know to use wscript.exe but it doesn't. So now the script creates the task with "wscript.exe '%programfolder%\batbackup.vbs'" for better Windows 10 support. 3/21/2016 - Version 1.0 - Cool Batch Backup with Task Scheduler and Versioning created Last updated on February 19, 2020 |
|
User Comments
|