6.5. dump

6.5.1. dump

rocks dump

The top level dump command is used to recursively call all the dump commands in the correct order. This is used to create the restore roll.

examples

$ rocks dump

Recursively call all dump commands.

6.5.2. dump host

rocks dump host [host...]

Dump the host information as rocks commands.

arguments

[host]

Zero, one or more host names. If no host names are supplied, information for all hosts will be listed.

examples

$ rocks dump host compute-0-0

Dump host compute-0-0 information.

$ rocks dump host compute-0-0 compute-0-1

Dump host compute-0-0 and compute-0-1 information.

$ rocks dump host

Dump all hosts.

6.5.3. dump host interface

rocks dump host interface [host...]

Dump the host interface information as rocks commands.

arguments

[host]

Zero, one or more host names. If no host names are supplied, information for all hosts will be listed.

examples

$ rocks dump host interface compute-0-0

Dump the interfaces for compute-0-0.

$ rocks dump host interface compute-0-0 compute-0-1

Dump the interfaces for compute-0-0 and compute-0-1.

$ rocks dump host interface

Dump all interfaces.

related commands

add host interface