LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 04-02-2007, 02:38 PM   #1
Hewson
Member
 
Registered: Feb 2007
Location: /home
Distribution: Kubuntu and CentOS
Posts: 214

Rep: Reputation: 32
Talking program for backups to windows network file server?


Greetings all.

Last week i accidentally overwrote 6hrs worth of work with a single ':w' in VIM.

I kept putting off setting up a backup solution.

I have a fedora core 6 box connected to a network with a windows file server.

Since I'm going through the effort of setting up a back up solution, I want nightly backups of /home to my windows file server.

What program(s) do you guys recommend for this? I suppose I'll need samba to interact correctly w/ the windows file server...

thanks

steve
 
Old 04-02-2007, 03:09 PM   #2
mcupples
Member
 
Registered: Jun 2006
Location: Orlando
Distribution: FC3, FC5, CentOS4, Ubuntu 6.06
Posts: 57

Rep: Reputation: 15
As far as I know that's all you need. It's strange that you're backing up linux files to a windows server. Usually it's the other way around.
 
Old 04-02-2007, 03:23 PM   #3
Hewson
Member
 
Registered: Feb 2007
Location: /home
Distribution: Kubuntu and CentOS
Posts: 214

Original Poster
Rep: Reputation: 32
re: backing up linux to windows: heh. I agree, but i'm the lone linux fish in a sea of windows.

re:samba is the only program I need: the program i'm looking for is something to automate the process of backing up my /home

steve
 
Old 04-02-2007, 04:24 PM   #4
rshaw
Senior Member
 
Registered: Apr 2001
Location: Perry, Iowa
Distribution: Mepis , Debian
Posts: 2,692

Rep: Reputation: 45
moving to networking
 
Old 04-02-2007, 07:51 PM   #5
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
Hewson, just write a rsync script and stick that in your crontab. problem solved!

Code:
#example backup.sh script

SOURCE=/home
DEST=/mnt/windows/home-backup
#optional log
LOG=/tmp/`date +%b-%d`.log

rsync -azv $SOURCE $DEST 2&> $LOG

#finished
exit

#Pi is 3.14

Last edited by Micro420; 04-02-2007 at 07:54 PM.
 
Old 04-02-2007, 07:53 PM   #6
Hewson
Member
 
Registered: Feb 2007
Location: /home
Distribution: Kubuntu and CentOS
Posts: 214

Original Poster
Rep: Reputation: 32
Great thanks.

I ran across a way to do incremental backups w/ rsync

http://www.mikerubel.org/computers/r...hots/#Abstract

cheers.
 
  


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 server ; network file system / ftp-server ? markus1982 Linux - Security 5 06-06-2007 05:15 PM
How do I save a file from a program to a smb network folder? Rightnow Linux - Networking 6 10-16-2006 07:55 PM
Software to manage backups across Internet from Windows server to Linux jamesrh Linux - Software 1 02-08-2006 08:54 PM
File Server For Small Windows Network Crashed_Again Linux - General 5 12-15-2005 09:38 AM
Tutorials/Guidance on setting up a Linux file Server (on a Windows network) Smiles483 Linux - Networking 4 08-26-2005 05:27 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

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