radiorabe / backup

Backup process and automation scripts
GNU Affero General Public License v3.0
3 stars 1 forks source link

RaBe Backup

Radio RaBe Backup process and automation scripts.

System Context

Concepts

Scripte

Setup

As root on the backup server:

git clone https://github.com/radiorabe/backup
make install

Create a backup user within a ssh key:

su - backup
mkdir .ssh
ssh-keygen -t rsa -b 4098 -C "backup@vm-1001" -f ~/.ssh/id_backup

Usage

As root:

systemctl start rabe-backup

or

/user/local/scripts/backup/run-all.sh

RPM Packaging

Since it is not finished yet, I parked packaging files (-see README.md) in the branch legacy.

License

Radio RaBe Backup process and automation scripts is released under the terms of the GNU Affero General Public License. Copyright 2016 Radio RaBe. See LICENSE for further information.