??????????????
Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 173
Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 174
Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 175
Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 176
Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 177
Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 178
ó
àUdac @` s‘ d d l m Z m Z m Z e Z i d d 6d g d 6d d 6Z d Z d Z d
Z d d l
m Z d d l Z d
„ Z
e d k r e
ƒ n d S( i ( t absolute_importt divisiont print_functions 1.1t metadata_versiont previewt statust communityt supported_bysv
---
author: Kairo Araujo (@kairoaraujo)
module: mksysb
short_description: Generates AIX mksysb rootvg backups.
description:
- This module manages a basic AIX mksysb (image) of rootvg.
version_added: "2.5"
options:
backup_crypt_files:
description:
- Backup encrypted files.
type: bool
default: "yes"
backup_dmapi_fs:
description:
- Back up DMAPI filesystem files.
type: bool
default: "yes"
create_map_files:
description:
- Creates a new MAP files.
type: bool
default: "no"
exclude_files:
description:
- Excludes files using C(/etc/rootvg.exclude).
type: bool
default: "no"
exclude_wpar_files:
description:
- Excludes WPAR files.
type: bool
default: "no"
extended_attrs:
description:
- Backup extended attributes.
type: bool
default: "yes"
name:
description:
- Backup name
required: true
new_image_data:
description:
- Creates a new file data.
type: bool
default: "yes"
software_packing:
description:
- Exclude files from packing option listed in
C(/etc/exclude_packing.rootvg).
type: bool
default: "no"
storage_path:
description:
- Storage path where the mksysb will stored.
required: true
use_snapshot:
description:
- Creates backup using snapshots.
type: bool
default: "no"
sœ
- name: Running a backup image mksysb
mksysb:
name: myserver
storage_path: /repository/images
exclude_files: yes
exclude_wpar_files: yes
sï
changed:
description: Return changed for mksysb actions as true or false.
returned: always
type: bool
version_added: 2.5
msg:
description: Return message regarding the action.
returned: always
type: str
version_added: 2.5
( t
AnsibleModuleNc C` s6 t d t d t d d d t ƒ d t d d d t ƒ d t d d d t ƒ d t d d d t ƒ d t d d d t ƒ d
t d d d t ƒ d t d t ƒ d
t d d d t ƒ d t d d d t ƒ d t d t ƒ d t d d d t ƒ ƒ d t ƒ } i d t 6d t 6} i d t 6d t 6} i d t 6d t 6} i d t 6d t 6} i d t 6d t 6} i d t 6d t 6} i d t 6d t 6} i d t 6d t 6} i d t 6d t 6} | | j d }
| | j d } | | j d } | | j d }
| | j d } | | j d
} | j d } | | j d
} | | j d } | j d } | | j d } t j j | ƒ r| j s| j d t ƒ } | j
d | | | |
| | | |
| | | | f ƒ \ } } } | d k rì| j d t d | ƒ q| j d d d! | d" | ƒ n | j d t ƒ n | j d d# | ƒ d S($ Nt
argument_spect backup_crypt_filest typet boolt defaultt backup_dmapi_fst create_map_filest
exclude_filest exclude_wpar_filest extended_attrst namet requiredt new_image_datat software_packingt storage_patht use_snapshott supports_check_modes -mt s -Ts -es -Gs -is -ps -as -Zt mksysbs&