2009 LinuxQuestions.org Members Choice Awards This forum is for the 2009 LinuxQuestions.org Members Choice Awards.
You can now vote for your favorite products of 2009. This is your chance to be heard! Voting ends on February 9th. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
|
View Poll Results: Backup Application of the Year
|
|
rsync
|
  
|
170 |
48.99% |
|
AMANDA
|
  
|
23 |
6.63% |
|
Bacula
|
  
|
11 |
3.17% |
|
BackupPC
|
  
|
15 |
4.32% |
|
dump
|
  
|
6 |
1.73% |
|
DAR
|
  
|
3 |
0.86% |
|
tar
|
  
|
50 |
14.41% |
|
Mondo Rescue
|
  
|
2 |
0.58% |
|
Time Vault
|
  
|
3 |
0.86% |
|
Clonezilla
|
  
|
31 |
8.93% |
|
Duplicity
|
  
|
2 |
0.58% |
|
FlyBack
|
  
|
2 |
0.58% |
|
cpio
|
  
|
5 |
1.44% |
|
rsnapshot
|
  
|
11 |
3.17% |
|
rdiff-backup
|
  
|
11 |
3.17% |
|
Areca-Backup
|
  
|
2 |
0.58% |
 |
|
01-07-2010, 04:00 PM
|
#1
|
root 
Registered: Jun 2000
Distribution: Debian, Red Hat, Slackware, Fedora, Ubuntu
Posts: 9,527
|
Backup Application of the Year
What's your preferred tool for backups?
--jeremy
|
|
|
|
01-07-2010, 04:54 PM
|
#2
|
|
Member
Registered: Jul 2005
Location: Manchester (UK)
Distribution: Fedora CentOS
Posts: 132
Rep:
|
Clonezilla. I love it, although I wouldn't really call it a backup tool. More a snapshot tool.
|
|
|
|
01-08-2010, 07:16 PM
|
#3
|
|
Member
Registered: Nov 2003
Location: North of the Border
Distribution: Gentoo & Debian
Posts: 155
Rep:
|
I have just always used rdiff-backup.
|
|
|
|
01-08-2010, 07:56 PM
|
#4
|
|
Senior Member
Registered: Oct 2003
Location: Bonaire
Distribution: Debian Etch/Lenny/Squeeze
Posts: 3,796
|
rsync, couldn't be easier. Other "real" back-up suites are too complicated. The more complicated a back-up solution is, the more opaque the mechanism, and I am afraid I pull my hair out when I actually have to perfrom a full restore.
jlinkels
|
|
|
|
01-08-2010, 08:25 PM
|
#5
|
|
Senior Member
Registered: Jul 2008
Location: /dev/null
Posts: 1,173
Rep: 
|
A custom rsync script, it's in my sig. ;-)
|
|
|
|
01-10-2010, 05:23 PM
|
#6
|
|
Member
Registered: Jul 2004
Location: Boston, MA
Distribution: Slackware 13 & 11; Ubuntu; Slax
Posts: 172
Rep:
|
I use full versioned backup with a local "server" replicating my repo, currently using Mercurial for all but a couple directories. It is really easy to sync across desktop and laptop, any operating system, and maintain double-updates, even just by myself 
|
|
|
|
01-10-2010, 07:26 PM
|
#7
|
|
Member
Registered: Jan 2007
Posts: 207
Rep:
|
For enterprise class backup solution in mixed MS and *nix environment Bacula is my preferred solution. Note that setting such a solution up correctly will require some investment in actually reading the manual, analysis, capacity planning, and tuning, but once you've done your due diligence and rolled to production Bacula does it's thing with minimal hassle. Role based, encryption, d2d2t, etc. Bacula offers a comprehensive solution that is truly open source that is not just a crippled "community edition" teaser calculated to be conduit to costly full featured "enterprise edition". Amanda aficionados will cite database issues with Bacula but I've never had experienced such - but then I also allocate database hardware appropriate for the task at hand. And having the sql lookup capability is a godsend on networks with more than a few systems.
Otherwise if we're talking backup for a couple systems then dump gives me all I need.
Last edited by gotfw; 01-10-2010 at 07:31 PM.
|
|
|
|
01-10-2010, 08:22 PM
|
#8
|
|
Senior Member
Registered: Oct 2003
Location: Bonaire
Distribution: Debian Etch/Lenny/Squeeze
Posts: 3,796
|
Gotfw, a quesion about Bacula. I did RTFM, even twice. But when I came to the bare metal restor chapter I started to doubt. To me it seemed restore was easy if you have your complete Bacula setup and infrastructure running. But what happens if you just have a tape and a new server just coming in from Dell with RAID arrays and all? Have you ever done a bare metal restore, and how did it go?
jlinkels
|
|
|
|
01-13-2010, 09:49 AM
|
#9
|
|
Member
Registered: Feb 2006
Location: Colorado
Distribution: sabayon
Posts: 175
Rep:
|
rsync, so easy even I can do it.
|
|
|
|
01-13-2010, 10:49 AM
|
#10
|
|
Guru
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: PocketWriter/MinimalX
Posts: 5,057
|
Remastersys
which is only for debian/ubuntu but it is great and has many options
|
|
|
|
01-13-2010, 01:30 PM
|
#11
|
|
Member
Registered: Oct 2009
Location: Cyberville
Distribution: Debian
Posts: 132
Rep:
|
Rsync rocks! Especially if you backup to slow usb devices since only the changes are backed up.
|
|
|
|
01-13-2010, 08:38 PM
|
#12
|
|
Senior Member
Registered: Jan 2009
Location: vijayawada, India
Distribution: openSUSE 11.2, Ubuntu 9.0.4
Posts: 1,155
Rep:
|
tar
|
|
|
|
01-18-2010, 02:34 PM
|
#13
|
|
Senior Member
Registered: Aug 2007
Location: Massachusetts, USA
Distribution: Solaris 9 & 10, Mac OS X, Ubuntu Server
Posts: 1,189
Rep: 
|
Amanda -- see Ten Things I Like About Amanda.
Of course, Amanda is network backup software, intended to coordinate the backup of a number of computers to a centralized backup server. Most of the items listed in the poll are not in the same class. They are intended as tools to be used in scripts, one-off backup events, or incorporated into other software. Amanda, for example, uses gnu-tar as a backup tool.
rsync is another of those basic tools that ends up getting using in lots of other scripts and backup software.
In the realm of just backing up your own user files, I might vote for rsync or one of its offshoots. But, forced to make a choice between basic tools and enterprise level network backup software, I vote for Amanda for all the reasons listed in the post quoted above.
|
|
|
|
01-19-2010, 03:31 AM
|
#14
|
|
LQ Newbie
Registered: Jan 2010
Posts: 1
Rep:
|
Quote:
Originally Posted by jlinkels
Gotfw, a quesion about Bacula. I did RTFM, even twice. But when I came to the bare metal restor chapter I started to doubt. To me it seemed restore was easy if you have your complete Bacula setup and infrastructure running. But what happens if you just have a tape and a new server just coming in from Dell with RAID arrays and all? Have you ever done a bare metal restore, and how did it go?
jlinkels
|
Which is why I like amanda
Have done a couple of bare metal restore with amanda, including ones late in the evening on the central server for the entire office, when the Raid had 2 HD failures in half an hour .
So not only can you (relatively easily) do it, it's even doable when under (very) high pressure 
|
|
|
|
01-19-2010, 06:03 AM
|
#15
|
|
Senior Member
Registered: Oct 2003
Location: Bonaire
Distribution: Debian Etch/Lenny/Squeeze
Posts: 3,796
|
Any docs on such a bare metal restore? User manual from amanda.org?
jlinkels
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 08:04 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|