InterviewSolution
| 1. |
What Are The Types Of Copies And What Are They? |
|
Answer» There can be only one Primary Copy and Different types of AUXILARY/SECONDARY. The types of copies are. Selective Copy: A selective copy allows you to copy specific FULL BACKUP JOBS from a source copy, the source copy can be either a primary or a synchronous copy. Selective copy facilitates better TAPE rotation. Inline copy: Here Both Primary and Secondary copy are written to storage during Backup Phase itself. Incase if the secondary storage doesn’t have enough space then backup will FAIL. Synchronous copy: In synchronous copy all data of primary is copied. There can be only one Primary Copy and Different types of AUXILARY/SECONDARY. The types of copies are. Selective Copy: A selective copy allows you to copy specific full backup jobs from a source copy, the source copy can be either a primary or a synchronous copy. Selective copy facilitates better tape rotation. Inline copy: Here Both Primary and Secondary copy are written to storage during Backup Phase itself. Incase if the secondary storage doesn’t have enough space then backup will fail. Synchronous copy: In synchronous copy all data of primary is copied. |
|