- 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.
- Replicate the backup to the third party storage target group:dsc run_repository_job -t replicate_to -v backupid -r replication_target_groupThe replication creates a bootstrap file and replicates the existing bar file:
- 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.