Managing SSH chroots to backup a lot of machines
Find a file
Ludovic Poujol 0f7570fb87
All checks were successful
gitea/evobackup/pipeline/head This commit looks good
server: bkctld-check-setup : Add a check to ensure inc creation time is bellow a given warning/critical threshold
Time threshold being configured as :
INCTIME_WARNING > 12 hours by default
INCTIME_CRITICAL > 18 hours by default
2025-01-14 11:36:48 +01:00
client Client - Release 25.01 2025-01-07 17:32:01 +01:00
server server: bkctld-check-setup : Add a check to ensure inc creation time is bellow a given warning/critical threshold 2025-01-14 11:36:48 +01:00
.gitignore add gobal .gitignore 2022-11-28 15:27:26 +01:00
.Jenkinsfile CI: Push *.buildinfo too 2022-12-22 11:39:42 +01:00
README.md README formatting 2024-04-30 09:59:37 +02:00

EvoBackup

EvoBackup is a combination of tools to manage backups on Evolix servers.

The client side

What you install on the servers you want to backup.

There is a backup script (usually executed by cron or similar), a utility script and some libraries.

More information in the client README.

The server side

What you install on the servers that store the backups.

This is also known as bkctld : a program to manage SSH servers in chroots to isolate backup destinations, daily copies and data retention.

More information in the server README.