Bug 1312224 - [Docs][Admin][SHE] Multiple scopes can now be specified in engine-backup
Summary: [Docs][Admin][SHE] Multiple scopes can now be specified in engine-backup
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Virtualization Manager
Classification: Red Hat
Component: Documentation
Version: 3.6.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ovirt-3.6.6
: ---
Assignee: Byron Gravenorst
QA Contact: Tahlia Richardson
URL:
Whiteboard:
Depends On: 1208122
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-02-26 07:14 UTC by Lucy Bopf
Modified: 2016-05-27 02:21 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-05-27 02:21:08 UTC
oVirt Team: Docs
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Lucy Bopf 2016-02-26 07:14:32 UTC
Previously, the --scope option could only be specified once per engine-backup command. If the user wanted to back up both 'files' and 'db', for example, they would have to run the command twice, once for each scope.

Now, the engine-backup command accepts more than one --scope option, so a user could back up both 'files' and 'db' in a single command.

The engine-backup procedures in the Administration Guide and the Self-Hosted Engine Guide should be reviewed and updated.

The engineering bug explains:

"An example:

If a machine had, say, engine+dwh+reports, it's possible now to run:

engine-backup --mode=backup --file=f1 --log=log1 --scope=files --scope=db

and get a backup of the files + engine database. A restore of this on a clean empty machine should result with a working engine (with no dwh/reports).

And another:

engine-backup --mode=backup --file=f1 --log=log1

will backup all, but if then, on an empty clean machine,

engine-backup --mode=restore --file=f1 --log=log1 --scope=files --scope=db

should also result with a working engine (and no dwh/reports)."

Comment 1 Lucy Bopf 2016-04-21 09:50:59 UTC
Assigning to Byron for review.


Note You need to log in before you can comment on or make changes to this bug.