Skip to content

vsyrovat/backups

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This script make full mysql dump and incremental files backup.

Suppose this script placed in folder
~/backups/

and you have configuration:
~/backups/
    confs/
      myserver/
        myaccount.rb

To run backup task type in console:
~/backups/run myserver/myaccount

then backup data will be placed in
~/backups/data/myserver/myaccount/


DEPENDENCIES:
You need to be installed
locally:
  rsync
  tar
  pigz
  sshpass
remotely:
  rsync
  mysqldump

About

ruby script for backups unix accounts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages