Wiki » History » Version 13
Dominik Meyer, 08/02/2024 08:52 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 | 11 | Dominik Meyer | AMANDA and its dumping algorithm 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 | 12 | Dominik Meyer | - and in the future a kubernetes operator to automatically instantiate backup clients and servers throughout the cluster |
14 | 3 | Dominik Meyer | |
15 | 13 | Dominik Meyer | ## For whom is this helpful |
16 | |||
17 | - If you want file level control of the backup of your Physical Volume Claims, Volume Mounts |
||
18 | - If you are running a bare-metal kubernetes cluster with and without a dedicated storage solution |
||
19 | 3 | Dominik Meyer | |
20 | 4 | Dominik Meyer | ## Developers |
21 | 3 | Dominik Meyer | |
22 | - @byterazor |