A simple tool to automate openstack snapshots
Go to file
Glenn Y. Rolland f75a672a12
Some checks failed
continuous-integration/drone/push Build is failing
ci: Rename service docker
2022-08-19 15:07:22 +02:00
docker fix(docker): Libevent is needed by crystal 2022-08-19 11:59:50 +02:00
spec/data Initial import 2022-07-09 16:19:44 +02:00
src fix: Make sure volume selection return nil instead of an exception 2022-08-18 21:47:42 +02:00
.drone.yml ci: Rename service docker 2022-08-19 15:07:22 +02:00
.gitignore Fix .gitignore to allow src/lib 2022-07-09 20:07:16 +02:00
.gitlab-ci.yml ci: Add missing make package to build:executable 2022-07-09 20:20:48 +02:00
arkisto.sample.yml Initial import 2022-07-09 16:19:44 +02:00
Makefile fix(Makefile): Change docker-load command 2022-08-19 12:13:20 +02:00
README.md doc: Update README 2022-08-19 12:12:59 +02:00
shard.lock Initial import 2022-07-09 16:19:44 +02:00
shard.yml Initial import 2022-07-09 16:19:44 +02:00

Arkisto

Build Status License: MIT Donate on patreon

A simple tool to automate and manage openstack snapshots

Installation

With docker

Make sure you have Docker and Make installed. Then type

make docker-build

Manual

Make sure you have installed the following software on your system:

  • Crystal
  • Make
  • libevent-core-2.1-7
  • python-openstackclient

Then type

make build

Usage

Licence