This entity describes a BABLD server with the configuration parameter The Data Growth options allow you to automatically migrate old backup data on your server to a tape on a BrightStor ARCserve Backup server. The backup data is physically transferred from the server to the BrightStor ARCserve Backup server, but the files can still be restored by both BrightStor ARCserve Backup for Laptops & Desktops administrators and BrightStor ARCserve Backup for Laptops & Desktops client users. BrightStor ARCserve Backup for Laptops & Desktops administrators control which files should be migrated. The attributes are all from migration.cdb file
| Column Name | Column Datatype | Column Null Option | Column Comment |
| data_growth_id | byte varying(16) | not null | Unique identifier of a data growth entity, could be NULL, if option doesn't exists. |
| day_flag | varchar(3) | with null | Time schedule - Days performed data growth: Sun: 0x01 (dec 1) Mon:0x02 (dec 2) Tue:0x04 (dec 4) Wed:0x08 (dec 8) Thu:0x10 (dec 16) Fri:0x20 (dec 32) Sat:0x40 (dec 64) |
| hour | varchar(2) | with null | Time schedule - Hour (0-23) |
| minute | varchar(2) | with null | Time Schedule -Minutes (0-59) |
| include_files_greater_kbytes | integer | with null | Filter to include files greater the specified file size in kb. |
| include_files_not_accessed | integer | with null | Filter to include files not being accessed for the specified number of days |
| local_user_name | nvarchar(76) | with null | Account on the BABLD server to log in |
| local_password | nvarchar(76) | with null | Password |
| server | nvarchar(76) | with null | ARCserve server name |
| server_user_name | nvarchar(76) | with null | Account on the ARCserve server to log in |
| server_password | nvarchar(76) | with null | Password |
| max_tapes | integer | with null | ARCserve parameter for maximum number of tapes |
| media_pool_name | nvarchar(76) | with null | ARCserve parameter |
| tape_name_prefix | nvarchar(76) | with null | ARCserve parameter |
| creation_user | nvarchar(64) | with null | User who creates the object |
| creation_date | integer | with null | Time object is being created |
| last_update_user | nvarchar(64) | with null | User who updates |
| last_update_date | integer | with null | Time object is being updated |
| version_number | integer | with null | Is used for transaction integrity |
Product Name: BrightStor ARCserve Backup for Laptops and Desktops
Table Type: Table