LinuxQuestions.org
Help answer threads with 0 replies.
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 07-27-2013, 03:45 AM   #1
netpumber
Member
 
Registered: Sep 2007
Location: In My Box
Distribution: Arch Linux
Posts: 423

Rep: Reputation: 33
Network Backup application


Hello.

I have set up a pc for network backup but i cannot decide the way to do it ?
Found many applications out there but which one you suggest? which one you use ?

All i want to do is just to take backup from specific dirs and store them in the backup PC through network ?

Thanks.
 
Old 07-27-2013, 02:00 PM   #2
lleb
Senior Member
 
Registered: Dec 2005
Location: Florida
Distribution: CentOS/Fedora/Pop!_OS
Posts: 2,983

Rep: Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551
we need much more information then you have provided.

how many systems, what OS are they running, how are they connected, how much data to backup, etc...
 
Old 07-27-2013, 04:51 PM   #3
netpumber
Member
 
Registered: Sep 2007
Location: In My Box
Distribution: Arch Linux
Posts: 423

Original Poster
Rep: Reputation: 33
there are 3 computers and all are running linux. They are not connected with samba or nfs . They are in the same network behind the same switch.

We dont talk about a big amount of data to backup. Just some documents and misc files.
 
Old 07-27-2013, 04:59 PM   #4
btmiller
Senior Member
 
Registered: May 2004
Location: In the DC 'burbs
Distribution: Arch, Scientific Linux, Debian, Ubuntu
Posts: 4,290

Rep: Reputation: 378Reputation: 378Reputation: 378Reputation: 378
I've been using duplicity a lot and rather like it, but be sure you get the latest version; earlier releases had some obnoxious bugs in them. It's basically rsync on steroids with built in encryption of back-ups.
 
Old 07-27-2013, 05:22 PM   #5
netpumber
Member
 
Registered: Sep 2007
Location: In My Box
Distribution: Arch Linux
Posts: 423

Original Poster
Rep: Reputation: 33
Hmmm i see. My first thought was to setup a nfs share between the PCs and backup server and write a script to copy specified directories into these share OR to write a simple script that uses scp. I don't like that duplicity uses ncftp. I don't want ftp clients/servers in my PCs.
 
Old 07-27-2013, 08:00 PM   #6
lleb
Senior Member
 
Registered: Dec 2005
Location: Florida
Distribution: CentOS/Fedora/Pop!_OS
Posts: 2,983

Rep: Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551
no need for NFS unless you just want to share files across the LAN. a basic rsync script will do the trick just fine, then place it in cron to when as often/little as you desire.

i have several rsync scripts that backup both my local systems to my file server as well as backup my web server to my local workstation via WWW.

the best thing about rsync is you can encrypt or not your choice, or you could just create a tarball and encrypt the tarball to move across the LAN via rsync.
 
Old 07-28-2013, 12:58 AM   #7
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Quote:
here are 3 computers and all are running linux.
well what operating systems are they ?

for example OpenSUSE 12.2 and 3 have that built into the os already
it is just part of the os , there is no need to install anything
 
Old 07-28-2013, 05:27 AM   #8
netpumber
Member
 
Registered: Sep 2007
Location: In My Box
Distribution: Arch Linux
Posts: 423

Original Poster
Rep: Reputation: 33
Quote:
Originally Posted by John VV View Post
well what operating systems are they ?

for example OpenSUSE 12.2 and 3 have that built into the os already
it is just part of the os , there is no need to install anything
They are running Arch linux
 
Old 07-28-2013, 08:37 AM   #9
mbvo
Member
 
Registered: May 2006
Location: the land of confusion
Distribution: slackware-current
Posts: 220

Rep: Reputation: 31
If they're all running linux I'd set up a rsync cron on the backup server. If you want to keep more than 1 backup of each system you can set up 2 crons:

1) a basic perl script that rsyncs into a folder with a time/date stamp in the name
2) a perl script that removes any folders that are older than x days.
 
Old 07-28-2013, 12:00 PM   #10
lleb
Senior Member
 
Registered: Dec 2005
Location: Florida
Distribution: CentOS/Fedora/Pop!_OS
Posts: 2,983

Rep: Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551
Quote:
Originally Posted by mbvo View Post
If they're all running linux I'd set up a rsync cron on the backup server. If you want to keep more than 1 backup of each system you can set up 2 crons:

1) a basic perl script that rsyncs into a folder with a time/date stamp in the name
2) a perl script that removes any folders that are older than x days.
dont even need something as complex as perl, just a basic BASH script will do the trick. set it up to save the data into day of the week folders and you will have 7 days of backups for all systems, but that does require considerable more storage space

thats what i do for my web server as well as selected data on my workstations.
 
  


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 Application of the Year jeremy 2012 LinuxQuestions.org Members Choice Awards 51 02-03-2013 10:10 PM
Backup Application of the Year jeremy 2011 LinuxQuestions.org Members Choice Awards 58 02-13-2012 07:09 AM
Which backup application? themalet Linux - General 4 01-17-2012 07:19 AM
Backup Application of the Year jeremy 2009 LinuxQuestions.org Members Choice Awards 39 03-14-2011 09:50 AM
Backup Application of the Year jeremy 2008 LinuxQuestions.org Members Choice Awards 46 03-05-2010 10:50 PM

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

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