0 purchases
abclient 0.2.3
abclient is a client library for EISOO AnyBackup APIs.
abclient allows openstack-karbor to create backups for databases and filesystems.
Installation
To install abclient, simply:
$ pip install abclient
How to use
>>>from abclient import backup_manager
>>>ab = backup_manager.eisooBackupManager('IP_ADDR','MACHINE_CODE')
>>>ab.start_backup(...)
API Support
Create backup for ORACLE Database
more API will be supported in the future.
License
Apache License Version 2.0 http://www.apache.org/licenses/LICENSE-2.0
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.