LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 12-14-2006, 12:57 AM   #1
JonBL
Member
 
Registered: Oct 2006
Location: Victoria, Australia
Distribution: Fedora 10
Posts: 127

Rep: Reputation: 16
Suggestions for Backup/Restore Software


I'm after an open source backup solution for my home FC5 desktop box. On Google, I've found AMANDA, BackupPC and Bacula, amongst others, but these seem to be orientated towards enterprise network backups. I'm after s/w to perform scheduled backups to an external disk drive, similar to what Retrospect does in the WinXP world. Any suggestions?

Thanks, Jon
 
Old 12-14-2006, 01:35 AM   #2
Micro420
Senior Member
 
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986

Rep: Reputation: 45
This isn't hard to do at all. If you're just wanting to backup files and directories, just write your own script and stick it in the CRON.daily folder. If you want, I can share with you my backup script that makes full and incremental backups. I backup to an external hard drive daily.
 
Old 12-14-2006, 01:45 AM   #3
JonBL
Member
 
Registered: Oct 2006
Location: Victoria, Australia
Distribution: Fedora 10
Posts: 127

Original Poster
Rep: Reputation: 16
Thanks, Micro - I'd be interested to see your script.
 
Old 12-14-2006, 02:54 AM   #4
FredGSanford
Senior Member
 
Registered: Nov 2005
Location: USA
Distribution: Mageia 7 - Debian 10 - Artix Linux
Posts: 1,142
Blog Entries: 5

Rep: Reputation: 207Reputation: 207Reputation: 207
Take a look at Sbackup.

SBackup is a simple backup solution intended for desktop use.

I'm thinking of trying it myself.
 
Old 12-14-2006, 03:25 AM   #5
JonBL
Member
 
Registered: Oct 2006
Location: Victoria, Australia
Distribution: Fedora 10
Posts: 127

Original Poster
Rep: Reputation: 16
Thanks, Fred. Looks promising...
 
Old 12-14-2006, 10:08 AM   #6
doc.nice
Member
 
Registered: Oct 2004
Location: Germany
Distribution: Debian
Posts: 274

Rep: Reputation: 34
I recommend faubackup, this is really space-friendly for unchanged files as it uses hardlinks on the backup device!
 
Old 12-14-2006, 12:05 PM   #7
archtoad6
Senior Member
 
Registered: Oct 2004
Location: Houston, TX (usa)
Distribution: MEPIS, Debian, Knoppix,
Posts: 4,727
Blog Entries: 15

Rep: Reputation: 234Reputation: 234Reputation: 234
Would rsync work?
 
Old 12-15-2006, 03:27 AM   #8
JonBL
Member
 
Registered: Oct 2006
Location: Victoria, Australia
Distribution: Fedora 10
Posts: 127

Original Poster
Rep: Reputation: 16
rsync is handy for shipping files to another server, but this is might not be a backup/restore solution for my home FC5 box. I'm assuming I can attach an external disk drive to a USB port as we do for our backed-up WinXP box, then run a cron job to perform incremental backups of specified directories, say, /home. When disaster strikes, and I still have the backup drive, I can restore backed-up directories after restoring the box.
 
Old 12-25-2006, 12:40 AM   #10
FredGSanford
Senior Member
 
Registered: Nov 2005
Location: USA
Distribution: Mageia 7 - Debian 10 - Artix Linux
Posts: 1,142
Blog Entries: 5

Rep: Reputation: 207Reputation: 207Reputation: 207
Quote:
Originally Posted by JonBL
I'm assuming I can attach an external disk drive to a USB port as we do for our backed-up WinXP box, then run a cron job to perform incremental backups of specified directories, say, /home. When disaster strikes, and I still have the backup drive, I can restore backed-up directories after restoring the box.
That is exactly what I do with mine, except I use Debian and it takes care of everything for me using apt-get install. All I have to do is setup the config file the way I want it to backup.
 
Old 12-27-2006, 01:43 AM   #11
JonBL
Member
 
Registered: Oct 2006
Location: Victoria, Australia
Distribution: Fedora 10
Posts: 127

Original Poster
Rep: Reputation: 16
Sbackup Hard Going

Back after a couple of days away...

I've downloaded Sbackup, and following the install instructions, I need python and python-gnome2 packages installed. On my FC5 box, python is no problem. Python-gnome2 is another issue - apparently it is a Debian package. After finding it, getting it, installing dependencies (gcc, gcc-c++, python-devel, pygth2-devel, glib2-devel, gtk2-devel, libgnome-devel), python-gnome2's configure script finally runs without errors. Back to installing sbackup, "make install" runs without reported errors (that I noticed).

Then, Applications -> System Tools lists "Simple Backup Config" and "Simple Backup Restore" options. Looking good, but when clicking either of these, I get "Failed to execute child process gksudo" Apparently, this is a package that Debian/Ubuntu users have, but seems unavailable for Fedora distros at this point in time...

For the moment, it looks as though sbackup is only a backup solution for Debian and Ubuntu, but not for other distros. A pity, because the facility looked very good. Or can anyone suggest how to fix the gksudo issue on my FC5 box? Has anyone got sbackup to run on Fedora?
 
Old 12-31-2006, 11:56 PM   #12
ok4life
LQ Newbie
 
Registered: Oct 2006
Posts: 24

Rep: Reputation: 15
Quote:
Originally Posted by Micro420
This isn't hard to do at all. If you're just wanting to backup files and directories, just write your own script and stick it in the CRON.daily folder. If you want, I can share with you my backup script that makes full and incremental backups. I backup to an external hard drive daily.
Micro if you have time could you throw them scripts my way. I am currently thinking of just writing some scripts but pre written and modifed would prob. be easier

Thanks
 
Old 01-01-2007, 07:50 PM   #13
JonBL
Member
 
Registered: Oct 2006
Location: Victoria, Australia
Distribution: Fedora 10
Posts: 127

Original Poster
Rep: Reputation: 16
Ok4life, Micro420 did not respond when I asked for the scripts...

As noted above, I couldn't get Sbackup to work on my FC5 box after days of effort. I finally gave up and deployed Rsnapshot - another suggested product, which is based upon perl scripts. Installation of the package, and hooking it up to an external disk drive, was completed in about half a day (including researching how to prepare the disk), and presented no difficulties at all. Nightly backups now run as scheduled cron jobs.

Rsnapshot might meet your needs. Let me know if you want the details on how I got this working.

Good luck
 
Old 01-02-2007, 12:30 AM   #14
ok4life
LQ Newbie
 
Registered: Oct 2006
Posts: 24

Rep: Reputation: 15
Than ks Jon I will be testing with RSnapshot it sounds like that should work. I will be playing with it this week. I don't think I would have any prob. pretty simply nightly backup with and mayb FTP weekly crontab. (I like off site)
 
Old 02-02-2007, 07:08 PM   #15
rajabc
LQ Newbie
 
Registered: Feb 2007
Posts: 1

Rep: Reputation: 0
JonBl, Can you please share this information to me. Thanks
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
restore backup nkeever Linux - Newbie 2 06-19-2006 10:03 AM
Backup / Restore / Recovery software 1kyle SUSE / openSUSE 2 09-07-2005 04:07 PM
Backup Software suggestions JurgyMan Linux - Software 3 04-04-2005 04:27 PM
MBR software or tools for backup/restore Rubedogg Linux - Newbie 1 12-08-2004 03:58 PM
RH 7.3 Backup and Restore MrJoshua Linux - General 1 06-18-2003 12:39 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 05:47 PM.

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