Finds and backs up all files belonging to a specified volume group.
savevg [ -b Blocks ] [ -e ] [ -f Device ] [ -i | -m ] [ -p ] [ -v ] [ -X ] VGName
Attention: The savevg command will not generate a bootable tape if the volume group is the root volume group. Although the tape is not bootable, the first three images on the tape are dummy replacements for the images normally found on a bootable tape. The actual system backup is the fourth image. For more information about images on bootable tapes, please see Troubleshooting an Installation from a System Backup, General Information Regarding Mksysb System Backups in the AIX Installation Guide.
The savevg command finds and backs up all files belonging to a specified volume group. A volume group must be varied-on, and the file systems must be mounted. The savevg command uses the data file created by the mkvgdata command. This file can be one of the following:
To create a backup of the operating system to CD, please refer to the mkcd command.
VGName | Specifies the name of the volume group to be backed up. |
savevg -i -f/mysys/myvg/myroot rootvg
savevg -i uservg
savevg -mf/dev/rmt1 data2
savevg -ief/dev/rmt1 data2
/image.data | Used when the volume group is rootvg. |
/tmp/vgdata/vgname /vgname.data | |
Used when the volume group is not rootvg and where vgname is the name of the volume group. |
The backup command, bosboot command, mkcd command, mkszfile command.