Software Manual

The manual for our software can be downloaded here:

[StartBackupRqt] Error=’null’. Client agent will retry shortly

When performing a backup of any type, the following error message is received in the backup report:

[StartBackupRqt] IP=’User-IP-Address’ User=’Username’ BackupSet=’Backup Set (BackupID)’ BackupJob=’YYYY-MM-DD-hh-mm-ss’ StartTime=’YYYY-MM-DD hh:mm:ss’ CurrentTime=’YYYY-MM-DD hh:mm:ss’ Error=’null’. Client agent will retry shortly.

The message suggests that the request for a backup set’s file list from the GBData server has timed out.

When a backup job is initiated, the GBDataOBM client would request for a backup set’s file list from the GBData server. As the request is made, the GBData server will generate the file list and compress this information to “block” file(s), where the block(s) are then sent to the GBDataOBM client (as each block is generated).

During the generation of the file list , if the time taken exceeded the timeout period for GBDataOBM, the retry message is flagged. GBDataOBM would also submit this retry null error to GBData server.

No checksum file found. File “Directory_Path\File” is being backed up in its entirety …

When performing a backup of any type, the following informative message is received in the backup report:

No checksum file found. File “Directory_Path\File” is being backed up in its entirety along with its checksum file

The message suggests that the checksum file of the corresponding data file on the GBData server is missing or corrupted.

You can safely ignore the message, as the checksum file along with the data file would be uploaded again when the current backup job is performed.

Please also verify if there are hardware or I/O issues with the corresponding User Home partition.


Checksum of file \Directory_Path\File is incorrect. Deleting backup file

When performing a backup of any type, the following error message is received in the backup report:

Checksum of file \User_Home\Username\files\Backup_ID\Current\xxxx\xxxx\xxxx\xxxx\File is incorrect. Deleting backup file – ServerPath=’\User_Home\User\files\Backup_ID\Current\xxxx\xxxx\xxxx\File’ BackupSet=’Backup_Set(Backup_ID)’ BackupJob=’Current’ ClientPath=’\Directory_Path\File’ Type=’C’ RunByBackupJob=’YYYY-MM-DD-hh-mm-ss’

The message suggests that the checksum value of the corresponding data file on the GBData server is not correct.

You can safely ignore the error, as the incorrect file has been removed from the GBData server, the file would be uploaded again when the current backup job is performed.

Please also verify if there are hardware or I/O issues with the corresponding User Home partition.

File=”\\Network_Drive\Directory_Path\File” Error=”Access is denied.”

When performing a file backup, the following error messages are received in the backup report:

File=”\\Network_Drive\Directory\File” Error=”Access is denied.”

The message suggests that the login credentials specified in the “User Authentication for Windows” setting of the file backup set does not have sufficient right to access the file or directory specified.

Please ensure that the login credentials specified in the “User Authentication for Windows” setting does have sufficient right to access the file or directory.

Example with GBDataOBM

network drive

network drive

If the problem persist, please also verify if the “Log on” account of the GBDataOBM / GBDataACB scheduler service has sufficient permission right(s) to access the temporary directory.

Alternatively, instead of “Local System”, please try running the GBDataOBM / GBDataACB scheduler service with a Windows account that has sufficient permission right(s) to access the temporary directory. You can do so by following the instructions below:

1. Open [Control Panel] -> [Administrative Tools] -> [Services] -> [Online Backup Scheduler (GBData Online Backup Manager / GBData A-Click Backup)] -> [Log on]
2. Select the [This Account] option
3. Enter the Login Credentials
4. Restart the [Online Backup Scheduler (GBData Online Backup Manager / GBData A-Click Backup)] service

[ERROR] VSS_E_WRITER_INFRASTRUCTURE

When performing a file backup, the following informative messages are received in the backup report:

[Shadow Copy] (1/10) Will retry in 60 Sec.

[Shadow Copy] (2/10) Will retry in 60 Sec.

[Shadow Copy] (10/10) Will retry in 60 Sec.

[ERROR] VSS_E_WRITER_INFRASTRUCTURE

Notes:

Since a shadow copy cannot be created, the error above will usually result with the following error being flagged as well:

[Error][Updated File] File=”C:\Directory_Path\File” Error=”The process cannot access the file because it is being used by another process.”

This is a Microsoft Volume Shadow Copy issue.

Windows XP / Vista:
To resolve the issue, please re-register the Volume Shadow Copy Service. To do so, you could utilize the “RegisterVSS.bat” script available in ${Install-Home}\bin. Please also reboot the machine afterward.

Notes:
Please safely ignore the error message(s) displayed during the re-registration, as some of the DLL files are platform specific.

Windows 2003:
To resolve the issue, please follow the instructions below:

  1. Please backup the registry key -
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\EventSystem\{26c409cc-ae86-11d1-b616-00805fc79216}\Subscriptions
  2. Remove this registry key along with all its sub-keys
  3. Reboot the machine

Although, it is not an official recommendation from Microsoft, this key will get recreated after the machine is restarted.

[ERROR] VSS_E_PROVIDER_VETO

When performing a file backup, the following informative messages are received in the backup report:

[Shadow Copy] (1/10) Will retry in 60 Sec.

[Shadow Copy] (2/10) Will retry in 60 Sec.

[Shadow Copy] (10/10) Will retry in 60 Sec.

[ERROR] VSS_E_PROVIDER_VETO

Notes:

Since a shadow copy cannot be created, the error above will usually result with the following error being flagged as well:

[Error][Updated File] File=”C:\Directory_Path\File” Error=”The process cannot access the file because it is being used by another process.”

The message suggests that the file(s) being backed up is on a FAT32 partition and either there is no NTFS partition on an internal drive or that NTFS partition has less than 100MB of free disk space.

The problem can also occur if the disk activity was high when the backup job is performed.

To resolve the issue, please correct the partition issues suggested above and perform the backup again.

Please also verify if there is other application(s) running on the corresponding machine, which may require a high amount of disk resources. Alternatively, you can perform the backup when disk usage is low.

VSS_E_UNEXPECTED_PROVIDER_ERROR (Volume Shadow Copy issue)

When performing a file backup, the following error message is received in the backup report:

[ERROR] VSS_E_UNEXPECTED_PROVIDER_ERROR

Notes:

Since a shadow copy cannot be created, the error above will usually result with the following error being flagged as well:

[Error][Updated File] File=”C:\Directory_Path\File” Error=”The process cannot access the file because it is being used by another process.”

This is a Microsoft Volume Shadow Copy issue.

Windows XP / Vista:
To resolve the issue, please re-register the Volume Shadow Copy Service. To do so, you could utilize the “RegisterVSS.bat” script available in ${Install-Home}\bin. Please also reboot the machine afterward.

Notes:
Please safely ignore the error message(s) displayed during the re-registration, as some of the DLL files are platform specific.

Windows 2003:
To resolve the issue, please follow the instructions below:

  1. Please backup the registry key -
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\EventSystem\{26c409cc-ae86-11d1-b616-00805fc79216}\Subscriptions
  2. Remove this registry key along with all its sub-keys
  3. Reboot the machine

Although, it is not an official recommendation from Microsoft, this key will get recreated after the machine is restarted.

The device is not ready (Volume Shadow Copy issue)

When performing a file backup, the following error messages are received in the backup report:

[Error][New File] File=”\Directory_Path\File” Error=”The device is not ready. ”

The message suggests that GBDataOBM / GBDataACB has problem reading the backup source media. Some possible causes of this issue could be hardware problem on the media in concern, Volume Shadow Copy issue, etc.

Windows XP / Vista:
To resolve the issue, please re-register the Volume Shadow Copy Service. To do so, you could utilize the “RegisterVSS.bat” script available in ${Install-Home}\bin. Please also reboot the machine afterward.

Notes:
Please safely ignore the error message(s) displayed during the re-registration, as some of the DLL files are platform specific.

Windows 2003:
To resolve the issue, please follow the instructions below:

  1. Please backup the registry key -
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\EventSystem\{26c409cc-ae86-11d1-b616-00805fc79216}\Subscriptions
  2. Remove this registry key along with all its sub-keys
  3. Reboot the machine

Although, it is not an official recommendation from Microsoft, this key will get recreated after the machine is restarted.

Path “Directory_Path\Directory” does not exist!

When performing a file backup, the following warning message is received in the backup report:

Path “Directory_Path\Directory” does not exist!

However, the directory path in concern has been removed from the backup source already.

The message suggests that the mentioned path is still being selected as part of the backup source. This warning message can also be flagged if a backup filter is still being set to be applied on the mentioned directory path.

To resolve the issue, please ensure that the corresponding directory path is removed from the backup source of the affected backup set. Please also verify if there is any filter that may be applied to the directory path in concern.

Incomplete backup file deleted because the file was not updated within the last 48 hours

When performing a backup of any type, the following informative message is received in the backup report:

Incomplete backup file deleted because the file was not updated within the last 48 hours.. Deleting backup file – ServerPath=’\User_Home\File’ BackupSet=’Backup_Set(Backup_ID)’ BackupJob=’Current’ ClientPath=’\Directory_Path\File’ Type=’F’ RunByBackupJob=’YYYY-MM-DD-hh-mm-ss

The message suggests that the upload of the corresponding file has not been completed, and there is no update on the file within the next 48 hours. Thus, the incomplete file is removed from the GBData server.

Since the incomplete file has been removed from the GBData server, the file would be uploaded again when the next backup job is performed. If the issue only occurs occasionally, you can safely ignore the error.

In the cases where the issue persist, please ensure that the connection to the GBData server can be established during the backup process.

‘Connection timed out: connect’. Still Fail After Retry

When performing a backup of any type, the following error message is received in the backup report:

Unable to log to server. Error=”[YYYY/MM/DD hh:mm][Http.doPost] Error=’Connection

timed out: connect’. Still Fail After Retry!!!!”
The message suggests that there is problem with the connection between the GBDataOBM / GBDataACB client and the GBData server.

If the issue only occurs occasionally, you can safely ignore the error. In most cases, GBDataOBM / GBDataACB will attempt to re-establish connection to the GBData server.

In the cases where the issue persist, please ensure that the connection to the GBData server can be established during the backup process.

Skip backing up “\\Network_Path\Directory” (network drive is not accessible)

When performing a file backup on network drive, the following warning messages are received in the backup report:

“\\Network_Path\Directory” The specified username is invalid.

Skip backing up “\\Network_Path\Directory” (network drive is not accessible)

The message suggests that the login credentials entered in the “User Authentication for Windows” setting for the affected backup set does not have sufficient permission to access the network drive.

To resolve the issue, please ensure that the login credentials specified in the “User Authentication for Windows” setting does have sufficient right to access the network drive.

Example on GBDataOBM:

User ID

If the problem persist, please also verify if the “Log on” account of the GBDataOBM / GBDataACB scheduler service has sufficient permission right(s) to access the network drive. Alternatively, instead of “Local System”, please try running the backup scheduler service with a Windows account that has sufficient permission right(s) to access the network drive. You can do so by following the instructions below:

1. Open [Control Panel] -> [Administrative Tools] -> [Services] -> [Online Backup Scheduler (GBData Online Backup Manager)] -> [Log on]
2. Select the [This Account] option
3. Enter the Login Credentials
4. Restart the [Online Backup Scheduler (GBData Online Backup Manager)] service

Notes:
For issue with GBDataACB, please edit the Login Credentials for the backup scheduler service [Online Backup Scheduler (GBData A-Click Backup)] instead.

Orphan checksum pair file. Deleting backup file

When performing a backup of any type, the following error message is received in the backup report:

Orphan checksum pair file. Deleting backup file – ServerPath=’User_Home\User\files\Backup_ID\Current\xxxx\xxxx\xxxx\xxxx\*.chk’ BackupSet=’Backup_Set(Backup_ID)’ BackupJob=’Current’ ClientPath=’Directory_Path\File’ RunByBackupJob=’YYYY-MM-DD-hh-mm-ss’

The message suggests that the GBData server located a checksum file on server, but the corresponding data file cannot be found (or vice versa).

To resolve the issue, please contact technical to rebuild your data.

Backup Interrupted by System Error Maximum retry reached

When performing a backup of any type, the following job status is received in the backup report:

Backup Interrupted by System Error “Maximum retry reached”

Upon further investigation, the following informative / warning message is received in the client log:

[YYYY-MM-DD hh:mm:ss][erro] Backup Interrupted by System Error “[Thread][BackupSet Dispatcher][BackupSet][BackupSetDispatcher.sendRequest] Maximum retry reached”

The message suggests that there is problem with the connection between the GBDataOBM client and the GBData server. Furthermore, the maximum number of attempts to re-establish the connection has been reached. Thus, the backup is then terminated by the system.

If the issue only occurs occasionally, you can safely ignore the error.

In the cases where the issue persists, please ensure that the connection to the GBData server can be established during the backup process.

“\Directory_Path\File” has been removed already

When performing a file backup, the following informative message is received in the backup report.

“\Directory_Path\File” has been removed already

The message suggests that during the uploading stage of a backup job, the corresponding file(s) identified in the file comparison stage no longer exists on the client machine. This usually happens to temporary file(s) that is created and removed frequently.

To further explain, when a backup job is started, the following actions are performed by GBDataOBM.

1. Pre-command(s)
2. Create Volume Shadow Copy (if necessary)
3. Download the remote file list from the GBDataOBS server
4. Compare the local files with the remote file list determine the list of file(s) to be uploaded
5. Upload the data listed in Step 4
6. Post-command(s)
7. Remove the created Volume Shadow Copy

The message “…has been removed already” is flagged when a file(s) that was listed in the local file list (Step 4) no longer exists on the client machine in the file upload stage (Step 5).

Furthermore, this problem can also occurs if an incorrect Volume Shadow Copy snapshot of the file has been created, or if the affected file is not included in the Volume Shadow Copy snapshot.

Finally, for GBDataOBM / GBDataACB version prior to 5.5.1.0, this issue can also occurs if the “Temporary directory for storing backup files” assigned for the affected backup set has been set to a directory that does not exist.

To resolve the issue, please follow the instructions below:

If In-file delta is enabled for the backup set in concern, please ensure that the “Temporary directory for storing backup files” setting of GBDataOBM is set to a writable directory with sufficient disk space.

Please also verify if the file(s) in concern is temporary file. If it is, please un-select these files from the backup source to resolve the issue.

In the cases where the issue is caused by incorrect snapshot of Volume Shadow Copy, please follow the instructions below:

Windows XP / Vista:
To resolve the issue, please re-register the Volume Shadow Copy Service. To do so, you could utilize the “RegisterVSS.bat” script available in ${Install-Home}\bin. Please also reboot the machine afterward.

Notes:
Please safely ignore the error message(s) displayed during the re-registration, as some of the DLL files are platform specific.

Windows 2003:
To resolve the issue, please follow the instructions below:

  1. Please backup the registry key -
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\EventSystem\{26c409cc-ae86-11d1-b616-00805fc79216}\Subscriptions
  2. Remove this registry key along with all its sub-keys
  3. Reboot the machine

Although, it is not an official recommendation from Microsoft, this key will get recreated after the machine is restarted.

Notes:
If you are running an older version of GBDataOBM / GBDataACB (Pre-5.2.4.0), you could consider patching the GBDataOBM / GBDataACB software to the latest patch release. The instruction can be found by Clicking Here.

[BackupSet.append] Checksum incorrect

When performing a backup of any type, the following error message is received in the backup report:

[BackupSet.append] Checksum incorrect. File=’\Directory_Path\File’ Location=’User_Home\Username\files\Backup_ID\Current\xxxx\xxxx\xxxx\xxxx\File’ Recd=A Cald=B

The message suggests that the checksum file of the corresponding data on the GBData server is not correct.

Please contact GBData technical to rebuild your data.

[BackupSetFileSystem.resetNumDeltaMade] No full backup found for this checksum file

When performing a backup of any type, the following error message is received in the backup report:

[BackupSetFileSystem.resetNumDeltaMade] No full backup found for this checksum file. Job=’Current’ File=’\Directory_Path\File’

Please contact technical support to rebuild your data.

[BackupSet.append] Uploaded file size incorrect

When performing a backup of any type, the following error message is received in the backup report:

[BackupSet.append] Uploaded file size incorrect. File=’\Directory_Path\File’ Location=’User_Home\User\files\Backup_ID\Current\xxxx\xxxx\xxxx\xxxx\File’ ExpectedFileSize=A UploadedFileSize=B
or

File size incorrect (expected=A found=B). Deleting backup file -ServerPath=’User_Home\User\files\Backup_ID\Current\xxxx\xxxx\xxxx\xxxx\File’ BackupSet=’Backup_Set(Backup_ID)’ BackupJob=’Current’ ClientPath=’Directory_Path\File’ RunByBackupJob=’YYYY-MM-DD-hh-mm-ss’

The message suggests that the GBData server detected a size difference between the file size received and the file size that it was expecting. Some possible causes of this issue can be network instability, packet drop, etc.

If the issue only occurs occasionally, you can safely ignore the error.

In the cases where the network between the GBData server and the GBDataOBM client remain unstable, you can try decreasing the transfer block size. You can do so by logging into your GBDataOBM console, select [Setting], and modify [Transfer Block Size].

The process cannot access the file … (on Network Drive)

When performing a file backup, the following error message is received:

[Error][Updated File] File=”\\Network_Path\Directory\File” Error=”The process cannot access the file because another process has locked a portion of the file.”

The message suggests that the corresponding file is locked by other application when the backup job is performed.

In this case, although the GBDataOBM / GBDataACB user may have Volume Shadow Copy enabled. However, since the file in use resides on a network area, thus a Shadow Copy of the file cannot be created.

To resolve the issue, please close the application which is accessing the file before performing the backup.

Cannot write to C:\TEMP (web restore on Internet Explorer 7 with Protected Mode on)

When performing a web restore, the following error message is received in the Online Backup File Restoring Manager or the Internet Explorer 7 web browser may stop responding:

Example: [YYYY-MM-DD hh:mm:ss] “Cannot write to \DIRECTORY”

Cannot write to C:\TEMP (web restore on Internet Explorer 7 with Protected Mode on)

Cannot write to C:\TEMP (web restore on Internet Explorer 7 with Protected Mode on)

The problem will usually occur when Internet Explorer 7 is running in Protected Mode (a new feature only applied on Windows Vista).

To resolve the issue, please verify if the problematic machine is running on Windows Vista with Internet Explorer 7. If yes, please also verify if the Internet Explorer 7 is running in “Protected Mode”.

This can be done by viewing the bottom right of Internet Explorer 7: “Protected Mode:On” or “Protected Mode:Off”.

Cannot write to C:\TEMP (web restore on Internet Explorer 7 with Protected Mode on)

Cannot write to C:\TEMP (web restore on Internet Explorer 7 with Protected Mode on)

If the option is turned on, please disable it by selecting: Tools -> Internet Options -> Security , select the appropriate zone, and uncheck the option “Enable Protected Mode”.

Example: Tools -> Internet Options -> Security

Cannot write to C:\TEMP (web restore on Internet Explorer 7 with Protected Mode on)

Cannot write to C:\TEMP (web restore on Internet Explorer 7 with Protected Mode on)

In the cases where the problem persist, please also disable the User Account Control (UAC) on the affected machine.

You could do so by selecting Control Panel, type in “UAC” in the search box, and then select “Turn User Account Control (UAC) on or off”. On the next screen, uncheck the “Use User Account Control (UAC)” option, and then click “OK”.

If required, you may enable the the Protect Mode of Internet Explorer, and the UAC on the affected machine after the web restore has been completed. Alternatively, you could also perform the web restore using other web browser such as Mozilla Firefox or Opera.

The process cannot access the file because it is being used by another process

When performing a file backup, the following error message is received:

[Error][Updated File] File=”\\Network_Path\Directory\File” Error=”The process cannot access the file because another process has locked a portion of the file.”

The message suggests that the corresponding file is locked by other application when the backup job is performed.

In this case, although the GBDataOBM / GBDataACB user may have Volume Shadow Copy enabled. However, since the file in use resides on a network area, thus a Shadow Copy of the file cannot be created.

To resolve the issue, please close the application which is accessing the file before performing the backup

Where can I find the log files on a client machine

Windows 2000, XP, 2003:

  • C:\Documents and Settings\Administrator\.obm\log
  • C:\Program Files\GBDataOBM\log
  • C:\Program Files\GBDataOBM\AUA\log
  • C:\Documents and Settings\All Users\Application Data\GBDataOBM\CDP\log

Windows Vista:

  • C:\Users\Administrator\.obm\log
  • C:\Program Files\GBDataOBM\log
  • C:\Program Files\GBDataOBM\AUA\log
  • C:\Users\All Users\GBDataOBM\CDP\log

Linux / Unix:

  • ~/.obm/log & /usr/local/obm/log
  • /usr/local/obm/aua/log

Mac OS X:

  • ~/.obm/log & /Applications/GBDataOBM/log
  • /Applications/GBDataOBM/aua/log

The client log on a GBDataACB client machine can be found under the following directories:

Windows 2000, XP, 2003:

  • C:\Documents and Settings\administrator\.acb\log
  • C:\Program Files\GBDataACB\log
  • C:\Program Files\GBDataACB\AUA\log
  • C:\Documents and Settings\All Users\Application Data\GBDataACB\CDP\log

Windows Vista:

  • C:\Users\administrator\.acb\log
  • C:\Program Files\GBDataACB\log
  • C:\Program Files\GBDataACB\AUA\log
  • C:\Users\All Users\GBDataACB\CDP\log

Mac OS X:

  • ~/.acb/log & /Applications/GBDataACB/log
  • /Applications/GBDataACB/aua/log

Lost user password or encrypting key

Lost of User Password:
In the case where your user password is lost, you can retrieve it by requesting the “forgotten password” email from our secure web portal. The password provided in the email will actually be a hashed version of the user password, the actual password is never stored on the GBDataOBS server for security reason.

The hashed password provided in the email can then be used to login to the GBDataOBM / GBDataACB client software, however, the hashed password cannot be used to decrypt data. Even if the encrypting key configured to be the same as the user password.

In the case where the backup set encryption setting is set to default (to use password as the encrypting key), you will need the actual password to decrypt any data backed up. This includes data previously backed up and also data that is backed up in the future for existing backup sets.

Loss of Encrypting Key:
In the case where your encrypting key is lost, there will be no way to restore data from the corresponding backup set. You must create a new backup set and then backup the data again in order have a restorable copy of the data. Since the encrypting key is never sent to the GBDataOBS server, thus, the encrypting key is not retrievable if lost.

If the encrypting key is lost, then the following steps must be performed to ensure that data backed up in the future can be restore and decrypt:

  1. Delete all backup sets where the encryption key is lost
  2. Create new backup sets for the affected data
  3. Backup the data immediately

We would like to stress that it is very important to keep a record of your user password and encrypting key.

What are Off-line backup, Logout backup reminder and Local backup features

  • Off-line Backup is basically designed for notebook users who are off-line most of the time, and cannot rely on backup schedule to backup regularly. The backup interval allows notebook users to specify the interval that they would like their data to backup. If this interval has elapsed, backup will run automatically once this machine is online.
  • Logout Backup Reminder asks user if they would like to backup if they logout of the computer or shutdown their computer.
  • Local Backup allows an extra copy of backup file to be kept on local hard disk when backup is running.

What is incremental backup and how does In-file Delta work?

In an incremental backup, only modified files will be uploaded to the GBData Backup Server.

On the other hand, In-file Delta is applicable to the physical files to be uploaded to the Backup Server, does not matter whether it is a MS SQL database file, MS Exchange transaction log file or any normal file in a File BackupSet.  Specifically, only the changed blocks in comparison to the original file on the Backup Server (delta file) will be uploaded.

For each modified file, GBData online backup software would determine whether the entire file or only delta file should be uploaded. If the entire file is to be uploaded, the old version of the file will be moved to the Retention area.

Else if only the delta file is to be uploaded, the previous delta files will be moved to the Retention area and the Data area should contain the original full backup file, checksum file and the latest delta file of this file.

What is the average compression ratio?

All backup files are compressed and encrypted before uploading to the Backup Server, the average compression ratio for text-based file is around 4:1.

However, no further compression can be made on files that are already in compressed format (e.g. JPG, ZIP). In general, you can assume a 2:1 compression ratio when you are backing up a file set with variety types.

Does GBData online backup software copy the same set of files regularly?

After the initial upload, subsequent backup jobs will only transfer the modified or new data to the Backup server.

How does GBData online backup software detect the changes in files

GBData software compares timestamps of files on the server with the corresponding copies on client machine. Archive bit is not used as it does not detect relocated files. Therefore tape backup would not affect GBData’s backup application.

Missed Scheduled Backups

Missed Scheduled Backups

Firstly, we would just like to clarify that missed backups might NOT necessarily be problems. End-users might have their PC/server switched off, hibernated or in standby mode when the schedule is due to run. Or network could be unavailable or be cut off during the scheduled time. We have also seen cases where the system clocks of the client machine and that of OBS are off by 12 hours, so client ran the backup job at noon while OBS was expecting a backup at mid-night, which didn’t happen and thus triggered a missed backup alert.

If the missed backup is not normal, outlined below are some guidelines on how to troubleshoot and resolve the issue:
Error with the setting “ Run scheduled backup on computers named …”

Log on to the Secure Web portal.

Please ensure that the “Run scheduled backup on computers named” for the backup set has been populated properly (see screen shot below)

Scheduled Backup

Scheduled Backup

Error with User Name
At the Client PC
Check if the home.txt has been populated correctly. The home.txt is located in:
C:\Program Files\GBDataOBM
You should see at least one entry pointing to a .obm folder that is accessible by the local scheduler service, e.g. C:\Documents and Settings\administrator\.obm. Rectify the home.txt if this is not the case.

Error with Scheduler not running

At the Client PC
Check if the scheduler service is running by inspecting the client side scheduler log. It is located in: C:\Documents and Settings\USER\.obm\log\Scheduler\debug.log

This log contain every detail on what the scheduler is doing.

(i) If the schedule is working fine it should contain entries like these once every hour:

——————————————-
[2007/02/14 12:43:23] [info] [Thread][Reloader] Loading profile from server …
[2007/02/14 12:43:23] [info] [LocalProfile.loadFromServer] Loading profile from server …
[2007/02/14 12:43:23] [info] [LocalProfile.loadFromServer] Loaded profile from server.
[2007/02/14 12:43:23] [info] [FileBackupSet (1137740358682)] Next backup will run in 0 hr 36 min 37 sec
[2007/02/14 12:43:23] [info] [ExchangeBackupSet (1138115138125)] Next backup will run in 80 hr 16 min 37 sec
[2007/02/14 12:43:23] [info] [Thread][Reloader] Loaded profile from server.

——————————————-

Otherwise, try restarting the scheduler service. If it still doesn’t work, try re-installing the OBM/scheduler. (In XP; start, Control Panel, double click on “Administrative Tools”, then “services”. Look for the line “Online Backup Scheduler (GBData online backup manager)”. It should be set to automatic and already be started)

If you are on Windows 2000, the scheduler service could stall at times due to the instability of Windows 2000′s Services. A workaround is to write a batch job to restart the scheduler periodically.

(ii) If the scheduler service is running fine, check whether you see something like the following at the scheduled backup time:

——————————————-
[2007/03/09 17:00:00] [info] Scheduler version= 5.2.1.0
[2007/03/09 17:00:00] [info] OS Name= Windows XP
[2007/03/09 17:00:00] [info] Java vendor=’Sun Microsystems Inc.’ version=’1.4.2_10′
[2007/03/09 17:00:00] [info] ComputerName= ComputerA
[2007/03/09 17:00:00] [info] [FileBackupSet (1137740358682)] Wake Up …
[2007/03/09 17:00:00] [info] [FileBackupSet (1137740358682)] This backup job will run to its completion.
[2007/03/09 17:00:00] [info] [FileBackupSet (1137740358682)] Start running backup

How do I set-up GBData backup software to backup Microsoft Exchange Server 2007?

1.  Download and install the latest version of our online backup software .  This can be found here:

2.  Download and install Microsoft Exchange Server MAPI Client and Collaboration Data Objects 1.2.1 (ExchangeMAPICdo.exe)

3.  Download the 32-bit Java Runtime Environment: obm55-x64-i386ext.zip

4.  Expand the zip file downloaded in three above into C:\Program Files\GBData Manager

5.  Start the GBData Manager application in 32bit mode:

  1. i.      (v5.5) Run C:\Program Files\GBData OBM\bin\RunOBC32.bat

6.  Create a new backup set by selecting [Backup Setting] -> [Add] -> [MS Exchange Mail Level Backup]

7.  Follow the instructions of the backup set wizard to complete the configuration of the new mail level backup set

8.  Perform the mail-level backup immediately by selecting [Backup], or let the backup job to be performed at its scheduled time.

Further information:

Please note that, for the backup of the information store (server level), you need to utilize the 64bit mode of GBData Manager. To run GBData Manager in 64bit mode, please start GBData Manager by double clicking on the system tray icon.

On the other hand, for the backup of the individual emails (mail-level), you need to utilize the 32bit mode of GBData Manager. To run GBData Manager in 32bit mode, please:

  1. i.      (v5.5) Run C:\Program Files\GBData Manager\bin\RunOBC32.bat

For backup job that is performed by the scheduler services, the RunMailBackup.bat script that is located at C:\Program Files\GBData Manager\bin\ will automatically select the correct Java Virtual Machine to be ran.

How can I upgrade my account for a larger capacity?

When your account gets to within 95% of the maximum of your current size, you will start getting warning emails.

To upgrade your account, simply drop us an email, and we will upgrade your account imeadiatly.

You will be invoiced for the difference in fees between your previous monthly amount and the new, upgraded monthly amount.

How will I know if a backup is successful?

When you use the GBData online backup software to protect your PC data, Once a backup is complete, you will, within minutes, receive an e-mail notification that tells you if your backup was successful or not.

If your backup failed, this email will also provide the reason for the failure.

Additionally, this notification gives you further information on the number of files that have been transferred, updated, deleted and moved.

Also the time taken to backup, and errors that may have occurred.

What if I have alot of data to backup?

Seed Load Utility

If you have a lot of data (e.g. 500GB) to backup to the GBData online backup server, it would take a considerable amount of time to perform the first full backup through the Internet.

If you run into this problem, GBData online backup can offer you a Seed Load Utility to back up your backup set to local hard disk (instead of directly to the backup server).  Once complete simply send this mobile hard drive back to us, and we will upload all of your data to our servers.   Once complete we will notify you that you can commence online backups,

This could then save you days (even weeks) of performing your first full backup. Since subsequent backup will be incremental backup (only new or updated files will be uploaded to the server) you should have no problems uploading your backup data afterwards.

Is the Free online backup trial software the same as the fully paid for version?

The trial software for remote backup is identical to the paid version, the only difference is that you are restricted to the total amount of data that you can store on our servers during the trial.

Do I need to enter credit card information when downloading the free trial?

In a word, no.

When you sign up for the GBData online backup free trial, all we ask  for is your name and email address.  That is all, then just click on the proceed button to accept our terms and conditions, and proceed to the download page.

From here you can choose the correct version, and download it.  Once installed you are free to use it as often as you want, with a data size limit of 80G, for 30 days.  After t his, if you want to subscribe to a paid service, simply contact us to get this set up.  If not then you are free to continue using the service with a reduced data limit of 500M for as long as you want.

What operating systems does your software run on, and the minimum PC spec.?

The GBData online backup or remote backup software operate under most operating systems.  The technical details follow:

Operating Systems

  • Windows 95 / 98 / ME / NT / 2000 / XP / 2003 / Vista
  • Linux kernel 2.4 or above
  • NetWare 5.1 or above
  • Solaris 2.x or above
  • AIX
  • HP-UX
  • FreeBSD
  • Mac OS X 10.3 or above
  • All other operating systems that supports Java2 Runtime Environment 1.4.0 or above

Minimum Spec.

  • Memory: 128MB (minimum) o 256MB (recommended ) ·
  • Disk Space: 110MB ·
  • Network Protocol: TCP/IP (http/https)

What if I am working on a file when the backup runs?

Do you often have files open on your computer whilst the GBData remote backup software is running a backup?
With GBData the backup software is able to successfully backup all open files located on the PC on which the software is running.
The software utilises a Windows process called “shadow Copy” to take a copy of the open files, so that you may continue to work on them, while the backup runs in the background.

I have more than one computer that needs protecting, will this cost more?

GBData online backup software can be installed on multple PC’s without a problem.  For instance how about a couple of PC’s, a server, a couple of laptops, all needing backup?
With the GBData online backup software and one backup account you can safely protect them all, you just install the service, and create a new backup set. If you want assistance on how to do this, drop us a line and we will happily call you and walk you through the process.

What if I don’t want to continue after the free trial?

No problem. At the end of the online backup trial, your data storage limit will automatically be reset to 500M, and you are free to use this for as long as you wish. (Yes you can get something for nothing!).  The only criteria is that you must actually continue to use the service.
If you do not, after 60 days the account is automatically deleted. If at any point you wish to upgrade to a paid account with a higher limit, then simply drop us an email and we can arrange this immediately.

How do I know that an online backup actually occurred?

GBData remote backup servers send you an email progress report at the completion of each remote backup. This lets you know that your online backup was completed.

If our online backup software experiences any problem with the backup, the log files attached to the progress report email will identify the files that have not been archived or other trouble found.

Can I backup more than one computer to my account?

Absolutely, Yes, this is one of the major benefits of using our service, as you can protect as many computers as you wish, and pay only for the total storage used.

What if I turn my computer off and miss a backup?

If you occasionally forget to leave your computer on, this is not a problem. The GBData software will simply resume your backup schedule when you power back up your system.

Files that have changed since your last backup will be identified and properly archived when it is time for the next scheduled backup.

What happens if my connection fails during a backup?

If a transmission is interrupted in the middle of a backup, the GBData online backup software client will attempt to re-establish a connection and resume the backup from where it was interrupted. It will continue to do this several times, during which your internet connect connection will normally re-establish itself.

For the ultimate protection, you can also plug in an inexpensive external hard drive, so that your files are backed up locally, as well as off site.

What happens if I lose my encryption key?

Unfortunately, encryption keys cannot be recovered. Unlike some companies that offer to be able to recover your password, we also call this a security leak or back door. GBData does not have such a weakness, you can rest in the knowledge that your data is encrypted ans unreadable to anyone but you. However this does mean that if you loose your password, your data will really be completely unreadable and unrecoverable.

GBData remote backup recommends keeping a record of your encryption key offsite in a safe location.

How secure are online backups?

Very. You — and you alone — have access to your data files because GBData online backup software encrypts your data prior to transmission to our offsite backup storage vault. Military-grade encryption technology and a user-defined password (encryption key) ensure that nobody, including employees of GBData, can access your data. Compare this to the total lack of security on most tape, zip and CD/DVD drives.

Connection
To establish the secure online backup internet connection GBData remote backup software uses a SSL connection (Secure Socket Layer). This protocol is similar to the one that banks use for online banking. Despite the fact that your data is transmitted via the internet it is impossible for people to intercept and read the content.

* Point-to-point SSL communication between server and client.
* Supports HTTP/HTTPS Proxy and Socks v4/v5 firewall.
* The data is 128-bit encrypted and stored.
* Choice of different encryption algorithms, e.g. TwoFish, Triple DES, Advanced Encryption Standard (AES).
* Choice of different encryption modes, e.g. Electronic Cook Book (ECB) en Cipher Block Chaining (CBC).
* A random initialisation vector and iteration counter are generated automatically during encryption.
* Each backup user can restrict online access to his files to a pre-defined list of IP addresses.

Encryption key
When the online backup software is first installed, an encryption key is generated, that is used to encrypt all of your data. If you lose your encryption key your backup will be lost forever! The content of your online backup is absolutely unreadable to GBData remote backup staff despite the fact that we have access to the encrypted files stored at our online storage facilities. (Always keep your encryption key in a save place!)

Encrypting key are well protected The key which is used to encrypt your your business data is held only on your computer and is only ever known only to you and authorized members of staff. For obvious security reasons it is never transmitted anywhere across your network or the internet, therefore, even GBData online backup system administrators and support staff will not be able to decrypt and view the content of your files stored on the backup server without your permission. Please bear in mind, this means if the encrypting key is lost, you will never be able to recover your backup files.

Always use the Best encryption algorithm Available
Currently, the algorithm that we are using to encrypt your files is 256-bit. As already mentioned, this technology is currently being used by national banks and the military. It is a block cipher designed by Counterpane Labs. It was also one of the five Advanced Encryption Standard (AES) finalists chosen by National Institute of Standard and Technology (NIST). It subjects to frequent public reviews but no known attack against this algorithm has been reported.

Require 8.77 x 1017 years to crack the 128-bit encryption
A 128-bit key size has 2128 or around 3.4 x 1038 possible combination. Even if you have the world best super computer, ASCI White, SP Power3 375 MHz manufactured by IBM as of November 2000, it would take 8.77 x 1017years to test all combinations. Assuming your have the super computer, ASCI White, SP Power3 375 MHz has 8192 processors which totals a capability of 12.3 teraflops (trillions of operations/second), available to you. Also it just needs one computer operation to test a possible combination (which is already faster than what it can do). To use brute force attack (checking all combinations) on this encryption algorithm. It would take 876,530,835,323,573,935 years or 8.77 x 1017 years to successfully try all combinations. Let alone ASCI White cannot process as fast as what described here. You can be sure that your data stored on our server is 100% secured.

Online backup Account Access
Restrict access to data by IP addresses You can also restrict access to your backup files from the set of IP addresses you defined. If someone tries to access your data from an IP address not on your defined list, their access will be denied. This additional security ensures backup files are not open to all location, even if the username and password are known.

GBData Remote Backup Storage Facility
The Remote Backup servers are owned and managed by ourselves. They are protected from both power surges and outages, and can run indefinably without an external supply. All client data is duplicated to a second server on a continuous basis, and this second server is configured to be able to replace the first should the primary server fail.
The site employees access control with off site monitoring, and fire detection. Only authorised GBData online backup employees have access to the data, though data remains un-readable to everyone but the client with the encryption key.

What About my remote workers with their laptops?

Our GBData online backup service can be installed on as many PC’s as you want, and run from anywhere in the World, all that is needed is a good internet connection.

So install the software on those laptops, create a new backup set, and away you go, safe in the knowledge that should the laptop get dropped (yep they often are!) or stolen or crash, the data is safe, even though the operator has not themselves performed any actions’!

The online backup software will even remind the laptop users every so often, so that if they are often used without an internet connection, they will get reminded to connect and run a backup.

Can I make more than one offsite backup per day?

Absolutely, Yes. There is no limit to the data transfers or the number of offsite backups you can make per day, when you use the GBData online backup service. Create multiple schedules for different PC’s on your network, so that your internet connection is not congested. Backup several times a day to protect more important files too.

In fact using our new Continuous Data Protection (CDP) the transfers happen all day long.

What size online backup account do I need?

The easiest way to answer this is to download our GBData online backup software and trial the remote backup service for the next 30 days.

during this trial you will get emails each time a backup succeeds, including showing you how much storage you are using.

During the trial you are limited to a massive 80G, and after the trial, there are no limits!

I have mirrored/RAID hard drives. Won’t that protect me from viruses or data loss?

Raid drives are a useful tool in loosing data, and indeed complete operating systems, however, there are plenty of situations that do not involve a hardware failure, that result in a data loss.

This could be a virus, and accidental deletion, or a malicious act from a disgruntled employee. What ever the reason, the hardware is still intact, but your precious data is gone. Enter online backup from GBData. Out software will backup your data either continuously, or at pre-determined times, to ensure that should a data loss occur, you are still protected.