Backup Management Overview
Backup Overview
Backup refers to the management of backup images for data or system volume groups on a logical partition (LPAR). It uses the mksysb
savevg
restvg
alt_disk_mksysb
disk(s
Backup Management
The backup
mksysb
savevg
restvg
alt_disk_mksysb
disk(s
System Volume Groups
mksysb
alt_disk_mksysb
Data Volume Groups
savevg
restvg
Example: Creating a Backup
This example demonstrates how to create a backup of the root volume group (rootvg) using the mksysb
The following code snippet shows how to use the backup
mksysb
/tmp/backup_rootvg
- name: backup the rootvg with mksysb
backup:
action: create
type: mksysb
location: /tmp/backup_rootvg
exclude_files: false
extend_fs: true
This is an auto-generated document by Swimm 🌊 and has not yet been verified by a human