Managing SSH chroots to backup a lot of machines
Ludovic Poujol
0c674f2440
All checks were successful
gitea/evobackup/pipeline/head This commit looks good
|
||
---|---|---|
client | ||
server | ||
.gitignore | ||
.Jenkinsfile | ||
README.md |
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.