Project

General

Profile

Wiki » History » Revision 11

Revision 10 (Dominik Meyer, 08/02/2024 12:59 PM) → Revision 11/15 (Dominik Meyer, 08/02/2024 01:00 PM)

# Kumanda 

 Kumanda is a backup solution for **kubernetes** based on the [Advanced Maryland Automatic Network Disk Archiver (AMANDA)](https://amanda.org). 

 AMANDA is a a backup solution for backing up many clients connected by a network to a single backup host. The backup host provides  
 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  
 AMANDA and its dumping algorithm algorithms tries to optimize backup time over a predefined time range. 

 Kumanda provides  

 - a container image for running the AMANDA backup client  
 - a container image for running the AMANDA backup server  
 - and in the future a kubernetes operator to automatically instantiate backups clients and server throughout the cluster 


 ## Developers 

  - @byterazor
Go to top