User Guide on On-Site and Off-Site Backup for Microsoft SQL Server [2005] User Guide on On-Site and Off-Site Backup for Microsoft SQL Server [2005]

Size: px
Start display at page:

Download "User Guide on On-Site and Off-Site Backup for Microsoft SQL Server [2005] User Guide on On-Site and Off-Site Backup for Microsoft SQL Server [2005]"

Transcription

1 User Guide on On-Site and Off-Site Backup for

2 Table of Contents 1.0 Onsite Backup (For Offsite Application) Microsoft SQL Server Management Studio Configure Scheduled Full Backup of SQL Database Maintenance Plan Wizard: Create Maintenance Task Maintenance Plan Wizard: Configure Maintenance Tasks (Full) Maintenance Plan Wizard: Define Job Schedule Maintenance Plan Wizard: Select Maintenance Report Options Configure Scheduled Full Backup of SQL Database Maintenance Plan Wizard: Create Maintenance Task Maintenance Plan Wizard: Configure Maintenance Tasks (Differential) Maintenance Plan Wizard: Define Job Schedule Maintenance Plan Wizard: Select Maintenance Report Options Onsite Backup (For Offsite Application) Microsoft SQL Server Management Studio Configure Scheduled Full Backup of SQL Database Maintenance Plan Wizard: Create Maintenance Task Maintenance Plan Wizard: Configure Maintenance Tasks (Full) Maintenance Plan Wizard: Define Job Schedule Maintenance Plan Wizard: Select Maintenance Report Options Configure Scheduled Full Backup of SQL Database Maintenance Plan Wizard: Create Maintenance Task Maintenance Plan Wizard: Configure Maintenance Tasks (Differential) Maintenance Plan Wizard: Define Job Schedule Maintenance Plan Wizard: Select Maintenance Report Options Offsite Backup Download and Install Storage Sync Setup Login Create Profiles for Backup Full Backup only.. 55

3 3.3.2 Full and Differential Backup Setup Schedule for Auto Backup Other Settings Configure sending log report by Configure encryption and compression on remote files Restore Database Offsite Restore Restore Storage Sync Data and Profiles Restore for Full Backup Restore for Full and Differential Backup Onsite Restore Full Backup only Full and Differential Backup Run Storage Sync as Service Exe To Service Installing and Creating Storage Sync Service Frequently Asked Questions (FAQ)

4 1.0 Onsite Backup (For Offsite Application) The on-site backup performed in this section is for the use of the off-site application on section 3.0 Off-site Backup later. 1.1 Microsoft SQL Server Management Studio 1. Open Microsoft SQL Server Management Studio A window is prompted to connect to the local server before entering Microsoft SQL Server Management Studio. Press Connect to connect to the server. 2 1

5 3. From the Object Explorer we can view the existing databases by expanding Databases. We use Database1 as the example for the backup. 2

6 1.2 Configure Scheduled Full Backup of SQL Database Maintenance Plan Wizard is used to configure the scheduled backup of Database Maintenance Plan Wizard: Create Maintenance Task 1. On Object Explorer, expand Management, right-click on Maintenance Plans and select Maintenance Plan Wizard On the SQL Server Maintenance Plan Wizard introduction page, click Next to proceed. 2 3

7 3. Enter the Name and Description for the task. For example: Name: Database1-Full Backup Description: For offsite backup application Select the target server to perform the maintenance task. By default, the server displayed here is the one that you connected on section 1.1 Microsoft SQL Server Management Studio step Click Next to continue. 4

8 1.2.2 Maintenance Plan Wizard: Configure Maintenance Tasks (Full) 1. Select Back Up Database (Full) as the maintenance task. Click Next to continue On Select Maintenance Task Order, click Next to proceed. 2 5

9 3. The user is then brought to the Define Back Up Database (Full) Task page to configure the maintenance task. 4. Here, the user can choose which database to be backup using this plan. Following on our example, we choose Database1 as the database to be backed up Click OK once selected. *Note: The system databases and other user databases are also important to be backed up. 6

10 6. To backup the database into a backup file (.bak), select the option Back up databases across one or more files. 7. Click Add to create the backup file By default, the path to store your backup file is already set. You can change the path by clicking on the button. 8 Note: You can create a new folder to store the backup file created for full backup on your desired path. For example, we create a Full Backup folder on C:\Backup\Database1. 7

11 9. Expand the path selection and select the folder that stores the backup file. For example, the Full Backup folder on C:\Backup\Database1\. 10. Key in the name for the backup file on File name. In this example, we use Full_Backup. 11. Click OK to save the file name and path Click OK to continue. 12 8

12 13. Select Overwrite on the If backup files exist section. This choice is selected so that only the most recent backup file is stored. 14. On the most bottom part of the Define Back Up Database (Full) Task page, click Next to proceed. 14 9

13 1.2.3 Maintenance Plan Wizard: Define Job Schedule 1. To define a schedule for the maintenance task, click into Change Give the job schedule a name. For example, Database1-Full Backup. 3. A new window on Job Schedule Properties is displayed. Select the Scheduled type for the backup plan. Recurring is the default option On the Frequency section, select the occurring period with either Daily, Weekly or Monthly. In this example, we suggest to perform the full backup of Database1 weekly on Friday. 10

14 5. Select the time where the backup begins on selected day on the Daily frequency section. We suggest the backup runs after working hours, for example 8.00pm. 6. Select the starting and ending date for the backup on the Duration section. If the backup runs for a long period, simply select No end date Click OK upon completion on the schedule configuration. 8. Click Next to proceed. 8 11

15 1.2.4 Maintenance Plan Wizard: Select Maintenance Report Options 1. You can produce a report on the maintenance plan. Select the check box Write a report to a text file. 2. By default, the path to store the report is already set. Press the button to select another folder to store the report file Expand and select the folder where you want to save the maintenance report file. For example, C:\Backup\Database1\Log. 4. Select OK once selected

16 5. Select Next to proceed Complete the wizard by clicking Finish. 6 13

17 7. The checking process is gone through to see if any errors occur. Once marked as successful, click Close to finish setting up the plan The backup maintenance plan created can be viewed by expanding Management>Maintenance Plans. 9. The database is backed up fully as Full_Backup.bak according to the schedule plan created above on the path defined. 14

18 1.3 Configure Scheduled Differential Backup of SQL Database To configure scheduled differential backup of SQL database, you must first complete the steps on 1.2 Configure Scheduled Full Backup of SQL Database on page Maintenance Plan Wizard: Create Maintenance Task 1. On Object Explorer, expand Management, right-click on Maintenance Plans and select Maintenance Plan Wizard On the SQL Server Maintenance Plan Wizard introduction page, click Next to proceed. 2 15

19 3. Enter the Name and Description for the task. For example: Name: Database1-Differential Backup Description: For offsite backup application Select the target server to perform the maintenance task. By default, the server displayed here is the one that you connected on section 1.1 Microsoft SQL Server Management Studio step Click Next to continue. 16

20 1.3.2 Maintenance Plan Wizard: Configure Maintenance Tasks (Differential) 1. Select Back Up Database (Differential) as the maintenance task. Click Next to continue On Select Maintenance Task Order, click Next to proceed. 2 17

21 3. The user is then brought to the Define Back Up Database (Differential) Task page to configure the maintenance task. 4. Here, the user can choose which database to be backup using this plan. Following on our example, we choose Database1 as the database to be backed up Click OK once selected. 18

22 6. To backup the database into a backup file (.bak), select the option Back up databases across one or more files. 7. Click Add to create the backup file By default, the path to store your backup file is already set. You can change the path by clicking on the button. 8 Note: You can create another new folder to store the backup file created for differential backup on your desired path. For example, we created a Differential Backup folder on C:\Backup\Database1. 19

23 9. Expand the path selection and select the folder that stores the backup file. For example, the Differential Backup folder on C:\Backup\Database1\. 10. Key in the name for the backup file on File name. In this example, we use Differential_Backup. 11. Click OK to save the file name and path Click OK to continue

24 13. Select Overwrite on the If backup files exist section. This choice is selected so that only the most recent backup file is stored. 14. On the most bottom part of the Define Back Up Database (Full) Task page, click Next to proceed

25 1.3.3 Maintenance Plan Wizard: Define Job Schedule 1. To define a schedule for the maintenance task, click into Change Give the job schedule a name. For example, Database1-Differential Backup. 3. A new window on Job Schedule Properties is displayed. Select the Scheduled type for the backup plan. Recurring is the default option On the Frequency section, select the occurring period with either Daily, Weekly or Monthly. In this example, we suggest to perform the differential backup of Database1 daily. 22

26 5. Select the time where the backup begins on selected day on the Daily frequency section. We suggest the backup runs after working hours, for example 8.00pm. 6. Select the starting and ending date for the backup on the Duration section. If the backup runs for a long period, simply select No end date Click OK upon completion on the schedule configuration. 8. Click Next to proceed. 8 23

27 1.3.4 Maintenance Plan Wizard: Select Maintenance Report Options 1. You can produce a report on the maintenance plan. Select the check box Write a report to a text file. 2. By default, the path to store the report is already set. Press the button to select another folder to store the report file Expand and select the folder where you want to save the maintenance report file. For example, C:\Backup\Database1\Log. 4. Select OK once selected

28 5. Select Next to proceed Complete the wizard by clicking Finish. 6 25

29 7. The checking process is gone through to see if any errors occur. Once marked as successful, click Close to finish setting up the plan The backup maintenance plan created can be viewed by expanding Management>Maintenance Plans. 9. The database is backed up differentially as Differential_Backup.bak according to the schedule plan created above on the path defined. 26

30 2.0 Onsite Backup (For Safety Precaution) This portion of the manual is optional. Here, users are guided on how to perform on-site backup of the database to their own existing hard drive for safety purpose. The backup files generated are kept on every backup run. 2.1 Microsoft SQL Server Management Studio 1. Open Microsoft SQL Server Management Studio A window is prompted to connect to the local server before entering Microsoft SQL Server Management Studio. Press Connect to connect to the server. 2 27

31 3. From the Object Explorer we can view the existing databases by expanding Databases. We use Database1 as the example for the backup. 28

32 2.2 Configure Scheduled Full Backup of SQL Database Maintenance Plan Wizard is used to configure the scheduled backup of Database Maintenance Plan Wizard: Create Maintenance Task 1. On Object Explorer, expand Management, right-click on Maintenance Plans and select Maintenance Plan Wizard On the SQL Server Maintenance Plan Wizard introduction page, click Next to proceed. 2 29

33 3. Enter the Name and Description for the task. For example: Name: Database1-Full Backup (safety) Description: For safety precaution Select the target server to perform the maintenance task. By default, the server displayed here is the one that you connected on section 2.1 Microsoft SQL Server Management Studio step Click Next to continue. 30

34 2.2.2 Maintenance Plan Wizard: Configure Maintenance Tasks (Full) 1. Select Back Up Database (Full) as the maintenance task. Click Next to continue On Select Maintenance Task Order, click Next to proceed. 2 31

35 3. The user is then brought to the Define Back Up Database (Full) Task page to configure the maintenance task. 4. Here, the user can choose which database to be backup using this plan. Following on our example, we choose Database1 as the database to be backed up Click OK once selected. *Note: The system databases and other user databases are also important to be backed up. 32

36 6. To enable the backup files to be created on every backup performed, select the option for Create a backup file for every database Select the check box Create a sub-directory for each database so that a sub folder for Database1 is created to store its backup files. 8. By default, the path to store your backup file is already set. You can change the path by clicking on the button. 9. On the popup window, click on the button. 9 Note: You can create a new folder to store the backup file created for full backup on your desired path. For example, we create a Full Backup folder on C:\Backup\Database1. 33

37 10. Expand the path selection and select the folder that stores the backup file. For example, the Full_Backup folder on the E hard drive E:/Backup. 11. Click OK to save the file name and path Click OK to continue and go back to the Define Back Up Database (Full) Task page On the most bottom part of the Define Back Up Database (Full) Task page, click Next to proceed

38 2.2.3 Maintenance Plan Wizard: Define Job Schedule 1. To define a schedule for the maintenance task, click into Change Give the job schedule a name. For example, Database1-Full Backup (safety). 3. A new window on Job Schedule Properties is displayed. Select the Scheduled type for the backup plan. Recurring is the default option On the Frequency section, select the occurring period with either Daily, Weekly or Monthly. In this example, we suggest to perform the full backup of Database1 weekly on Friday. 35

39 5. Select the time where the backup begins on selected day on the Daily frequency section. We suggest the backup runs after working hours, for example 8.00pm. 6. Select the starting and ending date for the backup on the Duration section. If the backup runs for a long period, simply select No end date Click OK upon completion on the schedule configuration. 8. Click Next to proceed. 8 36

40 1.3.4 Maintenance Plan Wizard: Select Maintenance Report Options 1. You can produce a report on the maintenance plan. Select the check box Write a report to a text file. 2. By default, the path to store the report is already set. Press the button to select another folder to store the report file Expand and select the folder where you want to save the maintenance report file. For example, E:\Backup\Full_Backup\Log. 4. Select OK once selected

41 5. Select Next to proceed Complete the wizard by clicking Finish. 6 38

42 7. The checking process is gone through to see if any errors occur. Once marked as successful, click Close to finish setting up the plan The backup maintenance plan created can be viewed by expanding Management>Maintenance Plans. 9. The database is backed up fully according to the schedule plan created above. Different from the backup file in section 1.0, the name(s) of the backup file(s) here is generated based on the date and time it is backed up, and it is not overwritten by the latest one. *Note that the folder Database1 on E:\Backup\Full_Backup is created on Maintenance Plan Wizard: Configure Maintenance Tasks (Full) on step 7 at page

43 2.3 Configure Scheduled Differential Backup of SQL Database To configure scheduled differential backup of SQL database, you must first complete the steps on 2.2 Configure Scheduled Full Backup of SQL Database on page Maintenance Plan Wizard: Create Maintenance Task 1. On Object Explorer, expand Management, right-click on Maintenance Plans and select Maintenance Plan Wizard On the SQL Server Maintenance Plan Wizard introduction page, click Next to proceed. 2 40

44 3. Enter the Name and Description for the task. For example: Name: Database1-Differential Backup (safety) Description: For safety precaution Select the target server to perform the maintenance task. By default, the server displayed here is the one that you connected on section 2.1 Microsoft SQL Server Management Studio step Click Next to continue. 41

45 2.3.2 Maintenance Plan Wizard: Configure Maintenance Tasks (Differential) 1. Select Back Up Database (Differential) as the maintenance task. Click Next to continue On Select Maintenance Task Order, click Next to proceed. 2 42

46 3. The user is then brought to the Define Back Up Database (Differential) Task page to configure the maintenance task. 4. Here, the user can choose which database to be backup using this plan. Following on our example, we choose Database1 as the database to be backed up Click OK once selected. 43

47 6. To enable the backup files to be created on every backup performed, select the option for Create a backup file for every database Select the check box Create a sub-directory for each database so that a sub folder for Database1 is created to store its backup files. 8. By default, the path to store your backup file is already set. You can change the path by clicking on the button. 9. On the popup window, click on the button. 9 Note: You can create another new folder to store the backup file created for differential backup on your desired path. For example, we created a Differential Backup folder on C:\Backup\Database1. 44

48 10. Expand the path selection and select the folder that stores the backup file. For example, the Differential_Backup folder on the E hard drive E:/Backup. 11. Click OK to save the file name and path Click OK to continue and go back to Define Back Up Database (Differential) Task page On the most bottom part of the Define Back Up Database (Full) Task page, click Next to proceed

49 2.3.3 Maintenance Plan Wizard: Define Job Schedule 1. To define a schedule for the maintenance task, click into Change Give the job schedule a name. For example, Database1-Differential Backup (safety). 3. A new window on Job Schedule Properties is displayed. Select the Scheduled type for the backup plan. Recurring is the default option On the Frequency section, select the occurring period with either Daily, Weekly or Monthly. In this example, we suggest to perform the differential backup of Database1 daily. 46

50 5. Select the time where the backup begins on selected day on the Daily frequency section. We suggest the backup runs after working hours, for example 8.00pm. 6. Select the starting and ending date for the backup on the Duration section. If the backup runs for a long period, simply select No end date Click OK upon completion on the schedule configuration. 8. Click Next to proceed. 8 47

51 2.3.4 Maintenance Plan Wizard: Select Maintenance Report Options 1. You can produce a report on the maintenance plan. Select the check box Write a report to a text file. 2. By default, the path to store the report is already set. Press the button to select another folder to store the report file Expand and select the folder where you want to save the maintenance report file. For example, E:\Backup\Differential_Backup\Log. 4. Select OK once selected

52 5. Select Next to proceed Complete the wizard by clicking Finish. 6 49

53 7. The checking process is gone through to see if any errors occur. Once marked as successful, click Close to finish setting up the plan The backup maintenance plan created can be viewed by expanding Management>Maintenance Plans. 9. The database is backed up fully as the schedule plan created above. Different from the backup file in section 1.0, the name(s) of the backup file(s) here is generated based on the date and time it is backed up, and it is not overwritten by the latest one. *Note that the folder Database1 on E:\Backup\Differential_Ba ckup is created on Section Maintenance Plan Wizard: Configure Maintenance Tasks (Differential) step 7 on page

54 3.0 Offsite Backup In this section, we will look into how to perform offsite backup to the backup file(s) using Storage Sync. 3.1 Download and Install Storage Sync 1. Open your web browser to 2. Click to download the Windows version of Storage Sync. We suggest you to save this file on your Desktop for easy access. 3. Once the download is complete, double click the application file to run it. 4. On the Welcome Page of Storage Sync Setup Wizard, click Next to proceed. 4 51

55 5. Browse and choose the folder for the installation. Click Next to continue Select the check box Start StorageSync when Windows starts so that next time Storage Sync will start on every startup. 7. Click Install to start the installation process

56 8. The installation takes a few seconds. 9. Once the installation is complete, click Finish. 9 53

57 3.2 Setup Login 1. Run Storage Sync program. 2. If you are running Storage Sync for the first time, the login information is required. Fill in your login information. For example: Server: vo.domain.com Login: Password: ****** 3. Press OK to login. 4. For first time installation of Storage Sync, click No to continue. 54

58 3.3 Create Profiles for Backup Full Backup only In this section, we create a new profile to remotely backup the Full_Backup.bak file (the full backup file created on 1.2 Configure Scheduled Full Backup of SQL Database). 1. To create a profile, click the New button Give the new profile a name. For example, Database1-Full Backup Click OK to continue. Note: A profile is a representation of backup, restoration, or synchronization setting. It includes the settings of a local folder, a remote folder, direction settings (backup, restore or synchronize) and other settings such as scheduling, files selection, security and etc. 55

59 4. On Local Folder, browse for the path in which the backup file lies. Based on our example, the folder that contains the full backup file is C:\Backup\Database1\Full Backup Click OK once the source folder is chosen. Note: The Local Folder field specifies the path to a folder in your computer/server. It can be the source of files to be backed up to the remote server, or the destination folder for files to be downloaded from the remote server. 56

60 6. Browse for the destination folder on Remote Folder section. Create a new folder if necessary by clicking For example, on Company Share/Database1, we create a new folder Full Backup as the destination folder Click OK once finish choosing. Note: The Remote Folder field specifies the path to a folder on the remote server. It can be the destination folder for files backed up from your computer/server, or the source of files to be downloaded to your computer/server. 57

61 3.3.2 Full and Differential Backup In this section, we will create two new profiles to backup the Database1-full.bak and Database1- Differential.bak. To create a profile to backup Full_Backup.bak, refer to the steps in Full Backup only on page 55 above. We continue in creating a new profile to backup Differential_Backup.bak (the differential backup file created on 1.3Configure Scheduled Differential Backup of SQL Database) in this section. 1. To create a profile, click the New button Give the new profile a name. For example, Database1-Full Backup Click OK to continue. 58

62 4. On Local Folder, browse for the path in which the backup file lies. Based on our example, the folder that contains the differential backup file is C:\Backup\Database1\Differential Backup Click OK once the source folder is chosen. 59

63 6. Browse for the destination folder on Remote Folder section. Create a new folder if necessary by clicking For example, on Company Share/Database1, we create a new folder Differential Backup as the destination folder Click OK once finish choosing. 60

64 3.4 Setup Schedule for Auto Backup 1. Select the appropriate profile and click into the Schedule tab Select Active in order to set the schedule. 3. Choose the schedule occurrence (Daily, Weekly, Monthly or Once). 4. On Start at, select the time where the backup begins. 5. Click Save after completing the configuration. Note: The schedule time for each backup profile is dependent on the size of the file. For Database1-Full Backup, we can schedule it to run weekly on Friday starting at 11pm (since its on-site backup is scheduled to run at 8pm on every Friday). Refer to Maintenance Plan Wizard: Define Job Schedule for full backup. As for Database1-Differential Backup, we can schedule it to run daily starting at 11pm (since its on-site backup is scheduled to run daily at 8pm). Refer to Maintenance Plan Wizard: Define Job Schedule for differential backup. 61

65 3.5 Other Settings You can configure for other settings as well on the Options tab. The recommended settings are selected by default. a b e c d f h g a. Transfer file through SSL (Secure Socket Layer). b. Verify the file once the transmission done. c. See Configure sending log report by (page 63) for more information. d. Continue to transfer the file even though there are many errors. e. See Configure encryption and compression on remote files (page 64) for more information. f. Apply anti-virus scanning. g. Allow resumption of interrupted downloads/uploads. h. Delta Transfer uses an algorithm for updating a file on one machine to be identical to a file on another remote machine. The algorithm identifies parts of the source file which are identical to some parts of the destination file, and only sends those parts which cannot be matched in this way. 62

66 3.5.1 Configure sending log report by 1. If you want to receive a log report through after the backup is run, select Send log report by e- mail. 2. If Only after a scheduled run is checked, then the log report will only be sent to your for backup that is run on schedule. 1 2 *Note: If you want to receive on log report for both scheduled and non-scheduled backup, deselect the option on Only after a scheduled run. 3. With these two options selected, the log report will be sent to you current account (which is in this example, user@domain.com) after a scheduled backup is performed. 4. Alternatively, if you want the log report to be sent to other other than your current account s , you can check the check box on Use alternative address:. 5. Write in your alternative address. For example, username@gmail.com Then, the log report will be sent to this alternative account after the scheduled run. 63

67 Configure encryption and compression on remote files 1. If you want to apply encryption and compression on the files transferred, select Encrypt & compress remote files (*.enc). 2. Insert the password for the encryption. The same password is used to decrypt the file on Storage Center. 1 2 *Note: If encryption is used on file transfer, the filename on the server will have an extension of.enc appended at its end, indicating it is an encrypted file. 4. The scheduled backup will then run on the time configured on the Schedule section. 64

68 5. The file is successfully backed up to Storage Center. 65

69 4.0 Restore Database In this section we will look into how to restore back a database. 4.1 Offsite Restore Here, we assume that the database Database1 from previous example is lost accidentally, and we do not have any backup on local server. We can restore back the database from the remote server as we have performed an offsite backup on section 3.0 above Restore Storage Sync Data and Profiles 1. Reinstall Storage Sync. You can refer to 3.1 Download and Install Storage Sync. 2. Run Storage Sync program. 3. Fill in your login information. For example: Server: vo.domain.com Login: user@domain.com Password: ****** Press OK to login. 66

70 5. At the prompt message, click Yes to restore your profiles from the remote server. 6. Select File>Import Profiles. 7. Click OK on Import profiles from Remote. 8. Select Yes to proceed. 67

71 9. The restore process takes a few seconds. 10. You need to restart Storage Sync before continuing. Press Close this Program. 11. Reopen Storage Sync. Your profiles are successfully restored. 68

72 Restore for Full Backup 1. To restore your full backup file, select the profile Database1-Full Backup Change the Direction Settings from Local-to-Remote to Remote-to-Local by clicking on the icon. 3. Click Run to download the full backup file. 3 69

73 4. Click Proceed The download process takes some time. 70

74 6. Click Close once completed The full backup file is successfully restored. 71

75 4.1.3 Restore for Full and Differential Backup 1. To restore the full backup file, refer to Restore for Full Backup. 2. To restore the differential backup file, select the profile Database1-Differential Backup Change the Direction Settings from Local-to-Remote to Remote-to-Local by clicking on the icon. 4. Click Run to download the full backup file. 4 72

76 5. Click Proceed The download process takes some time. 73

77 7. Click Close once completed The full backup file is successfully restored. 74

78 4.2 Onsite Restore In this section we will look into how to perform on-site restore to the database using the backup file(s) Full Backup only Follow the steps below to see how Full_Backup.bak is used to restore Database1. 1. Open Microsoft SQL Server Management Studio. 2. On Object Explorer, right-click to Database and select Restore Database Key in a new database name that you want to restore. For example, Database

79 **Note: Do not use an existing database name to do the restoration, it will cause error. 4. Select From device to browse for the source and location of the backup set to be restored into the database. Click on the button. 5. On a pop-up window, click the Add button Expand the path where the backup file lies. On previous example, the full backup file is in C:\Backup\Database1\Full Backup. 7. Key in the file name of the backup file. Based on our example, the full backup file name is Full_Backup. 8. Click OK once done selecting the path and file

80 9. Click OK to continue Select the check box on the backup set defined Click OK to start restoring the database. 77

81 12. Click OK to finish the restore process The database Database1 is successfully restored. 78

82 ii. Full and Differential Backup Follow the steps below to see how Full_Backup.bak and Differential_Backup.bak are used to restore Database1. 1. Open Microsoft SQL Server Management Studio. 2. On Object Explorer, right-click to Database and select Restore Database Key in the database name that you want to restore. 3 4 **Note: Do not use an existing database name to do the restoration, it will cause error. 79

83 4. Select From device to browse for the source and location of the backup set to be restored into the database. Click on the button. 5. On a pop-up window, click the Add button Expand the path where the backup file lies. On previous example, the full backup file is in C:\Backup\Database1\Full Backup. 7. Key in the file name of the backup file. Based on our example, the full backup file name is Full_Backup. 8. Click OK once done selecting the path and file

84 9. Click OK to continue Select the check box on the backup set defined

85 11. On Select a page on the top-left corner, select Options. 12. On restore options, select Leave the database non-operational, and do not roll back uncommitted transactions. Additional transaction logs can be restored. (RESTORE WITH NONRECOVERY) Click OK and the restore process will run. 82

86 14. The database is restored on non-recovery mode. Click OK to finish the restore process Now, we proceed to restore Database1-Differential.bak. 16. On Object Explorer, expand Databases, right-click Database1 (Restoring ), then select Tasks> Restore> Database

87 17. Select From device to browse for the source and location of the backup set to be restored into the database. Click on the button On a pop-up window, click the Add button

88 19. Expand the path where the backup file lies. On previous example, the differential backup file is in C:\Backup\Database1\Differential Backup Key in the file name of the backup file. Based on our example, the differential backup file name is Differential_Backup. 21. Click OK once done selecting the path and file. 85

89 22. Click OK to continue Select the check box on the backup set defined Click OK to start restoring the database. 86

90 25. Click OK to finish the restore process The database Database1 is successfully restored. 87

91 5.0 Run Storage Sync as Service 5.1 Exe To Service Exe To Service is a software tool that allows you to run any Windows executable file as a Window service. If you wish to run Storage Sync process in background, regardless of whether or not a user is logged on, you can use this software tool to create a Storage Sync service that runs in your Microsoft SQL Server. The current newest version of this tool is Exe To Service 3.0. The trial version is available on: Installing and Creating Storage Sync Service 1. Double-click Exe To Service to run it. 2. On Computers View panel, click on Local Computer under All Computers to connect to your server/computer. 2 88

92 3. After the connection is established, click into File>Create and Install Service to create a Storage Sync service. 3 89

93 4. On Service Option s Main tab, click Browser to select the source where your Storage Sync executable file is stored. 4 *Note: is the representation of Storage Sync executable file. 5. Navigate to the folder that contains StorageSync.exe. For our example, C:\Program Files\StorageSync\. 6. Select the executable file. 7. Click Open

94 8. Once the source is selected, key in the service information. For example: Service name: StorageSync_Service Visible name: StorageSync_Service Description: Start Storage Sync as service Click Next to continue configuring the setting on Log On tab. 91

95 10. On Log On tab, select: Startup type: Automatic Error control: Normal On Log on as, select System account, and tick the option Interact with desktop Click Next On Schedule tab, select One start only Click Next to continue. 92

96 15. On Recovery tab, you can follow the preset settings without the need to modify them. Click Next to proceed On Dependencies tab, you do not need to add or remove any dependencies for Storage Sync service. Press Apply to finish the creation process

97 17. Now that the Storage Sync service has been created, you can start the service by right-clicking the Storage Sync service, and select Start. 17 *Note: You can start, stop, restart, remove and change the properties of the service by right-clicking on the service. 94

98 18. Storage Sync service, which has a dimmer colour, runs in background after started. *Note: a. DO NOT exit (close) the Storage Sync service interface. b. You can modify your settings through the Storage Sync service interface. c. It is recommended that you restart the service every time you make modification on any Storage Sync settings (e.g. change in schedule, change in folder paths, change in option settings, etc.). d. Change in login profile requires service restart. (e.g. previous login chris@abc.com changes to mason@abc.com on login setup) 95

99 6.0 Frequently Asked Questions (FAQ) [1] What are the functions of the existing system databases? Is it necessary to perform backup on these databases as well? The system databases consist of master, model, msdb and tempdb: master database- the database that records all system-level information for the SQL server instance. model database- the database used as the template for all databases created on the SQL Server instance. msdb database- the database used by SQL Server agent to schedule alerts and jobs. tempdb database- a workplace that holds temporary objects or immediate result sets. The system databases are important for MS SQL to run. If the master database is crashed or unrecoverable, the entire SQL instance will be down until the next fresh new installation of instances is completed. Therefore, it is advisable to backup system databases weekly or monthly. [2] Are other working databases (such as Database1) has any relation to the system databases? System databases have no relation to Database1. Data that is stored or changed in Database1 will not update system databases. [3] Will the database connection be affected if both SQL server and client are running on the same processor? Generally should have no impact. Client is connected to server via ODBC connection. 4] Is there any way to keep the SQL server agent on automatically every time the user connects to the database engine? By default, the SQL service should be auto started and running. The service might only be stopped manually by user or there is some errors occurred during the server start up, causing the service to not start. The SQL server agent is controlled by windows services. [5] Is it advisable to backup the database to the Desktop? Since SQL maintenance plan is used to perform the backup, the location is fixed and would not change from time to time. However, it is not advisable to place the backup files on Desktop because it is depended on which user logs on. 96

100 [6] Does SQL maintenance backup runs on log-off mode? SQL maintenance backup runs regardless of whether the server is logged on or logged off, as long as it is switched on. Note that server is usually on log-off mode and not with administrator or user log-on or in locked mode. 97

DigiVault Online Backup Manager. Microsoft SQL Server Backup/Restore Guide

DigiVault Online Backup Manager. Microsoft SQL Server Backup/Restore Guide DigiVault Online Backup Manager Microsoft SQL Server Backup/Restore Guide Version 4.6.1.4 October 2005 DigiVault Backup Manager User Guide 2 Table of Contents 1 Backup/Restore Microsoft SQL Server 7.0

More information

Stellar Phoenix Exchange Server Backup

Stellar Phoenix Exchange Server Backup Stellar Phoenix Exchange Server Backup Version 1.0 Installation Guide Introduction This is the first release of Stellar Phoenix Exchange Server Backup tool documentation. The contents will be updated periodically

More information

Installing SQL Express. For CribMaster 9.2 and Later

Installing SQL Express. For CribMaster 9.2 and Later Installing SQL Express For CribMaster 9.2 and Later CRIBMASTER USER GUIDE Installing SQL Express Document ID: CM9-031-03012012 Copyright CribMaster. 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,

More information

NAS 253 Introduction to Backup Plan

NAS 253 Introduction to Backup Plan NAS 253 Introduction to Backup Plan Create backup jobs using Backup Plan in Windows A S U S T O R C O L L E G E COURSE OBJECTIVES Upon completion of this course you should be able to: 1. Create backup

More information

KEYWORDS InteractX, database, SQL Server, SQL Server Express, backup, maintenance.

KEYWORDS InteractX, database, SQL Server, SQL Server Express, backup, maintenance. Document Number: File Name: Date: 10/16/2008 Product: InteractX, SQL Server, SQL Server Application Note Associated Project: Related Documents: BackupScript.sql KEYWORDS InteractX, database, SQL Server,

More information

Solution domain. Cloud PC Backup Startingkit for users. Date 26/05/2015 Sensitivity Unrestricted Our reference V1.0 Contact E-mail

Solution domain. Cloud PC Backup Startingkit for users. Date 26/05/2015 Sensitivity Unrestricted Our reference V1.0 Contact E-mail Solution domain Cloud PC Backup Startingkit for users Date 26/05/2015 Sensitivity Unrestricted Our reference V1.0 Contact E-mail Table of contents Table of contents... 2 1. What is Cloud PC Backup?...

More information

WhatsUp Gold v16.3 Installation and Configuration Guide

WhatsUp Gold v16.3 Installation and Configuration Guide WhatsUp Gold v16.3 Installation and Configuration Guide Contents Installing and Configuring WhatsUp Gold using WhatsUp Setup Installation Overview... 1 Overview... 1 Security considerations... 2 Standard

More information

Backup/Restore Microsoft SQL Server 7.0 / 2000 / 2005 / 2008

Backup/Restore Microsoft SQL Server 7.0 / 2000 / 2005 / 2008 Backup/Restore Microsoft SQL Server 7.0 / 2000 / 2005 / 2008 This chapter will describe in details how to use OTTO Max to backup your Microsoft SQL Server 7.0 / 2000 / 2005 / 2008 server and how you can

More information

Backup Tab. User Guide

Backup Tab. User Guide Backup Tab User Guide Contents 1. Introduction... 2 Documentation... 2 Licensing... 2 Overview... 2 2. Create a New Backup... 3 3. Manage backup jobs... 4 Using the Edit menu... 5 Overview... 5 Destination...

More information

TM Online Storage: StorageSync

TM Online Storage: StorageSync TM Online Storage: StorageSync 1 Part A: Backup Your Profile 1: How to download and install StorageSync? Where to download StorageSync? You may download StorageSync from your e-storage account. Please

More information

Vodafone PC SMS 2010. (Software version 4.7.1) User Manual

Vodafone PC SMS 2010. (Software version 4.7.1) User Manual Vodafone PC SMS 2010 (Software version 4.7.1) User Manual July 19, 2010 Table of contents 1. Introduction...4 1.1 System Requirements... 4 1.2 Reply-to-Inbox... 4 1.3 What s new?... 4 2. Installation...6

More information

TIGERPAW EXCHANGE INTEGRATOR SETUP GUIDE V3.6.0 August 26, 2015

TIGERPAW EXCHANGE INTEGRATOR SETUP GUIDE V3.6.0 August 26, 2015 TIGERPAW EXCHANGE INTEGRATOR SETUP GUIDE V3.6.0 August 26, 2015 2201 Thurston Circle Bellevue, NE 68005 www.tigerpawsoftware.com Contents Tigerpaw Exchange Integrator Setup Guide v3.6.0... 1 Contents...

More information

Backup Tab. User Guide

Backup Tab. User Guide Backup Tab User Guide Contents 1. Introduction... 2 Documentation... 2 Licensing... 2 Overview... 2 2. Create a New Backup... 3 3. Manage backup jobs... 4 Using the Edit menu... 5 Overview... 5 Destination...

More information

QUANTIFY INSTALLATION GUIDE

QUANTIFY INSTALLATION GUIDE QUANTIFY INSTALLATION GUIDE Thank you for putting your trust in Avontus! This guide reviews the process of installing Quantify software. For Quantify system requirement information, please refer to the

More information

Installing LearningBay Enterprise Part 2

Installing LearningBay Enterprise Part 2 Installing LearningBay Enterprise Part 2 Support Document Copyright 2012 Axiom. All Rights Reserved. Page 1 Please note that this document is one of three that details the process for installing LearningBay

More information

Hyperoo 2.0 A (Very) Quick Start

Hyperoo 2.0 A (Very) Quick Start Hyperoo 2.0 A (Very) Quick Start Download and install the Hyperoo 2.0 beta Hyperoo 2.0 is a client/server based application and as such requires that you install both the Hyperoo Client and Hyperoo Server

More information

SQL Server Protection Whitepaper

SQL Server Protection Whitepaper SQL Server Protection Contents 1. Introduction... 2 Documentation... 2 Licensing... 2 The benefits of using the SQL Server Add-on... 2 Requirements... 2 2. SQL Protection overview... 3 User databases...

More information

Table of Contents. CHAPTER 1 About This Guide... 9. CHAPTER 2 Introduction... 11. CHAPTER 3 Database Backup and Restoration... 15

Table of Contents. CHAPTER 1 About This Guide... 9. CHAPTER 2 Introduction... 11. CHAPTER 3 Database Backup and Restoration... 15 Table of Contents CHAPTER 1 About This Guide......................... 9 The Installation Guides....................................... 10 CHAPTER 2 Introduction............................ 11 Required

More information

How To Restore Your Data On A Backup By Mozy (Windows) On A Pc Or Macbook Or Macintosh (Windows 2) On Your Computer Or Mac) On An Pc Or Ipad (Windows 3) On Pc Or Pc Or Micro

How To Restore Your Data On A Backup By Mozy (Windows) On A Pc Or Macbook Or Macintosh (Windows 2) On Your Computer Or Mac) On An Pc Or Ipad (Windows 3) On Pc Or Pc Or Micro Online Backup by Mozy Restore Common Questions Document Revision Date: June 29, 2012 Online Backup by Mozy Common Questions 1 How do I restore my data? There are five ways of restoring your data: 1) Performing

More information

DocAve Upgrade Guide. From Version 4.1 to 4.5

DocAve Upgrade Guide. From Version 4.1 to 4.5 DocAve Upgrade Guide From Version 4.1 to 4.5 About This Guide This guide is intended for those who wish to update their current version of DocAve 4.1 to the latest DocAve 4.5. It is divided into two sections:

More information

Figure 1: Restore Tab

Figure 1: Restore Tab Apptix Online Backup by Mozy Restore How do I restore my data? There are five ways of restoring your data: 1) Performing a Restore Using the Restore Tab You can restore files from the Apptix Online Backup

More information

SQL Server Protection. User guide

SQL Server Protection. User guide User guide Contents 1. Introduction... 2 Documentation... 2 Licensing... 2 Requirements... 2 2. SQL Protection overview... 3 Backup destinations... 3 Transaction logs... 3 Hyper-V backups... 4 SQL database

More information

Using the EBS SQL Import Panel

Using the EBS SQL Import Panel Updated November 2015 Contents About the EBS SQL...3 System Requirements...4 SQL Data Synchronization...4 Confirming Connectivity to the Server...5 Getting Started...5 Using the EBS SQL Import Program...6

More information

Introduction 1-1 Installing FAS 500 Asset Accounting the First Time 2-1 Installing FAS 500 Asset Accounting: Upgrading from a Prior Version 3-1

Introduction 1-1 Installing FAS 500 Asset Accounting the First Time 2-1 Installing FAS 500 Asset Accounting: Upgrading from a Prior Version 3-1 Contents 1. Introduction 1-1 Supported Operating Environments................ 1-1 System Requirements............................. 1-2 Security Requirements........................ 1-3 Installing Server

More information

User guide. Business Email

User guide. Business Email User guide Business Email June 2013 Contents Introduction 3 Logging on to the UC Management Centre User Interface 3 Exchange User Summary 4 Downloading Outlook 5 Outlook Configuration 6 Configuring Outlook

More information

How schedule AccuTRConsole to run every hour

How schedule AccuTRConsole to run every hour How schedule AccuTRConsole to run every hour If you have had problems with getting your reports to send out from AccuTrack or AccuSQL 2014 consistently with the Windows Service AccuTaskRunner.exe we have

More information

Restoring Sage Data Sage 200

Restoring Sage Data Sage 200 Restoring Sage Data Sage 200 [SQL 2005] This document explains how to Restore backed up Sage data. Before you start Restoring data please make sure that everyone is out of Sage 200. To be able to restore

More information

1 of 10 1/31/2014 4:08 PM

1 of 10 1/31/2014 4:08 PM 1 of 10 1/31/2014 4:08 PM copyright 2014 How to backup Microsoft SQL Server with Nordic Backup Pro Before creating a SQL backup set within Nordic Backup Pro it is first necessary to verify that the settings

More information

Installing Windows Server Update Services (WSUS) on Windows Server 2012 R2 Essentials

Installing Windows Server Update Services (WSUS) on Windows Server 2012 R2 Essentials Installing Windows Server Update Services (WSUS) on Windows Server 2012 R2 Essentials With Windows Server 2012 R2 Essentials in your business, it is important to centrally manage your workstations to ensure

More information

STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS

STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS Notes: STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS 1. The installation of the STATISTICA Enterprise Server entails two parts: a) a server installation, and b) workstation

More information

Changing Your Cameleon Server IP

Changing Your Cameleon Server IP 1.1 Overview Technical Note Cameleon requires that you have a static IP address defined for the server PC the Cameleon server application runs on. Even if the server PC has a static IP address, you may

More information

Premier Installation 2013.1 Guide for SQL Server Administrators

Premier Installation 2013.1 Guide for SQL Server Administrators for Depreciation, Tracking, Planning, and Reporting Premier Installation 2013.1 Guide for SQL Server Administrators Premier Installation Guide Version 2013.1 Contents Chapter 1. Introduction Supported

More information

How to Copy A SQL Database SQL Server Express (Making a History Company)

How to Copy A SQL Database SQL Server Express (Making a History Company) How to Copy A SQL Database SQL Server Express (Making a History Company) These instructions are written for use with SQL Server Express. Check with your Network Administrator if you are not sure if you

More information

Cox Business Premium Online Backup USER'S GUIDE. Cox Business VERSION 1.0

Cox Business Premium Online Backup USER'S GUIDE. Cox Business VERSION 1.0 Cox Business Premium Online Backup USER'S GUIDE Cox Business VERSION 1.0 Table of Contents ABOUT THIS GUIDE... 4 DOWNLOADING COX BUSINESS PREMIUM ONLINE BACKUP... 5 INSTALLING COX BUSINESS PREMIUM ONLINE

More information

BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005

BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005 BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005 PLEASE NOTE: The contents of this publication, and any associated documentation provided to you, must not be disclosed to any third party without

More information

SQL Server Protection

SQL Server Protection User Guide BackupAssist User Guides explain how to create and modify backup jobs, create backups and perform restores. These steps are explained in more detail in a guide s respective whitepaper. Whitepapers

More information

How To Upgrade Your Microsoft SQL Server for Accounting CS Version 2012.1

How To Upgrade Your Microsoft SQL Server for Accounting CS Version 2012.1 How To Upgrade Your Microsoft SQL Server for Version 2012.1 The first step is to gather important information about your existing configuration. Identify The Database Server and SQL Server Version The

More information

Implementing Microsoft SQL Server 2008 Exercise Guide. Database by Design

Implementing Microsoft SQL Server 2008 Exercise Guide. Database by Design Implementing Microsoft SQL Server 2008 Exercise Guide Database by Design Installation Lab: This lab deals with installing the SQL Server 2008 database. The requirements are to have either a Windows 7 machine

More information

Online Backup Client 3.9 Manual

Online Backup Client 3.9 Manual HelpAndManual_unregistered_evaluation_copy by BackupAgent BV Index Online Backup Client 3.9 1 1. Benefits 2 2. Features 3 3. System Requirements 4 4. Setup 5 5. Client 8 5.1 Registration Wizard... 9 5.2

More information

BulkSMS Text Messenger Product Manual

BulkSMS Text Messenger Product Manual BulkSMS Text Messenger Product Manual 1. Installing the software 1.1. Download the BulkSMS Text Messenger Go to www.bulksms.com and choose your country. process. Click on products on the top menu and select

More information

ilaw Installation Procedure

ilaw Installation Procedure ilaw Installation Procedure This guide will provide a reference for a full installation of ilaw Case Management Software. Contents ilaw Overview How ilaw works Installing ilaw Server on a PC Installing

More information

Carry it Easy. User Guide

Carry it Easy. User Guide Carry it Easy User Guide User Manual Version 3.2 2004-2010 CoSoSys Ltd. Carry it Easy User Manual Table of Contents Table of Contents... I 1. Introduction... 1 2. System Requirements... 1 3. Installation...

More information

InformationNOW SQL 2005 Database Backup and Restoration

InformationNOW SQL 2005 Database Backup and Restoration InformationNOW SQL 2005 Database Backup and Restoration Backing up a SQL 2005 Database Users are advised to create an hourly or nightly database backup maintenance plan. Occasionally, it may be necessary

More information

ProSystem fx Document

ProSystem fx Document ProSystem fx Document Server Upgrade from Version 3.7 to Version 3.8 1 This Document will guide you through the upgrade of Document Version 3.7 to Version 3.8. Do not attempt to upgrade from any other

More information

Migrating helpdesk to a new server

Migrating helpdesk to a new server Migrating helpdesk to a new server Table of Contents 1. Helpdesk Migration... 2 Configure Virtual Web on IIS 6 Windows 2003 Server:... 2 Role Services required on IIS 7 Windows 2008 / 2012 Server:... 2

More information

How To Create An Easybelle History Database On A Microsoft Powerbook 2.5.2 (Windows)

How To Create An Easybelle History Database On A Microsoft Powerbook 2.5.2 (Windows) Introduction EASYLABEL 6 has several new features for saving the history of label formats. This history can include information about when label formats were edited and printed. In order to save this history,

More information

5.6.3 Lab: Registry Backup and Recovery in Windows XP

5.6.3 Lab: Registry Backup and Recovery in Windows XP 5.6.3 Lab: Registry Backup and Recovery in Windows XP Introduction Print and complete this lab. In this lab, you will back up a computer registry. You will also perform a recovery of a computer registry.

More information

WhatsUp Gold v16.1 Installation and Configuration Guide

WhatsUp Gold v16.1 Installation and Configuration Guide WhatsUp Gold v16.1 Installation and Configuration Guide Contents Installing and Configuring Ipswitch WhatsUp Gold v16.1 using WhatsUp Setup Installing WhatsUp Gold using WhatsUp Setup... 1 Security guidelines

More information

Portions of this product were created using LEADTOOLS 1991-2009 LEAD Technologies, Inc. ALL RIGHTS RESERVED.

Portions of this product were created using LEADTOOLS 1991-2009 LEAD Technologies, Inc. ALL RIGHTS RESERVED. Installation Guide Lenel OnGuard 2009 Installation Guide, product version 6.3. This guide is item number DOC-110, revision 1.038, May 2009 Copyright 1992-2009 Lenel Systems International, Inc. Information

More information

Automated backup. of the LumaSoft Gas database

Automated backup. of the LumaSoft Gas database Automated backup of the LumaSoft Gas database Contents How to enable automated backup of the LumaSoft Gas database at regular intervals... 2 How to restore the LumaSoft Gas database... 13 BE6040-11 Addendum

More information

ECA IIS Instructions. January 2005

ECA IIS Instructions. January 2005 ECA IIS Instructions January 2005 THIS PAGE INTENTIONALLY BLANK ECA IIS Instructions ii July 22, 2005 Table of Contents 1. Install Certificate in IIS 5.0... 1 2. Obtain and Install the ECA Root Certificate

More information

Using Remote Web Workplace Version 1.01

Using Remote Web Workplace Version 1.01 Using Remote Web Workplace Version 1.01 Remote web workplace allows you to access your Windows XP desktop through Small Business Server 2003 from a web browser. 1. Connect to the Internet in your remote

More information

How To Use Exhange On Outlook 2007 2007 On A Pc Or Macintosh Outlook 2007 On Your Pc Or Ipad (For Windows Xp) On Your Ipad Or Ipa (For Your Windows Xp). (For A Macintosh) On A

How To Use Exhange On Outlook 2007 2007 On A Pc Or Macintosh Outlook 2007 On Your Pc Or Ipad (For Windows Xp) On Your Ipad Or Ipa (For Your Windows Xp). (For A Macintosh) On A Configure Microsoft Outlook 2007 to use Exchange Email Setting Important 1. Before configure your Microsoft outlook 2007 to use exhange you MUST log into the Web Exchange page to login and change your

More information

InformationNOW SQL 2008 Database Backup and Restoration

InformationNOW SQL 2008 Database Backup and Restoration InformationNOW SQL 2008 Database Backup and Restoration Backing up a SQL 2008 Database Users are advised to create frequent multiple offsite backups. Occasionally, it may be necessary to manually initiate

More information

If you have questions or need assistance, contact PCS Technical Services using the contact information on page 10.

If you have questions or need assistance, contact PCS Technical Services using the contact information on page 10. PCS Axis Database Backup and Restore Best Practices October 2014 Introduction This document explains how to backup and restore a PCS Axis database using Microsoft SQL Server Management Studio (SSMS). The

More information

NetVanta Unified Communications Server Backup and Restore Procedures

NetVanta Unified Communications Server Backup and Restore Procedures NetVanta Unified Communications Technical Note NetVanta Unified Communications Server Backup and Restore Procedures 1 Introduction 1.1 Overview This document provides backup and restore procedures to protect

More information

TABLE OF CONTENTS. Copyright Pro Softnet Corporation. All rights reserved. 2

TABLE OF CONTENTS. Copyright Pro Softnet Corporation. All rights reserved. 2 Last modified on 08.11.2011 TABLE OF CONTENTS Introduction... 4 Features... 5 General Features... 5 Backup Features... 5 Restore Features... 6 Link for Application Download... 6 Install IBackup for Mac...

More information

Arkay Remote Data Backup Client Quick Start Guide

Arkay Remote Data Backup Client Quick Start Guide Arkay Remote Data Backup Client Quick Start Guide Version 6.1.56.27 September 2005 Quick Start Guide It's easy to get started with Arkay Remote Data Backup and Recovery Service. To start using Arkay Remote

More information

Installation and Program Essentials

Installation and Program Essentials CS PROFESSIONAL SUITE ACCOUNTING PRODUCTS Installation and Program Essentials version 2015.x.x TL 28970 3/26/2015 Copyright Information Text copyright 1998 2015 by Thomson Reuters. All rights reserved.

More information

16.4.3 Lab: Data Backup and Recovery in Windows XP

16.4.3 Lab: Data Backup and Recovery in Windows XP 16.4.3 Lab: Data Backup and Recovery in Windows XP Introduction Print and complete this lab. In this lab, you will back up data. You will also perform a recovery of the data. Recommended Equipment The

More information

Upgrading from MSDE to SQL Server 2005 Express Edition with Advanced Services SP2

Upgrading from MSDE to SQL Server 2005 Express Edition with Advanced Services SP2 Upgrading from MSDE to SQL Server 2005 Express Edition with Advanced Services SP2 Installation and Configuration Introduction This document will walk you step by step in removing MSDE and the setup and

More information

The Greenshades Center

The Greenshades Center The Greenshades Center Installation Manual Greenshades Software Support Team support@greenshades.com 1-888-255-3815 1 Table of Contents Table of Contents... 2 Install Required Programs... 3 Required Programs...

More information

HP External Hard Disk Drive Backup Solution by Seagate User Guide. November 2004 (First Edition) Part Number 373652-001

HP External Hard Disk Drive Backup Solution by Seagate User Guide. November 2004 (First Edition) Part Number 373652-001 HP External Hard Disk Drive Backup Solution by Seagate User Guide November 2004 (First Edition) Part Number 373652-001 Copyright 2004 Hewlett-Packard Development Company, L.P. The information contained

More information

You may have been given a download link on your trial software email. Use this link to download the software.

You may have been given a download link on your trial software email. Use this link to download the software. BackupVault / Attix5 Server Quickstart Guide This document takes about 5 minutes to read and will show you how to: Download the software Install the Attix5 Professional Backup software Backup your files

More information

Installation & Licensing Guide. AquiferTest Pro. An Easy-to-Use Pumping Test and Slug Test Data Analysis Package

Installation & Licensing Guide. AquiferTest Pro. An Easy-to-Use Pumping Test and Slug Test Data Analysis Package Installation & Licensing Guide AquiferTest Pro An Easy-to-Use Pumping Test and Slug Test Data Analysis Package Table of Contents Software Maintenance and Support... 3 How to Contact SWS... 3 System Requirements...

More information

Human Resources Installation Guide

Human Resources Installation Guide Human Resources Installation Guide Installing HR i Index Copyright 2001 Jenzabar, Inc. You may print any part or the whole of this documentation to support installations of Jenzabar software. Where the

More information

NETGATE Data Backup. User Manual. Document version 1. 1 EN ( 17. 10. 2010 ) Copyright (c) 2010 NETGATE Technologies s.r.o. All rights reserved.

NETGATE Data Backup. User Manual. Document version 1. 1 EN ( 17. 10. 2010 ) Copyright (c) 2010 NETGATE Technologies s.r.o. All rights reserved. NETGATE Data Backup User Manual Document version 1. 1 EN ( 17. 10. 2010 ) Copyright (c) 2010 NETGATE Technologies s.r.o. All rights reserved. Content 1. Introduction... 3 1.1. Basic Concepts... 3 1.1.1.

More information

Introweb Remote Backup Client for Mac OS X User Manual. Version 3.20

Introweb Remote Backup Client for Mac OS X User Manual. Version 3.20 Introweb Remote Backup Client for Mac OS X User Manual Version 3.20 1. Contents 1. Contents...2 2. Product Information...4 3. Benefits...4 4. Features...5 5. System Requirements...6 6. Setup...7 6.1. Setup

More information

Juris Installation / Upgrade Guide

Juris Installation / Upgrade Guide Juris Installation / Upgrade Guide Version 2.7 2015 LexisNexis. All rights reserved. Copyright and Trademark LexisNexis, Lexis, and the Knowledge Burst logo are registered trademarks of Reed Elsevier Properties

More information

LevelOne MUS-1001. 1GB Smart Flash. User Manual V1.0.0-0610

LevelOne MUS-1001. 1GB Smart Flash. User Manual V1.0.0-0610 LevelOne MUS-1001 1GB Smart Flash User Manual V1.0.0-0610 CONTENT CHAPTER 1 INTRODUCTION...4 1.1 About this Manual...4 1.2 Support Services...5 CHAPTER 2 PRODUCT OVERVIEW...6 2.1 Package Contents...6 2.2

More information

Xerox Multifunction Devices. Verify Device Settings via the Configuration Report

Xerox Multifunction Devices. Verify Device Settings via the Configuration Report Xerox Multifunction Devices Customer Tips March 15, 2007 This document applies to these Xerox products: X WC 4150 X WCP 32/40 X WCP 35/45/55 X WCP 65/75/90 X WCP 165/175 X WCP 232/238 X WCP 245/255 X WCP

More information

Outlook E-Mail. Step 1: Open and Configure Outlook

Outlook E-Mail. Step 1: Open and Configure Outlook Outlook E-Mail Step 1: Open and Configure Outlook 1. Click the Microsoft Button in the lower left task bar 2. Select All Programs 3. Select Microsoft Office 4. Select Microsoft Outlook 5. Follow the Start

More information

RFMS, INC. Reference Library Documentation. Version 10 Conversion Manual. Microsoft SQL

RFMS, INC. Reference Library Documentation. Version 10 Conversion Manual. Microsoft SQL RFMS, INC. Reference Library Documentation Version 10 Conversion Manual Microsoft SQL TABLE OF CONTENTS GENERAL INFORMATION... 3 SYSTEM SPECIFICATIONS AND RECOMMENDATIONS... 4 SQL EXPRESS INSTALLATION...

More information

TANDBERG MANAGEMENT SUITE 10.0

TANDBERG MANAGEMENT SUITE 10.0 TANDBERG MANAGEMENT SUITE 10.0 Installation Manual Getting Started D12786 Rev.16 This document is not to be reproduced in whole or in part without permission in writing from: Contents INTRODUCTION 3 REQUIREMENTS

More information

Lenovo Online Data Backup User Guide Version 1.8.14

Lenovo Online Data Backup User Guide Version 1.8.14 Lenovo Online Data Backup User Guide Version 1.8.14 Contents Chapter 1: Installing Lenovo Online Data Backup...5 Downloading the Lenovo Online Data Backup Client...5 Installing the Lenovo Online Data

More information

MICROSTRATEGY 9.3 Supplement Files Setup Transaction Services for Dashboard and App Developers

MICROSTRATEGY 9.3 Supplement Files Setup Transaction Services for Dashboard and App Developers NOTE: You can use these instructions to configure instructor and student machines. Software Required Microsoft Access 2007, 2010 MicroStrategy 9.3 Microsoft SQL Server Express 2008 R2 (free from Microsoft)

More information

STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER

STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER Notes: STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER 1. These instructions focus on installation on Windows Terminal Server (WTS), but are applicable

More information

Intelli-M Access Quick Start Guide

Intelli-M Access Quick Start Guide Intelli-M Access Quick Start Guide Before You Begin The Intelli-M Access software can be used in conjunction with the eidc. Use Intelli-M Access to manage, view, and report activity through an eidc controlled

More information

Abila MIP. Installation Guide

Abila MIP. Installation Guide This is a publication of Abila, Inc. Version 2015.x Copyright 2014 Abila, Inc. All rights reserved. Abila, the Abila logos, and the Abila product and service names mentioned herein are registered trademarks

More information

TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link:

TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link: TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link: ftp://ftp.software.ibm.com/storage/tivoli-storagemanagement/maintenance/client/v6r2/windows/x32/v623/

More information

Interact for Microsoft Office

Interact for Microsoft Office Interact for Microsoft Office Installation and Setup Guide Perceptive Content Version: 7.0.x Written by: Product Knowledge, R&D Date: October 2014 2014 Perceptive Software. All rights reserved Perceptive

More information

1. Open the License Manager either via the Start Menu or from C:\Keri\DoorsNET directory.

1. Open the License Manager either via the Start Menu or from C:\Keri\DoorsNET directory. Doors.NET v3.5.1.21 includes a new automatic backup feature that allows you to quickly and easily schedule a full system backup. By default, this backup is performed every week on Friday at 23:00 hours

More information

SOS SO S O n O lin n e lin e Bac Ba kup cku ck p u USER MANUAL

SOS SO S O n O lin n e lin e Bac Ba kup cku ck p u USER MANUAL SOS Online Backup USER MANUAL HOW TO INSTALL THE SOFTWARE 1. Download the software from the website: http://www.sosonlinebackup.com/download_the_software.htm 2. Click Run to install when promoted, or alternatively,

More information

BACKUP UTILITY FOR TIMEFORCE

BACKUP UTILITY FOR TIMEFORCE BACKUP UTILITY FOR TIMEFORCE The "Backup Utility" for TimeForce automatically creates a backup of the information stored in the program database. Backups can be performed manually, or the TimeForce Scheduler

More information

Reconfiguring VMware vsphere Update Manager

Reconfiguring VMware vsphere Update Manager Reconfiguring VMware vsphere Update Manager vsphere Update Manager 5.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a

More information

WS_FTP Professional 12

WS_FTP Professional 12 WS_FTP Professional 12 Tools Guide Contents CHAPTER 1 Introduction Ways to Automate Regular File Transfers...5 Check Transfer Status and Logs...6 Building a List of Files for Transfer...6 Transfer Files

More information

Install Guide for Time Matters and Billing Matters 11.0

Install Guide for Time Matters and Billing Matters 11.0 Install Guide for Time Matters and Billing Matters 11.0 Copyright and Trademark Notice LexisNexis, the Knowledge Burst logo, Lexis, lexis.com, Shepard's, Shepardize, martindale.com and Martindale-Hubbell

More information

10.3.1.6 Lab - Data Backup and Recovery in Windows XP

10.3.1.6 Lab - Data Backup and Recovery in Windows XP 5.0 10.3.1.6 Lab - Data Backup and Recovery in Windows XP Introduction Print and complete this lab. In this lab, you will back up data. You will also perform a recovery of the data. Recommended Equipment

More information

BSDI Advanced Fitness & Wellness Software

BSDI Advanced Fitness & Wellness Software BSDI Advanced Fitness & Wellness Software 6 Kellie Ct. Califon, NJ 07830 http://www.bsdi.cc SOFTWARE BACKUP/RESTORE INSTRUCTION SHEET This document will outline the steps necessary to take configure the

More information

Symantec Backup ExecTM11d

Symantec Backup ExecTM11d Symantec Backup ExecTM11d RM Administration Guide For Community Connect 3 and RM Smart-Tools 3 networks Symantec Backup Exec 11d RM Administration Guide PN 1B0-364 Copyright RM 2007 All rights reserved.

More information

TAMUS Terminal Server Setup BPP SQL/Alva

TAMUS Terminal Server Setup BPP SQL/Alva We have a new method of connecting to the databases that does not involve using the Texas A&M campus VPN. The new way of gaining access is via Remote Desktop software to a terminal server running here

More information

Remote Deposit Desktop Guide

Remote Deposit Desktop Guide TABLE OF CONTENTS Remote Deposit Desktop Guide TABLE OF CONTENTS... 1 INTRODUCTION... 2 GETTING STARTED... 2 ELIGIBILITY... 2 REGISTERING FOR REMOTE DEPOSIT... 2 MAKING A REMOTE DEPOSIT... 3 LOG ON...

More information

Moving the TRITON Reporting Databases

Moving the TRITON Reporting Databases Moving the TRITON Reporting Databases Topic 50530 Web, Data, and Email Security Versions 7.7.x, 7.8.x Updated 06-Nov-2013 If you need to move your Microsoft SQL Server database to a new location (directory,

More information

CHARTER BUSINESS custom hosting faqs 2010 INTERNET. Q. How do I access my email? Q. How do I change or reset a password for an email account?

CHARTER BUSINESS custom hosting faqs 2010 INTERNET. Q. How do I access my email? Q. How do I change or reset a password for an email account? Contents Page Q. How do I access my email? Q. How do I change or reset a password for an email account? Q. How do I forward or redirect my messages to a different email address? Q. How do I set up an auto-reply

More information

Installation / Backup \ Restore of a Coffalyser.Net server database using SQL management studio

Installation / Backup \ Restore of a Coffalyser.Net server database using SQL management studio Installation / Backup \ Restore of a Coffalyser.Net server database using SQL management studio This document contains instructions how you can obtain a free copy of Microsoft SQL 2008 R2 and perform the

More information

Application Note - JDSU PathTrak Video Monitoring System Data Backup and Restore Process

Application Note - JDSU PathTrak Video Monitoring System Data Backup and Restore Process Application Note - JDSU PathTrak Video Monitoring System Data Backup and Restore Process This Application Note provides instructions on how to backup and restore JDSU PathTrak Video Monitoring data. Automated

More information

VERITAS Backup Exec 9.1 for Windows Servers Quick Installation Guide

VERITAS Backup Exec 9.1 for Windows Servers Quick Installation Guide VERITAS Backup Exec 9.1 for Windows Servers Quick Installation Guide N109548 Disclaimer The information contained in this publication is subject to change without notice. VERITAS Software Corporation makes

More information

webkpi SaaS ETL Connector Installation & Configuration Guide

webkpi SaaS ETL Connector Installation & Configuration Guide webkpi SaaS ETL Connector Installation & Configuration Guide SaaS ETL Version 2.5.0.12 Version 1.6 September 2013 webkpi SaaS ETL Connector Version 2.5.0.12 V 1.6 Page 1 Table of Contents Table of Contents

More information

Bosch ReadykeyPRO Unlimited Installation Guide, product version 6.5. This guide is item number DOC-110-2-029, revision 2.029, May 2012.

Bosch ReadykeyPRO Unlimited Installation Guide, product version 6.5. This guide is item number DOC-110-2-029, revision 2.029, May 2012. Bosch ReadykeyPRO Unlimited Installation Guide, product version 6.5. This guide is item number DOC-110-2-029, revision 2.029, May 2012. Copyright 1995-2012 Lenel Systems International, Inc. Information

More information

WhatsUp Gold v16.2 Installation and Configuration Guide

WhatsUp Gold v16.2 Installation and Configuration Guide WhatsUp Gold v16.2 Installation and Configuration Guide Contents Installing and Configuring Ipswitch WhatsUp Gold v16.2 using WhatsUp Setup Installing WhatsUp Gold using WhatsUp Setup... 1 Security guidelines

More information