2019-08-01 19:03:29 +02:00
|
|
|
# ckupeye
|
|
|
|
|
2019-08-02 08:15:01 +02:00
|
|
|
Small bash script for entire server backups.
|
|
|
|
|
|
|
|
It backups filesystems, sure, but also creates workable version of
|
|
|
|
PostgreSQL / MariaDB backups, Pacman / Apt software list, ACL.
|
|
|
|
It then uses [BorgBackup](https://www.borgbackup.org/) to create, compress, encrypt and send the backups.
|
|
|
|
|
|
|
|
## Notation
|
|
|
|
|
|
|
|
The machine is backed up is called the client,
|
|
|
|
the machine that stores the backup is called the server.
|