Home >

LunaSH Command Reference Guide > LunaSH Commands > partition > partition sff backup

partition sff backup  

Perform backup of a Partition, or selected partition objects, onto a Small Form-Factor Backup token.

Syntax

partition sff backup [-partition <name> -label <label> [-password <password>] [-objects <name>] [-force]

Options Short Parameter Description   
-partition   -par <partition name>

Partition Name  

-password   -pas      <partition password>

Partition Password  

-label   -l      <partition label>

Partition Label  

-objects   -o      <list of objects>

Objects List  

-force   -f      .

Force the action  

Example 1 - Backup partition contents  

lunash:>partition sff backup -partition P1 -label SFFToken1

   WARNING: This operation will backup partition objects to SFF backup token !!!

   Type 'proceed' to continue, or 'quit' to quit now.

   > proceed
   Proceeding...


  Please enter the password for the HSM user partition:
  > *******

Luna PED operation required to activate partition on HSM - use Partition Owner (black) PED key.


Operation in progress, please wait.

        (1/4):  Backing up object with handle 43... Success!
        (2/4):  Backing up object with handle 41... Success!
        (3/4):  Backing up object with handle 42... Success!
        (4/4):  Backing up object with handle 22... Success!

        Backup Complete.

        4 objects have been backed up to token with label SFFToken1
        on the backup device

'partition sff backup' successful.
 
 
Command Result : 0 (Success)  

 

Example 2 - Backup specific objects  

lunash:>partition sff backup -partition P1 -label SFFToken1 -objects 22,41

   WARNING: This operation will backup partition objects to SFF backup token !!!

   Type 'proceed' to continue, or 'quit' to quit now.

   > proceed
   Proceeding...


  Please enter the password for the HSM user partition:
  > *******

Luna PED operation required to activate partition on HSM - use Partition Owner (black) PED key.


Operation in progress, please wait.

        (1/2):  Backing up object with handle 22... Success!
        (2/2):  Backing up object with handle 41... Success!

        Backup Complete.

        2 objects have been backed up to token with label SFFToken1
        on the backup device

'partition sff backup' successful.


Command Result : 0 (Success)