Recent goods in both the time to do a backup, but the company just isn't allowed to install other software program, each and every hand was very troublesome!
I examine the internet for the following rookie-level windows of the normal backup plan to perform the birth of it! @
Observe: Once in a while I must back up the db file in D: perform disk, the backup storage disk bake1 E, respectively, and bake2, for the reason that it utilized to avoid secondary backup backup problems! Only when the bake1 backup function,
Office Professional 2007, while bake2 backup bake1.
one. Backup
one.work1 function within the backup db files. Compose 1.bat (path: E: bat 1.bat)
bat file contents:
@ echo
duplicate D: function *. db E: bake1
exit
two.bake2 backup bake1. Compose two.bat (route: E: bat two.bat)
bat file contents:
@ echo
copy E: bake1 *. db E: bake2
exit
three. completed second backup, publish back again. bat
bat file contents:
@ echo
start E: bat one.bat
start E: bat 2.bat
exit
But the fact is this just isn't offered, right here we can use the copy command obligatory coverage can also be eliminated upfront!
right here you could make use of the pre-delete strategy is superior
1.bat
@ echo
del E: bake1
copy D: perform *. db E: bake1
exit
two.bat
@ echo
del E: bake2
copy E: bake1 *. db E: bake2
exit
operating back again. bat
this can be no echo back again the implementation of a double!
II. Computerized timer to run the backup
one. Open the Scheduled Duties device that comes with windows (task strategy)!
two. Double-click Add Scheduled Task to run the Scheduled Job Wizard
three. Browse the backup. Bat
4. Enter the task name, pick a day Executive
5. Choose the start time and date.
6. Enter the person account password
7. Opt for to click on Complete once the Open sophisticated properties
8. Double-click around the task of constructing out, click on Plans - - State-of-the-art.
nine. Select all repetitive jobs to set repeat selections.
10. Carried out
so that you may more than a time period for every run once, the 2nd backup simple!