Project

General

Profile

Wiki » History » Version 7

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

1 1 Dominik Meyer
# Kumanda
2 2 Dominik Meyer
3 6 Dominik Meyer
A backup solution for kubernetes based on the [Advanced Maryland Automatic Network Disk Archiver (AMANDA)](https://amanda.org).
4
5 7 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
a tape drive, tape library, or a virtual tape library based on hard-disks or even S3 buckets.
7
8
9 2 Dominik Meyer
## Description 
10 5 Dominik Meyer
11
Availability of data is one of the important Cybersecurity goals. In general, the availability of data is ensured by redundancy and backups. 
12 1 Dominik Meyer
In cloud infrastructures like AWS, Azure, and Google the cloud provider is providing complete storage solutions including backups. These 
13 7 Dominik Meyer
backup systems are directly connected to the storage cluster and the end-user has minimal control over the backup. Redundancy is easily 
14
implemented in a cluster for cloning 
15 5 Dominik Meyer
16 3 Dominik Meyer
17
18 4 Dominik Meyer
## Developers
19 3 Dominik Meyer
20
 - @byterazor 
Go to top