apeo Posted June 11, 2012 Posted June 11, 2012 How do people most people backup their nix systems? Shell Scripting, Open Source Software, Commercial Software or a combination?
cpjitservices Posted June 11, 2012 Posted June 11, 2012 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! 1
Geoff Posted June 11, 2012 Posted June 11, 2012 files are just tarballed and rsynced somewhere else. databases are exported to files (eg, mysqldump for MySQL systems), tarballed and rsynced separately. 1
CyberNerd Posted June 11, 2012 Posted June 11, 2012 rsync with rsback, mysqldump rsback: pollux.franken.de 1
Guest Guest Posted June 11, 2012 Posted June 11, 2012 Rsync etc as above or; BackupPC: Open Source Backup to disk - hardlink based "dedup" like backup system. MySQLDumper - Backup your MySQL-Database (e.g. forum, guestbooks and online shops) - good for backing up large DBs.
pete Posted June 11, 2012 Posted June 11, 2012 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. 1
glennda Posted June 11, 2012 Posted June 11, 2012 MySQL stuff is dumped tarballed and then picked up via Backup PC in my old place along with configs/ T 1
Ashm Posted June 11, 2012 Posted June 11, 2012 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. 1
sjatkn Posted June 11, 2012 Posted June 11, 2012 I guess it depends on how much data and how many servers. In my previous school that was as much as possible Linux based servers we used Amanda ( Amanda Network Backup: Open Source Backup for Linux, Windows, UNIX and OS X). 1
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now