DBAsupport.com Forums - Powered by vBulletin
Results 1 to 7 of 7

Thread: RMAN back up. need your help

  1. #1
    Join Date
    Jan 2001
    Posts
    71
    I want to use RMAN to do weekly incremental backup. I did Sunday level 0, Monday level1, Tuesday level 2,.....Saturday level 6. All differential incremental backup. Is this right? How to use cumulative incremental backup for weekly backup?

  2. #2
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    Are you trying to do block level incrementals? Need more information on what you are trying to do....
    Jeff Hunter

  3. #3
    Join Date
    Jan 2001
    Posts
    71
    The question is about incremental level. should I use level 1 to 6 for monday to saturday. or use level 1 for all the weekend and level 0 for sunday. I think it's table level backup by using RMAN. i didn't use veritas.

  4. #4
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    It depends on how fast you want to recover.

    Level 0 backups are equivelent to full backups. Definitely take a full backup each Sunday.

    Level 1 backups are an incremental backup. Level 1 backups backup any blocks changed since the Level 0 backup.

    Level 2 backups are also incremental backups. Level 1 backups backup any blocks that have changed since the LEVEL 1.

    Level n backups backup any blocks changed since the n-1 backup.

    If you specify a level 0 on Sunday and 1-6 on Mon-Sat, you will end up going through 7 tapes if you have to do a recovery on Saturday. Although you might use more tape, I would do a level 0 on Sunday and a level 1 Mon-Sat.
    Jeff Hunter

  5. #5
    Join Date
    Jan 2001
    Posts
    71
    If I do level 0 on sunday, level 1 on monday, and level 1 on tuesday, what tuesday's level 1 copy? everything changed since sunday level 0 backup or everything changed since monday's level 1 backup? do I need to use the word cumulative in tuesday's level 1 backup? Thank you.

  6. #6
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    Level 1 backups will backup everything since the last level 0. In essence, by repeating the level 1 every day, you already have your cumulative backup.
    Jeff Hunter

  7. #7
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    Let me take that back.

    Level 1 backups backup everything since the last level 0 OR level 1 backup. So yes, you will have to specify "cumulative" to get a cumulative backup.
    Jeff Hunter

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width