Skip to content

dx_snapshot_db

arunskurian edited this page Jan 28, 2021 · 1 revision

SYNOPSIS

dx_snapshot_db.py 	(--group <name> |--name <name> | --all_dbs )
              		[--engine <identifier>]
              		[--usebackup --bck_file <name> --parallel <n>]
              		[--poll <n> --create_bckup --single_thread <bool>]
              		[--config <path_to_file> --logdir <path_to_file>]

DESCRIPTION

Create a snapshot of a VDB or a dSource

EXAMPLES

Take snapshot of a dSource named "Employee Oracle 11G DB"

dx_snapshot_db.py --name "Employee Oracle 11G DB"

Take a snapshot of an ASE dSource "dbw2" from a backup file

dx_snapshot_db.py --name dbw2 --usebackup --bck_file dbw2_full_20170317_001.dmp

Create a backup of a Sybase DB "dbw2" and take a snapshot

dx_snapshot_db.py --name dbw2 --usebackup --create_bckup
Clone this wiki locally