Create README.md

This commit is contained in:
Pijus Kamandulis 2019-01-17 02:05:19 +02:00 committed by GitHub
parent 6b1670f9d7
commit 0dc8ef88ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

15
backup/README.md Normal file
View File

@ -0,0 +1,15 @@
# /sysadmin/backup
#### Scripts to backup data from servers
## Scripts
* `make-backup.sh` - Makes backups of files and databases
* `pull-backups.sh` - Retrieves backups from remote server
## Usage example
Server `A` is a server we want to backup
Server `B` is a server that we want to store backups on
The script `make-backup.sh` is put on server `A` and is being runned by a cron job
Script `pull-backups.sh` is put on sercer `B` and is being runned by a cron job
Server `A` makes backups of important data and stores them
Server `B` downloads these backups and stores them on itself