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 mksysbsavevgrestvgalt_disk_mksysbdisk(s
Backup Management
The backupmksysbsavevgrestvgalt_disk_mksysbdisk(s
System Volume Groups
mksysbalt_disk_mksysb
Data Volume Groups
savevgrestvg
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 backupmksysb/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