Skip to content
Snippets Groups Projects
Commit 0c2ff046 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

update docs

parent 8c6a7ed7
No related branches found
No related tags found
No related merge requests found
* 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.
For backup it makes For backup it makes
* the dump of all found local databases and then * the dump of all found local databases and then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment