Changes between Initial Version and Version 1 of Software/cOMF/cSave
- Timestamp:
- Jan 16, 2013, 8:57:11 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Software/cOMF/cSave
v1 v1 1 2 == save == 3 4 {{{ 5 omf-5.4 help save 6 Save a disk image from a given node into an archive file 7 Usage: 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 }}}