This is a discussion on The strategy of data backup within the C and C++ forums, part of the Programming Talk category; In order to strengthen data security, a variety of backup software appeared in the last years, just like TSM, NetBackup, ...
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
The strategy of data backup
In order to strengthen data security, a variety of backup software appeared in the last years, just like TSM, NetBackup, NetWorker, and ARCserve. The different software has different function. According to the back-up strategy, the backup can be divided into three kinds now. They are full backup, incremental backup, differential backup and cumulative backup.
Full backup: copy all documents from the given computers or file system. Whether there is any change isn’t important. Incremental backup: backup the data which increased or changed after the last backup. Incremental backups can be divided into multi-level. Differential backup: backup the data which changed after the last full backup. If you just backup twice, the contents of incremental backup is the same as the differential backup’. Cumulative backup: use the management of database, record the changes of each point in time, and backup the changed value to the appropriate array. This guide to resume point in time. The methods we usually use are full backup, full backup +incremental backup, full backup +differential backup, and full backup+ cumulative backup. PIC one: full+ incremental backup PIC two: full+ differential backup PIC three: cumulative backup |
![]() |
| Thread Tools | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Data Modeling Tutorials | lokeshm | Data Warehousing | 0 | 04-24-2007 02:18 PM |
| difference between Data Warehouse and Online Analytical Processing | techguru | Data Warehousing | 1 | 04-10-2006 11:25 AM |
| hierarchail & network | kisshug | Oracle Tutorials | 2 | 05-01-2005 04:17 PM |
| [FAQ] FileMaker Pro - database for Macintosh and Windows | Martin Trautmann | Tech FAQ | 0 | 04-17-2004 07:26 AM |
| Apple II Csa2 FAQs: Telecom Hardware & Transfers, Part 20/25 | rubywand@swbell.net | Tech FAQ | 0 | 04-04-2004 07:29 AM |