Changes between Initial Version and Version 1 of Software/cOMF/cSave


Ignore:
Timestamp:
Jan 16, 2013, 8:57:11 PM (11 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Software/cOMF/cSave

    v1 v1  
     1
     2== save ==
     3
     4{{{
     5omf-5.4 help save
     6Save a disk image from a given node into an archive file
     7Usage:
     8      omf-5.4 save -n NODE [-h] [-c AGGREGATE]
     9 
     10      With:
     11      -h, --help       print this help message
     12      -n, --node NODE  a valid description of a single node
     13                       (no default here, you have to enter a node!)
     14 
     15      Some Examples:
     16                    omf-5.4 save -n omf.nicta.node1
     17                    omf-5.4 save -n omf.nicta.node3 -c grid
     18}}}