Project

General

Profile

Wiki » History » Version 10

Dominik Meyer, 08/02/2024 12:59 PM

1 1 Dominik Meyer
# Kumanda
2 2 Dominik Meyer
3 10 Dominik Meyer
Kumanda is a backup solution for **kubernetes** based on the [Advanced Maryland Automatic Network Disk Archiver (AMANDA)](https://amanda.org).
4 6 Dominik Meyer
5 1 Dominik Meyer
AMANDA is a a backup solution for backing up many clients connected by a network to a single backup host. The backup host provides 
6 8 Dominik Meyer
a tape drive, tape library, or a virtual tape library based on hard-disks or even S3 buckets. Incremental and full backups are supported by 
7
AMANDA and its dumping algorithms tries to optimize backup time over a predefined time range.
8 5 Dominik Meyer
9 8 Dominik Meyer
Kumanda provides 
10 1 Dominik Meyer
11 8 Dominik Meyer
- a container image for running the AMANDA backup client 
12
- a container image for running the AMANDA backup server 
13
- and in the future a kubernetes operator to automatically instantiate backups clients and server throughout the cluster
14 3 Dominik Meyer
15
16 4 Dominik Meyer
## Developers
17 3 Dominik Meyer
18
 - @byterazor 
Go to top