On Fri, 23 Feb 2007, Eur Ing Chris Green wrote:
What do others here use to backup data on their machines (if anything!)?
I'm looking for something a bit more friendly (and clever) than just tar or rsync but nowhere near as big and complex as backupbuddy or backupPC. So is there anything 'in between'?
I'd like a GUI that allows me to choose directories that I want backed up and sets up a regular backup of those directories. Ideally it would allow me to have different 'levels' of backup so that, for example, very important stuff like the company accounts database would be copied offsite and frequently and less important stuff (like say /home) would just be copied to a different hard drive, possible less frequently.
I don't want total machine backup, if the machine or a disk expires I'll reinstall, that's only time consuming. All I want to backup is actual data which would be near impossible to rebuild.
If there's nothing ready made I'll just write a script using rsync, it wouldn't be too difficult.
I looked at various things in the past but decided to write a shell script. I backup a list of directories (using tar), gzip it, GPG encrypt, split into 50Mb chunks and upload it to the web space that I get with my ISP.
I run it twice, one every day for mail etc., the other every week for a full backup, including a full MySQL dump.
Works for me! :)
-Mark
----------------------------------------------------------- This message may contain confidential and/or privileged information. This information is intended to be read only by the individual or entity to whom it is addressed. If you are not the intended recipient, you are on notice that any review, disclosure, copying, distribution or use of the contents of this message is strictly prohibited. If you have received this message in error, please notify the sender immediately and delete or destroy any copy of this message.