diff --git a/docs/10_Features.md b/docs/10_Features.md index 80e3139c26186f36a1892e9f0a1b3c65a915d127..45027b8bde997be0bbf43a7f7be703f2b0b4e0e2 100644 --- a/docs/10_Features.md +++ b/docs/10_Features.md @@ -1,12 +1,15 @@ * 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 +* 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? # -There is scheduler, that waits for a time to start. - For backup it makes * the dump of all found local databases and then