All scripts in this repository are designed for Linux. Most will probably run on UNIX with minor modification.
The Python code in this repository relies on pypureclient Python library.
Python code that interacts with Oracle also requires the oracledb Python library.
This repository contains several sub-directories:
- fa_pg_snap - Python script to snapshot and optionally clone a Pure Flash Array protection group. (Not database aware).
- fa_pg_ora_snap - Python script to snapshot and optionally clone an Oracle database using Pure Flash Array protection groups.
- fa_pg_ora_snap_remote - Python script to snapshot and clone an Oracle database to/from remote servers.