Python ganeti external (read over SSH) backup script
Python 2.6+
Standard python modules:
- subprocess
- datetime
- jsone
- argparse
Additional python module:
- py-yaml
To run out of the box just clone the repo, then:
# python -m gnt_ext_backup -h
Or you can chmod it to 700
# gnt_ext_backup.py -h
Any additional hacks can be applied before init of class
Check help(gnt_ext_backup.gnt_ext_backup)
for more info
- Add VM custom config from gnt-list data as a yaml file accompanying the main one