LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-22-2009, 02:37 PM   #1
chrisryn
LQ Newbie
 
Registered: Dec 2009
Posts: 2

Rep: Reputation: 0
Backup software that works with linux and windows


I have about 16 computers running windows. I have a server running ubuntu. I want to be able to back up certain folders on the windows machines to the ubuntu server. Then I want to be able to back up the ubuntu server to an off site location. I have looked into rsync but am not sure if this will do what I need. Any recommendation to achieve this. I would like to use the differential back up ability if possible. The connection between the main location and the off site isn't fast enough to do a daily full back up.
 
Old 12-22-2009, 03:03 PM   #2
kbp
Senior Member
 
Registered: Aug 2009
Posts: 3,790

Rep: Reputation: 653Reputation: 653Reputation: 653Reputation: 653Reputation: 653Reputation: 653
You'll need to think about what your requirements are first,
eg.
- how long do I want to retain backups for
- how quickly do I need to be able to recover from a complete failure
- will I need to restore files ad-hoc

You may find that a tape drive attached to the server is a better option

cheers
 
Old 12-22-2009, 03:11 PM   #3
worm5252
Member
 
Registered: Oct 2004
Location: Atlanta
Distribution: CentOS, RHEL, HP-UX, OS X
Posts: 567

Rep: Reputation: 57
Your Budget also depends on this. Just because it is open source does not mean it is free. I know Symantec Netbackup will do both Windows and Linux clients, but it isn't cheap.
 
Old 12-22-2009, 03:12 PM   #4
chrisryn
LQ Newbie
 
Registered: Dec 2009
Posts: 2

Original Poster
Rep: Reputation: 0
the backups are for catastrophic events only. We have a large document repository that are also stored as paper documents. If something happened to our building fire or something and we lost the paper files and the server, I don't want it to be a total loss. It would be a back up from the 16 computers to the server then almost a mirror on the off site. Once the first full backup is made I only want backup what was changed daily (if a file is removed the same file on the off site server also gets removed ect.) The only time I would need to restore is if something happened to the main building.
 
Old 12-22-2009, 03:26 PM   #5
manifoldronin
LQ Newbie
 
Registered: Aug 2007
Distribution: kubuntu 9.10
Posts: 4

Rep: Reputation: 0
I've been using synbak to backup between linux boxes. It worked out pretty well for me.

From their web site: http://www.initzero.it/portal/en/pro...ynbak/overview it seems to have a windows version too.
 
Old 12-22-2009, 05:38 PM   #6
kbp
Senior Member
 
Registered: Aug 2009
Posts: 3,790

Rep: Reputation: 653Reputation: 653Reputation: 653Reputation: 653Reputation: 653Reputation: 653
If you only ever do one full backup, your differential will never stop growing eventually being larger than your full backup.

I'd probably have to go with a local tape backup and offsite storage, there are plenty of companies who will do tape storage, pickups and dropoffs for you

cheers
 
Old 12-22-2009, 09:04 PM   #7
choogendyk
Senior Member
 
Registered: Aug 2007
Location: Massachusetts, USA
Distribution: Solaris 9 & 10, Mac OS X, Ubuntu Server
Posts: 1,197

Rep: Reputation: 105Reputation: 105
Take a look at Amanda -- http://amanda.zmanda.com/. In principle it can do everything you want. It's just a matter of deciding on details and policy and setting up the right configuration.
 
Old 12-22-2009, 10:00 PM   #8
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Code:
sudo apt-get install backuppc
less /usr/share/doc/backuppc/README.Debian
Read, configure, enjoy :-)

Use the samba backend for the windows hosts and use rsync over ssh for the offsite backup mirror.
Your local ubuntu machine can do daily partial backs and weekly full backups, and you can sync the weekly full backup to the offsite machine with the slow connection.

Evo2.
 
Old 12-31-2009, 07:21 AM   #9
cod3fr3ak
LQ Newbie
 
Registered: Mar 2008
Posts: 23

Rep: Reputation: 15
I use bacula a t smallish set I help run. It was interesting to setup, but very flexible. it also has a pretty good windows client. You can also backup to disk. with iSCSI pretty cheap you can setup a 3 legged backup system (local, iSCSI, and tape).
 
Old 12-31-2009, 08:29 AM   #10
Skaperen
Senior Member
 
Registered: May 2009
Location: center of singularity
Distribution: Xubuntu, Ubuntu, Slackware, Amazon Linux, OpenBSD, LFS (on Sparc_32 and i386)
Posts: 2,684
Blog Entries: 31

Rep: Reputation: 176Reputation: 176
Quote:
Originally Posted by chrisryn View Post
the backups are for catastrophic events only. We have a large document repository that are also stored as paper documents. If something happened to our building fire or something and we lost the paper files and the server, I don't want it to be a total loss. It would be a back up from the 16 computers to the server then almost a mirror on the off site. Once the first full backup is made I only want backup what was changed daily (if a file is removed the same file on the off site server also gets removed ect.) The only time I would need to restore is if something happened to the main building.
Don't forget to actually test the backups, too. You don't want to be in a position to find that, with your building levelled by some event, your backups are corrupt or out of date. Don't just test once ... test regularly. And document the procedures at the backup site (backups are no good if the surviving staff don't know what to do).
 
Old 12-31-2009, 10:48 AM   #11
cod3fr3ak
LQ Newbie
 
Registered: Mar 2008
Posts: 23

Rep: Reputation: 15
Amen Skaperen.
 
  


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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows Backup Software (diff backup without archive bit) nkhajanchi.mg@gmail.com Linux - Software 4 09-09-2009 09:29 AM
Backup Software that runs on CentOS and backs up Linux and Windows sstory Linux - Enterprise 31 06-01-2009 07:00 AM
Backup Software for Linux & Windows jantman Linux - Software 1 08-03-2006 11:10 AM
Fre graphical BACKUP software -- this works 1kyle Linux - Software 1 12-13-2004 11:34 AM
Backup software for Linux and Windows? cottonmouth Linux - Software 4 11-13-2002 10:49 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:53 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