- Back up the repository to the landing zone and replicate it to the third party storage..dsc run_repository_job -t backup -r replication_target_groupThe backup creates two files that are created in the landing zone:
- bar_backupid.out Contains the data to restore the non-barbackup tables to a certain point in time. This file is replicated into the third party storage defined in the target group. Then it is removed from the landing zone.
- bootstrap_backupid.out Contains the data to recreate the barbackup tables for disaster recovery. This file remains in the landing zone.
- Verify the operation and retrieve the backup ID using one of these commands:dsc save_sets_replication_statusFrom inside the landing zone: ls -lrt retrieves the backup ID of the two most recent files.