Jump to content

Recommended Posts

Posted
How do people most people backup their nix systems? Shell Scripting, Open Source Software, Commercial Software or a combination?
Posted

We use a script on our redhat servers that invokes Rsync... RSync then backs up everything on that server to our stoarge server. As for actual OS Backups we just use images - if a server goes down we'll reimage it. Anything we configure like "apache" or "mysql" etc etc all the config files and databases are backed up when RSync runs.

 

Does the job perfect!

  • Thanks 1
Posted
files are just tarballed and rsynced somewhere else. databases are exported to files (eg, mysqldump for MySQL systems), tarballed and rsynced separately.
  • Thanks 1
Posted

rdiff-backup and a database backup script that runs just before rdiff-backup.

 

Most stuff is templated or puppetable, so it's really only the data we care about.

  • Thanks 1
Posted

Most of our linux servers are VMs so we use Veeam with pre & post snapshot scripts for stopping & starting MySQL/PostgreSQL etc.

 

Otherwise use rsnapshot backup.

  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...