NAME
bkprofdata - back up profile data
SYNOPSIS
bkprofdata -m managed-system -f file [--force] [--help]
DESCRIPTION
bkprofdata backs up profile data for the managed-system.
The rstprofdata command can be used to restore profile data for the managed-system.
The rmprofdata command can be used to remove a profile data backup file.
OPTIONS
-m
-f
If file already exists, this command will fail unless the --force option is specified.
To back up the profile data to removable media, the media must be present in the removable media device and the device must be mounted with the mount command before this command is issued. The lsmediadev command can be used to display all of the removable media devices on the HMC.
--force
--help
EXAMPLES
Back up the profile data to a file called myFile on a floppy diskette (a floppy diskette must have already been inserted into the diskette drive):
mount /media/floppy
bkprofdata -m mySystem -f /media/floppy/myFile
Back up the profile data to a file called backup1 (the file will be written to the /var/hsc/profiles/3413444 directory on the HMC):
bkprofdata -m 9406-570*3413444 -f backup1
Back up the profile data to a file called backup1 (the file will be written to the /var/hsc/profiles/3413444 directory on the HMC). The file backup1 will be overwritten if it already exists:
bkprofdata -m 9406-570*3413444 -f backup1 --force
ENVIRONMENT
None
BUGS
None
SEE ALSO