Skip to content
Lucas Vandroux edited this page Mar 2, 2015 · 4 revisions

#Build

Works on CentOS 6.5

  1. Go to the root folder of the project
  2. $make
  3. $cp [tar.gz] ~/rpmbuild/SOURCES/ where [tar.gz] is the name of the tar.gz file created by the previous command.
    • Maybe you are going to have to create the folder ~/rpmbuild/SOURCES/, use mkdir -p ~/rpmbuild/SOURCES/ to do it.
  4. $rpmbuild -ba engine-vm-backup.spec

#Install

  1. install the rpm under ~/rpmbuild/RPMS/[arch] into the same machine of the installed and setup-complete ovirt-engine
  2. to setup vm-backup-scheduler, run: vm-backup-setup
  3. to cleanup vm-backup-scheduler, run: vm-backup-cleanup

Installation [TODO]

How it Works [TODO]

Instructions

  • [TODO]

Developers

Official Wiki Page (in Chinese)

Roadmap

Feedback

Clone this wiki locally