2011 LinuxQuestions.org Members Choice Awards This forum is for the 2011 LinuxQuestions.org Members Choice Awards.
You can now vote for your favorite products of 2011. 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
|
  
|
127 |
37.35% |
|
tar
|
  
|
37 |
10.88% |
|
Clonezilla
|
  
|
29 |
8.53% |
|
AMANDA
|
  
|
51 |
15.00% |
|
Bacula
|
  
|
11 |
3.24% |
|
BackupPC
|
  
|
13 |
3.82% |
|
dump
|
  
|
1 |
0.29% |
|
DAR
|
  
|
0 |
0% |
|
Time Vault
|
  
|
2 |
0.59% |
|
Duplicity
|
  
|
7 |
2.06% |
|
cpio
|
  
|
3 |
0.88% |
|
rsnapshot
|
  
|
12 |
3.53% |
|
rdiff-backup
|
  
|
5 |
1.47% |
|
Areca-Backup
|
  
|
3 |
0.88% |
|
partimage
|
  
|
4 |
1.18% |
|
G4L
|
  
|
0 |
0% |
|
FSArchiver
|
  
|
4 |
1.18% |
|
Back In Time
|
  
|
10 |
2.94% |
|
luckyBackup
|
  
|
21 |
6.18% |
 |
|
02-03-2012, 12:03 AM
|
#46
|
|
LQ Newbie
Registered: Feb 2012
Posts: 1
Rep: 
|
Amanda is best solution for backup and Amanada enterprise makes the Backup Restore monitoring and reporting very easy.
|
|
|
|
02-03-2012, 07:05 AM
|
#47
|
|
LQ Newbie
Registered: Apr 2009
Posts: 8
Rep:
|
Quote:
Originally Posted by kyung
I prefer Thunderbird on Ubuntu
|
gee
Do you send all of your files via mail and administer backups with thunderbird? :-P
|
|
|
|
02-05-2012, 07:50 AM
|
#48
|
|
Member
Registered: Oct 2010
Location: Serbia (Europe)
Distribution: Slackware 13.1
Posts: 74
Rep:
|
I use tar 
|
|
|
|
02-07-2012, 12:45 PM
|
#49
|
|
LQ Newbie
Registered: Feb 2007
Location: Athens, Greece
Distribution: aptosid
Posts: 4
Rep:
|
I use luckybackup
That's why I made it after all !!

|
|
|
|
02-07-2012, 02:29 PM
|
#50
|
|
Member
Registered: Jul 2003
Location: On the Beaches of Super Sunny Southern San Clemente, California USA
Distribution: Slackware - duh!
Posts: 513
Rep: 
|
Quote:
Originally Posted by kyung
I prefer Thunderbird on Ubuntu
|
wut???
I hear that Internet Exploder is a great backup solution for ewbuntu too!
Man, there's always something that gets me rolling on the floor laughing, but this one takes the cake for todays obligatory giggle.
|
|
|
|
02-07-2012, 05:29 PM
|
#51
|
|
LQ Newbie
Registered: Feb 2012
Posts: 2
Rep: 
|
Amanda Enterprise is a cut above the rest!
Simple and easy to use. Has support for most operating systems so works very well in a heterogenous environment. The backups are always consistent. The technical staff are top notch.
Last edited by MeenaSequeira; 02-07-2012 at 05:30 PM.
|
|
|
|
02-08-2012, 11:51 AM
|
#52
|
|
Senior Member
Registered: May 2010
Location: Dehradun, Uttarakhand, India
Distribution: RHEL, CentOS, Fedora, Ubuntu, Debian
Posts: 1,346
|
rsync always.
|
|
|
|
02-08-2012, 04:03 PM
|
#53
|
|
LQ Newbie
Registered: Jan 2009
Posts: 1
Rep:
|
Amanda.
|
|
|
|
02-08-2012, 10:58 PM
|
#54
|
|
LQ Newbie
Registered: Jan 2006
Location: Sweden
Distribution: Debian, CrunchBang, Ubuntu
Posts: 11
Rep:
|
rsnapshot
rsnapshot.
I'm using rsync today though. Manually. Plus some scripts I've written.
I really should install and configure rsnapshot again. I really should. 
|
|
|
|
02-09-2012, 01:03 AM
|
#55
|
|
LQ Newbie
Registered: Jan 2012
Posts: 10
Rep: 
|
I use dd, I guess it is not on the list 
|
|
|
|
02-09-2012, 01:46 PM
|
#56
|
|
LQ Newbie
Registered: Feb 2012
Posts: 1
Rep: 
|
I use rsync and amanda. Rsync is nice when I have lots of extra disk space.
Amanda is nice for running a tape drive.
We have 500Tbytes of data and do not have bandwidth to run full backups of all these data.
Rsync is used to capture only the changes.
Caution: when using rsync with the --delete function, be sure there is good data in the source directories.
I was burned badly when a cron job kicked of a rsync task with the --delete option and the
source was an empty diretory. All data in the target directory was be ERASED!
Still...my fault...rsync and AMANDA rock!
|
|
|
|
02-10-2012, 03:29 AM
|
#57
|
|
LQ Newbie
Registered: Feb 2007
Location: Athens, Greece
Distribution: aptosid
Posts: 4
Rep:
|
Quote:
Originally Posted by lhb
I was burned badly when a cron job kicked of a rsync task with the --delete option and the
source was an empty diretory. All data in the target directory was be ERASED!
|
Give luckybackup a try lhb.
It utilizes rsync and will never perform an empty dir transfer 
|
|
|
|
02-10-2012, 11:31 PM
|
#58
|
|
Member
Registered: Jan 2007
Posts: 207
Rep:
|
Surprised to see such a large gap between Amanda and Baccula.
|
|
|
|
02-13-2012, 07:09 AM
|
#59
|
|
Senior Member
Registered: Aug 2007
Location: Massachusetts, USA
Distribution: Solaris 9 & 10, Mac OS X, Ubuntu Server
Posts: 1,189
Rep: 
|
Amanda has a large user base. They don't make much noise, because it pretty much just works once it's set up. I have several Amanda servers working across several departments, and I just keep a casual eye on them, occasionally reviewing and checking backups. I once had a major tape drive failure that took a few days to resolve (hardware repair). I didn't have time to worry about Amanda. On its own, Amanda saw the tape drive failure, checked how much holding disk was available, and dropped back to incremental backups only, to conserve space. It sent me a report and continued working that way until the drive was back up. When the drive became available, Amanda saw it on its own, flushed all the incremental backups to the next tape, and proceeded to catch up with full backups. Pretty amazing and intelligent. I never had to touch it through the whole process.
|
|
|
|
| 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 04:10 AM.
|
|
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
|
|