LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 10-28-2008, 07:09 AM   #61
ilikejam
Senior Member
 
Registered: Aug 2003
Location: Glasgow
Distribution: Fedora / Solaris
Posts: 3,109

Rep: Reputation: 97

Hi again. Don't know what's going on with the notifications...

I think I might know what the problem is with the FSes not mounting at boot. The /etc/fstab lines should read:
/dev/sdb1 /backup ext3 defaults 1 1
/dev/sdc1 /backup2 ext3 defaults 1 1

Defaults is plural in fstab.

Try that out for size.

Dave
 
Old 10-30-2008, 02:04 PM   #62
problemchild200
Member
 
Registered: Jul 2008
Posts: 46

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by ilikejam View Post
Hi again. Don't know what's going on with the notifications...

I think I might know what the problem is with the FSes not mounting at boot. The /etc/fstab lines should read:
/dev/sdb1 /backup ext3 defaults 1 1
/dev/sdc1 /backup2 ext3 defaults 1 1

Defaults is plural in fstab.

Try that out for size.

Dave


The "S" fixed it. Thanks a bunch! Now I have to share and backup from one to the other. Wish me luck. Im sure I will have a few more questions. Thanks for sticking with me to the end. I really appreciate all the help.

Is this something that can be scheduled to run every night auto?
"The backup's probably easiest done with rsync over ssh, something like:
# rsync -av --delete -e ssh /backup linux2:/backup

Or maybe tar (more traditional) over ssh:
# cd /
# tar cvf - /backup | ssh "cd /; cat - | tar xvf -"

rsync's far, far more efficient once the first backup's done, but tar works everywhere (even on Solaris and various other unix, but I'm guessing that's not a big deal for you right now).

Dave"

If you ever come to America let me know I will buy you lunch.

Last edited by problemchild200; 10-30-2008 at 02:16 PM.
 
Old 10-30-2008, 04:21 PM   #63
ilikejam
Senior Member
 
Registered: Aug 2003
Location: Glasgow
Distribution: Fedora / Solaris
Posts: 3,109

Rep: Reputation: 97
Hey man.

There's a decent howto on rsync on LQ here:
http://www.linuxquestions.org/linux/...etween_servers

If you want to have it run completely unattended, you'll have to set up SSH keys so you don't get asked for a password. There's a another rather good howto on LQ for just that here:
http://www.linuxquestions.org/linux/...ation_with_ssh

Any questions about the above, just shout. SSH using keys can be slightly picky about the exact configuration of your machines (permissions etc), but I think I've seen every misconfiguration that's possible, so it shouldn't take long to figure out if it doesn't work first time.

Dave
 
Old 10-31-2008, 12:55 AM   #64
problemchild200
Member
 
Registered: Jul 2008
Posts: 46

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by ilikejam View Post
Hey man.

There's a decent howto on rsync on LQ here:
http://www.linuxquestions.org/linux/...etween_servers

If you want to have it run completely unattended, you'll have to set up SSH keys so you don't get asked for a password. There's a another rather good howto on LQ for just that here:
http://www.linuxquestions.org/linux/...ation_with_ssh

Any questions about the above, just shout. SSH using keys can be slightly picky about the exact configuration of your machines (permissions etc), but I think I've seen every misconfiguration that's possible, so it shouldn't take long to figure out if it doesn't work first time.

Dave

I have syncback running a job from 1 server to another already for our oracle backup. I tried to create 2 more jobs to back up linux1/backup to linux2/backup and linux1/backup2 to linux2/backup2. Both jobs failed stating cant access server. But I was able to read/write to all four folders so Im not sure what the issue is?

I already use syncback so I would rather just stick with that for now. This has taken so long that both myself and the customer is ready to move on.

Thanks again.....
 
Old 11-06-2008, 11:14 AM   #65
problemchild200
Member
 
Registered: Jul 2008
Posts: 46

Original Poster
Rep: Reputation: 15
Bumping my last post to send you an email.....
 
Old 11-06-2008, 12:03 PM   #66
ilikejam
Senior Member
 
Registered: Aug 2003
Location: Glasgow
Distribution: Fedora / Solaris
Posts: 3,109

Rep: Reputation: 97
Hi again.

I wasn't aware there was a syncback release for Linux, so I'm not familiar with how it works. Is there a demon that runs on each machine?

Dave
 
Old 11-07-2008, 09:40 AM   #67
problemchild200
Member
 
Registered: Jul 2008
Posts: 46

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by ilikejam View Post
Hi again.

I wasn't aware there was a syncback release for Linux, so I'm not familiar with how it works. Is there a demon that runs on each machine?

Dave

I got it working. I have syncback running on the windows fax server. I found a password problem with one of the linux servers and fixed that. Now the backups are working. Thanks again for all the help. I could not have done this without you helping me. I learned a lot about linux. It can be a real PITA. Not sure if I will ever do a linux server again. I know windows inside and out and it is simple to get things done in windows. Sorry to say time just does not allow me to spend 2 months setting up servers. Installs need to happen in hours not months. I guess if I used redhat I could have called support but they would have been on the phone for days helping me.

Thanks again.
Michael
 
Old 11-07-2008, 02:14 PM   #68
ilikejam
Senior Member
 
Registered: Aug 2003
Location: Glasgow
Distribution: Fedora / Solaris
Posts: 3,109

Rep: Reputation: 97
Fair enough. Glad you're up and running. I've learned a thing or two in this thread too.

Unix is a royal pain in the arse at first. Eventually, though, you learn to enjoy it.
Much like a good vindaloo, really.

Dave
 
Old 11-08-2008, 07:43 AM   #69
problemchild200
Member
 
Registered: Jul 2008
Posts: 46

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by ilikejam View Post
Fair enough. Glad you're up and running. I've learned a thing or two in this thread too.

Unix is a royal pain in the arse at first. Eventually, though, you learn to enjoy it.
Much like a good vindaloo, really.

Dave
Murphys law........

NO sooner we get both linux boxes going and we have the windows box go down. I had an nvram mismatch in bios for the raid. Called dell and it ended up being a bad stick of ram. Corrupted one mirror (data not OS). Took 2.5 hrs to fix and done. I shutter to think what it would have taken in linux.
 
  


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
Merging freespace and an EXT3 partition matteom Linux - General 1 06-03-2007 10:50 PM
Making another partition from freespace DIRdiver Linux - Newbie 7 01-21-2007 03:36 PM
Resolution, stuck at 800 x 600!? Lintux Debian 6 03-30-2005 08:27 AM
Stuck in 800 x 600 resolution SuSe 9.1 dchoward1977 Linux - Newbie 15 09-02-2004 08:41 PM
Partition too small, and now stuck..HELP blakehampton Linux - Newbie 1 01-19-2004 04:21 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

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