[Backup and recovery] combines Incremental backup and image copies

Source: Internet
Author: User

A zero-level Incremental backup is equivalent to a complete backup, which contains all used data file blocks.
RMAN> backup incremental level 0 database;

Level 1 differential backup is the default Incremental backup. This backup only contains the data blocks that have been changed since the last level 1 Cumulative backup or differential backup.
RMAN> backup incremental level 1 differential database;

Level 1 Cumulative Incremental Backup only contains the data blocks changed since the last level 0 backup.
RMAN> backup incremental level 1 cumulative database;

Generate image copies using tags.
RMAN> backup as copy incremental level 0 database tag db_whole_copy;

Subsequently, perform Incremental backup regularly and apply the backup to the original backup. Syntax:
Run {
Allocate channel d1 type disk;
Backup incremental level 1
For recover of copy with tag db_whole_copy
Database tag db_copy_upd;
Recover copy of database with tag db_whole_copy;
Delete backupset tag db_copy_upd ;}

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.