Bug 1312224

Summary: [Docs][Admin][SHE] Multiple scopes can now be specified in engine-backup
Product: Red Hat Enterprise Virtualization Manager Reporter: Lucy Bopf <lbopf>
Component: DocumentationAssignee: Byron Gravenorst <bgraveno>
Status: CLOSED CURRENTRELEASE QA Contact: Tahlia Richardson <trichard>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 3.6.0CC: gklein, lsurette, rbalakri, srevivo, ylavi
Target Milestone: ovirt-3.6.6   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-05-27 02:21:08 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Docs RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1208122    
Bug Blocks:    

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.