Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/camptocamp/bivac
🏕 📦 Backup Interface for Volumes Attached to Containers
https://github.com/camptocamp/bivac
backup containers devops-tools docker go kubernetes restic
Last synced: about 2 months ago
JSON representation
🏕 📦 Backup Interface for Volumes Attached to Containers
- Host: GitHub
- URL: https://github.com/camptocamp/bivac
- Owner: camptocamp
- License: apache-2.0
- Created: 2016-04-04T12:17:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T11:18:15.000Z (about 2 months ago)
- Last Synced: 2024-10-19T13:11:26.176Z (about 2 months ago)
- Topics: backup, containers, devops-tools, docker, go, kubernetes, restic
- Language: Go
- Homepage: https://bivac.io
- Size: 24 MB
- Stars: 356
- Watchers: 22
- Forks: 39
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- stars - camptocamp/bivac
- awesome-restic - BIVAC - Backup Interface for Volumes Attached to Containers (Other)
- awesome-starred - camptocamp/bivac - 🏕 📦 Backup Interface for Volumes Attached to Containers (kubernetes)
README
Bivac : Backup Interface for Volumes Attached to Containers
===========================================================Website: [https://camptocamp.github.io/bivac](https://camptocamp.github.io/bivac)
[![Docker Pulls](https://img.shields.io/docker/pulls/camptocamp/bivac.svg)](https://hub.docker.com/r/camptocamp/bivac/)
[![Build Status](https://img.shields.io/travis/camptocamp/bivac/master.svg)](https://travis-ci.org/camptocamp/bivac)
[![Coverage Status](https://img.shields.io/coveralls/camptocamp/bivac.svg)](https://coveralls.io/r/camptocamp/bivac?branch=master)
[![Go Report Card](https://goreportcard.com/badge/github.com/camptocamp/bivac)](https://goreportcard.com/report/github.com/camptocamp/bivac)
[![Gitter](https://img.shields.io/gitter/room/camptocamp/bivac.svg)](https://gitter.im/camptocamp/bivac)
[![By Camptocamp](https://img.shields.io/badge/by-camptocamp-fb7047.svg)](http://www.camptocamp.com)Bivac lets you backup all your containers volumes deployed on Docker Engine, Cattle or Kubernetes using Restic.
![Bivac](img/bivac_small.png)
## Documentation
* [Overview](https://github.com/camptocamp/bivac/wiki/Home)
* [Installation](https://github.com/camptocamp/bivac/wiki/Installation)
- [Docker](https://github.com/camptocamp/bivac/wiki/Installation#docker)
- [Rancher (Cattle)](https://github.com/camptocamp/bivac/wiki/Installation#rancher-cattle)
- [Kubernetes](https://github.com/camptocamp/bivac/wiki/Installation#kubernetes)
* [Usage](https://github.com/camptocamp/bivac/wiki/Usage)
- [Backup a volume](https://github.com/camptocamp/bivac/wiki/Usage#backup-a-volume)
- [Restore a volume](https://github.com/camptocamp/bivac/wiki/Usage#restore-a-volume)
- [Manage a remote Restic repository](https://github.com/camptocamp/bivac/wiki/Usage#manage-a-remote-restic-repository)
- [Troubleshooting](https://github.com/camptocamp/bivac/wiki/Usage#troubleshooting)
* [API](https://github.com/camptocamp/bivac/wiki/API)