-
Notifications
You must be signed in to change notification settings - Fork 36
dx_ctl_bookmarks
Marcin Przepiorowski edited this page Oct 10, 2016
·
5 revisions
dx_ctl_bookmarks.pl [ -engine|d <delphix identifier> | -all ] -action [ create | delete ] -name bookmarkname
[-dbname database_name -group group_name -timestamp now|latest|'yyyy-mm-dd hh24:mi:ss' ]
[ --help|? ] [ -debug ]
Create or delete bookmark in current timeflow of database
Delphix Engine selection - if not specified a default host(s) from dxtools.conf will be used.
- -engine|d Specify Delphix Engine name from dxtools.conf file
- -all Display databases on all Delphix appliance
- -action create | delete Specify an action
- -name bookmark_name Bookmark name to create or delete
- -dbname database_name Name of database to create bookmark for
- -group group_name Name of group with database - only if dbname is not unique
- -timestamp timestamp Point in time to create bookmark for. Possible formats
- now - current time
- latest - time of latest snapshot
- "yyyy-mm-dd hh24:mi:ss" - point in time
-
-help
Print this screen - -debug Turn on debugging
- -nohead Turn off header output
Delphix