https://github.com/ed-itsolutions/xen-server-backup
Snapshot and backup a xenserver vm with specific hdds
https://github.com/ed-itsolutions/xen-server-backup
Last synced: 11 months ago
JSON representation
Snapshot and backup a xenserver vm with specific hdds
- Host: GitHub
- URL: https://github.com/ed-itsolutions/xen-server-backup
- Owner: Ed-ITSolutions
- Created: 2011-06-27T16:10:13.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2013-11-04T17:02:42.000Z (over 12 years ago)
- Last Synced: 2025-01-25T15:09:36.113Z (over 1 year ago)
- Language: Shell
- Homepage: www.ed-itsolutions.com
- Size: 105 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# Xen Sever Backup
Backup Xen Virtual Machines from the xenserver to another machine.
# Usage
...
Our modifications to this script are the ability to backup virtual machines minus one or more of the hard drives, so that the backups don't include data drives etc...
To prevent a disk from being backed up by this script place 'nobackup' at the end of is description.
For the script to log errors to xencenter you need to set your host uuid in vm_backup.cfg. The priority of the alert can also be set in the config file.
# Credits
Based on [Andy Burtons vm_backup](http://www.andy-burton.co.uk/blog/ "Andy-Buton.co.uk")