LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > 2014 LinuxQuestions.org Members Choice Awards
User Name
Password
2014 LinuxQuestions.org Members Choice Awards This forum is for the 2014 LinuxQuestions.org Members Choice Awards.
You can now vote for your favorite products of 2014. This is your chance to be heard! Voting ends on February 3rd.


Notices


View Poll Results: Backup Application of the Year
AMANDA 10 3.62%
Areca-Backup 0 0%
Back In Time 10 3.62%
BackupPC 3 1.09%
Bacula 11 3.99%
Burp 2 0.72%
Clonezilla 29 10.51%
cpio 1 0.36%
Deja Dup 8 2.90%
dump 3 1.09%
Duplicity 4 1.45%
FSArchiver 2 0.72%
G4L 1 0.36%
git-annex 2 0.72%
luckyBackup 19 6.88%
partimage 0 0%
rdiff-backup 2 0.72%
Redo Backup and Recovery 2 0.72%
rsnapshot 13 4.71%
rsync 118 42.75%
sbackup 0 0%
tar 30 10.87%
tarsnap 3 1.09%
Time Vault 0 0%
ZBackup 2 0.72%
Snapper 1 0.36%
Voters: 276. You may not vote on this poll

Reply
  Search this Thread
Old 12-15-2014, 09:26 PM   #1
jeremy
root
 
Registered: Jun 2000
Distribution: Debian, Red Hat, Slackware, Fedora, Ubuntu
Posts: 13,602

Rep: Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084
Backup Application of the Year


What's your preferred tool for backups?

--jeremy
 
Old 12-15-2014, 09:39 PM   #2
astrogeek
Moderator
 
Registered: Oct 2008
Distribution: Slackware [64]-X.{0|1|2|37|-current} ::12<=X<=15, FreeBSD_12{.0|.1}
Posts: 6,264
Blog Entries: 24

Rep: Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194
Simple scripts based on rsync do the trick!
 
Old 12-15-2014, 10:34 PM   #3
cyent
Member
 
Registered: Aug 2001
Location: ChristChurch New Zealand
Distribution: Ubuntu
Posts: 398

Rep: Reputation: 87
Normally I would have voted "rsync", but I have a new most used tool.

zbackup. http://zbackup.org/

Why?

* It's so simple and unixy. It's a simple stdin to stdout source or sink.
* It does deduplication on the fly.
* It encrypts.


I like to backup my current work in progess on to a usb pen to take home with me... I don't need to remember or enter the password, just set it up on my work and home pcs, and

tar c --exclude=bld mainline | zbackup --password-file ~/.zbackup backup /media/usbpen/zbackup/backup/working_on_YYY

Now if I lose my usbpen... tough. It's encrypted.

Last edited by cyent; 12-15-2014 at 10:42 PM.
 
Old 12-16-2014, 02:10 PM   #4
wolsonjr
Member
 
Registered: Aug 2007
Location: IL/US
Distribution: Deb, Mint, Slack, LFS, Fedora, Ubuntu(LXDE)
Posts: 71

Rep: Reputation: 34
Clonezilla for major monthly, but rsync and tar for nightly.
 
Old 12-17-2014, 01:57 AM   #5
Tux!
Member
 
Registered: May 2011
Location: Netherlands
Distribution: openSUSE
Posts: 114

Rep: Reputation: 32
A combination of tar, gzip, rsync, scp, postgres and perl

Avarage restore time for any file over that last 7 years is less than 15 seconds
 
Old 12-17-2014, 02:06 AM   #6
TenTenths
Senior Member
 
Registered: Aug 2011
Location: Dublin
Distribution: Centos 5 / 6 / 7
Posts: 3,475

Rep: Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553
Quote:
Originally Posted by astrogeek View Post
Simple scripts based on rsync do the trick!
+1!

Dirvish and custom "to-tape" scripts. Pity Dirvish isn't on the poll.
 
Old 12-17-2014, 02:26 AM   #7
chrisretusn
Senior Member
 
Registered: Dec 2005
Location: Philippines
Distribution: Slackware64-current
Posts: 2,971

Rep: Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548
rsnapshot, it's part of my automated backup plan.

Depending on need, also in my backup tool chest are Clonezilla, Grsync, FSArchiver and occasionally Redo Backup and Recovery.
 
Old 12-17-2014, 04:22 AM   #8
metalaarif
Member
 
Registered: Oct 2011
Location: Nepal
Distribution: RHEL, CentOS, Slackware
Posts: 131
Blog Entries: 1

Rep: Reputation: 3
There are so many good ones but I think I will support TAR, it does what it needs to do.

I love Clonezilla, Amanda, Bacula.
 
Old 12-17-2014, 06:25 AM   #9
kooru
Senior Member
 
Registered: Sep 2012
Posts: 1,385

Rep: Reputation: 275Reputation: 275Reputation: 275
simply rsync
 
Old 12-17-2014, 07:43 AM   #10
lm8
Member
 
Registered: Oct 2012
Distribution: Debian Linux, AntiX, Win32, FreeBSD, Android
Posts: 80

Rep: Reputation: Disabled
I like the bsdtar variant of tar. I also like the BSD version of gzip in conjunction with bsdtar although I've made some changes to the code to improve portability and eliminate the internal lzw code and use liblzw instead (in addition to the zlib and xz libraries it already uses). I also use zip and unzip a lot.
 
Old 12-17-2014, 07:52 AM   #11
fatmac
LQ Guru
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: Mainly Devuan, antiX, & Void, with Tiny Core, Fatdog, & BSD thrown in.
Posts: 5,493

Rep: Reputation: Disabled
Voted for tar, as that is easy to use, would also have liked to vote for rsync, as that is what I use over an ethernet link.
 
Old 12-17-2014, 08:01 AM   #12
TxLonghorn
Member
 
Registered: Feb 2004
Location: Austin Texas
Distribution: Mandrake 9.2
Posts: 702

Rep: Reputation: 231Reputation: 231Reputation: 231
Grsync makes life easy...
 
Old 12-17-2014, 03:28 PM   #13
j_v
Member
 
Registered: Oct 2011
Distribution: Slackware64
Posts: 364

Rep: Reputation: 67
dirvish
 
Old 12-17-2014, 04:08 PM   #14
jeremy
root
 
Registered: Jun 2000
Distribution: Debian, Red Hat, Slackware, Fedora, Ubuntu
Posts: 13,602

Original Poster
Rep: Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084
It doesn't appear that there's been an official Dirvish release in almost a decade.

--jeremy
 
Old 12-17-2014, 09:21 PM   #15
admorgan
LQ Newbie
 
Registered: Jun 2014
Posts: 4

Rep: Reputation: Disabled
obnam is my goto tool.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Backup Application of the Year jeremy 2013 LinuxQuestions.org Members Choice Awards 36 03-06-2014 10:48 PM
Backup Application of the Year jeremy 2012 LinuxQuestions.org Members Choice Awards 51 02-03-2013 10:10 PM
Backup Application of the Year jeremy 2011 LinuxQuestions.org Members Choice Awards 58 02-13-2012 07:09 AM
Backup Application of the Year jeremy 2010 LinuxQuestions.org Members Choice Awards 43 03-14-2011 10:06 AM
Backup Application of the Year jeremy 2008 LinuxQuestions.org Members Choice Awards 46 03-05-2010 10:50 PM

LinuxQuestions.org > Forums > 2014 LinuxQuestions.org Members Choice Awards

All times are GMT -5. The time now is 09:39 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration