Autodesk 46304-050008-1600A Implementation Guide - Page 105

Back Up Vault Data, Automate backup using Microsoft, Windows, Task Scheduler

Page 105 highlights

Develop a Backup Schedule. The next step is to automate the process. Two common methods are: ■ Use the Windows Task Scheduler. This process uses the backup tools included with the server console as part of a standard Windows batch file. ■ Include the backup as part of a tape backup set. This process uses a tape back up system to back up the vault directly or to use a method like the Windows Task Scheduler. The preferred and most reliable method for backing up a vault is to integrate the server console backup tools into your tape backup plan. With the server console command line options, you can create a script to automate the backup process. The following script is intended for a default Autodesk Vault server installation. Edit the backup paths and installation paths as needed. NOTE The following script is for performing full back ups ONLY. For more command line options or to create a script for performing incremental back ups, see the data management server console Help. Automate backup using Microsoft® Windows® Task Scheduler 1 Create a text file called Backup.txt. 2 Insert the following text: @ECHO OFF REM DELETE B AND CASCADE A BACKUP SUBDIRECTORIES RMDIR /Q /S "C:\Backup\Vault\B" REN "C:\Backup\Vault\A" "B" REM CREATE A NEW DIRECTORY FOR THE BACKUP Back Up Vault Data | 99

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140

Develop a Backup Schedule.
The next step is to automate the process. Two common methods are:
Use the Windows Task Scheduler. This process uses the backup tools
included with the server console as part of a standard Windows batch file.
Include the backup as part of a tape backup set. This process uses a tape
back up system to back up the vault directly or to use a method like the
Windows Task Scheduler.
The preferred and most reliable method for backing up a vault is to integrate
the server console backup tools into your tape backup plan.
With the server console command line options, you can create a script to
automate the backup process. The following script is intended for a default
Autodesk Vault server installation. Edit the backup paths and installation
paths as needed.
NOTE
The following script is for performing full back ups ONLY. For more
command line options or to create a script for performing incremental back ups,
see the data management server console Help.
Automate backup using Microsoft
®
Windows
®
Task Scheduler
1
Create a text file called
Backup.txt
.
2
Insert the following text:
@ECHO OFF
REM DELETE B AND CASCADE A BACKUP SUBDIRECTORIES
RMDIR /Q /S "C:\Backup\Vault\B"
REN "C:\Backup\Vault\A"
B
REM CREATE A NEW DIRECTORY FOR THE BACKUP
Back Up Vault Data |
99