Recent things in both the time to do a backup, but the provider isn't allowed to install other software, each hand was particularly troublesome!
I check the world wide web for the next rookie-level windows of the common backup program to accomplish the birth of it! @
Notice: Every so often I should back up the db file in D: function disk, the backup storage disk bake1 E, respectively, and bake2, due to the fact it employed to stop secondary backup backup errors! Only once the bake1 backup function,
Office Professional 2010, although bake2 backup bake1.
one. Backup
1.work1 perform within the backup db files. Write 1.bat (route: E: bat 1.bat)
bat file contents:
@ echo
copy D: perform *. db E: bake1
exit
two.bake2 backup bake1. Write two.bat (route: E: bat two.bat)
bat file contents:
@ echo
copy E: bake1 *. db E: bake2
exit
three. finished 2nd backup, publish back again. bat
bat file contents:
@ echo
commence E: bat one.bat
begin E: bat two.bat
exit
But in reality this isn't out there, here we are able to make use of the duplicate command obligatory protection can also be eliminated beforehand!
right here you may use the pre-delete strategy is excellent
1.bat
@ echo
del E: bake1
copy D: function *. db E: bake1
exit
two.bat
@ echo
del E: bake2
copy E: bake1 *. db E: bake2
exit
running back again. bat
this can be no echo again the implementation of a double!
II. Computerized timer to run the backup
one. Open the Scheduled Tasks tool that includes windows (job plan)!
two. Double-click Add Scheduled Job to run the Scheduled Task Wizard
3. Browse the backup. Bat
4. Enter the job title, choose each day Executive
5. Pick the start time and date.
six. Enter the user account password
seven. Select to click on Finish when the Open superior properties
eight. Double-click around the job of creating out, click on Programs - - Sophisticated.
nine. Pick all repetitive duties to set repeat alternatives.
10. Performed
so that it is easy to over a period of time for each run once, the 2nd backup simple!