-
Notifications
You must be signed in to change notification settings - Fork 20
dx_snapshot_db
arunskurian edited this page Jan 28, 2021
·
1 revision
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>]
Create a snapshot of a VDB or a dSource
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