LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 05-10-2007, 01:51 PM   #1
fortunepc
LQ Newbie
 
Registered: Mar 2007
Posts: 1

Rep: Reputation: 0
Smile backup Windows Server to Red Hat Linux


Hi

I want to backup Windows Server onto Red Hat Linux Server in the same office over LAN. To be more specific, I want to create a backup of the shared Folder/s that are on Windows Server to a backup directory on the Linux Server on the network. Specifically, I need to ONLY BACKUP DATA & not create a mirror or anything.

MS server is MS Windows 2003 SBS & Linux Server is RHEL4 Fedora Core 5. Your help will be appreciated.

Regards

Kshitiz

Last edited by fortunepc; 05-11-2007 at 12:45 AM.
 
Old 05-10-2007, 02:46 PM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
back up what?? you really need to give a LOT more useful information than that. at the most base level you can configure samba to provide a windows share to the windows machines...
 
Old 05-11-2007, 11:35 AM   #3
MoMule
Member
 
Registered: Jul 2006
Posts: 134

Rep: Reputation: 15
You could mount the 2003 share, then run a CRON job to copy all of the data to another location:

[HTML]mkdir /mnt/2003server
mount -t cifs //2003servername/sharename /mnt/2003server -o username=username,workgroup=domainname[/HTML]

<it should ask you for the password - type your password and hit enter>

<Then you do the following if the above worked (I am not too sure off hand as to the exact mount command - play with it a bit)>

[HTML]crontab -e[/HTML]

<type in the following or similar and save it>

[HTML]30 3 * * 0 /root/scripts/backmeup.sh >/dev/null 2>&1[/HTML]
<then>

[HTML]mkdir /var/2003serverbackups
mkdir /root/scripts
vi /root/scripts/backmeup.sh[/HTML]

<type in the following or similar and save it>

[HTML]#!/bin/bash

cp -R /mnt/2003server/ /var/2003serverbackups/[/HTML]

<finally make the .sh file executable>

[HTML]chmod +x /root/scripts/backmeup.sh[/HTML]

This should work for you.

If you want to check out rsync'ing the data, then follow this link - it saved my hide when my PDC crashed in the middle of the day, in the middle of the workweek! I had everyone up and working on my Linux archive server within 30 minutes...:

http://www.linuxquestions.org/questi...d.php?t=544559

Good luck,

Deion "Mule" Christopher

Last edited by MoMule; 05-11-2007 at 11:39 AM.
 
Old 05-14-2007, 10:35 AM   #4
cjunevicus
LQ Newbie
 
Registered: Apr 2007
Posts: 24

Rep: Reputation: 15
You could setup a free Backup Server

AdminsParadise has a free Backup Server iso.

Pop it into a server with plenty of disk space and it will automatically configure and install a backup server (Backuppc)

With this you can backup your enterprise.

Works with Linux, Freenix, Solaris, Win95, Win98, Win2000 and WinXP

It has a nice gui interface, and a great compression and pooling scheme..Identical files are only stored once..

Example 95 labtops each with a 3.6GB (average) take only 150GB to backup..

later
 
  


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
backup utility for Red hat Linux natarajk Linux - General 1 02-19-2006 05:55 AM
Red Hat Linux 9 + Windows Server 2003 + Windows XP + Fedora in same domain wolfy339 Linux - Networking 5 03-02-2005 06:03 AM
Red Hat client does not appear in Windows DHCP server dbruso Linux - Networking 0 08-06-2004 02:31 PM
Windows XP / Red Hat Linux 7.2 grogers Linux - Newbie 2 11-29-2002 04:43 PM

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

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