sysadmin/backup
Pijus Kamandulis 0dc8ef88ad
Create README.md
2019-01-17 02:05:19 +02:00
..
README.md Create README.md 2019-01-17 02:05:19 +02:00
make-backup.sh Create make-backup.sh 2019-01-17 01:41:58 +02:00
pull-backups.sh Create pull-backups.sh 2019-01-17 01:53:20 +02:00

README.md

/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