* Automatic backup of databases: A set of database backup scripts detects exsiting locally running database services and puts a compressed dump file per database scheme to a local backup directory.
* Automatic backup of databases: A set of database backup scripts detects exsiting locally running database services and puts a compressed dump file per database scheme to a local backup directory.
* local encryption of all data to backup.
* local encryption of all data before transferring to backup storage
* no agent, no sattelite, no central backup server. We deploy the software and a config set to a server and the backup will run itself
* no agent, no sattelite, no central backup server. We deploy the software and a config set to a server and the backup will run itself
* you can add custom scripts in many hooks to react if actions failed or were ok
* supported restore actions:
* restore files files from backup storage
* restic on linux: mount restic repository with fuse - then you can browse through snapshots and data like in a normal filesystem
* restore a single database with some comfort
# How does it work? #
# How does it work? #
There is scheduler, that waits for a time to start.