Skip to content

czerwonk/oSnap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oSnap

Build Status Go Report Card

Create virtual machine snapshots (using the oVirt API) with one single command

Install

go get -u github.com/czerwonk/osnap

Configuration

oSnap is configured by a YAML based config file:

api:
  url: https://my-ovirt.net
  user: my-osnap-user
  password: my-pass

cluster: my-cluster
keep: 3

includes:
  - web.*
  - app.*
 
excludes:
  - db.*
  - temp.*

License

(c) Daniel Czerwonk, 2017. Licensed under MIT license.

oVirt

see https://www.ovirt.org/

About

oSnap - Create oVirt snapshots with ease

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages