Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
10-20-2005, 01:10 PM
|
#1
|
Member
Registered: Jul 2003
Posts: 153
Rep:
|
simple backup process using server/client technology
Hi there,
i am looking for a simple (well maybe a lil complex) backup solution for office users whether big or small.
i dont know if there are free open source apps out there that can have a kinda server/client technology with the following features
1. command line/utilities to setup the backup system
2. remote server administration tools or application
3. client backup/retrieval adminitration tool/interface from client to server
4. monitoring statistics
thanks
D.
|
|
|
10-20-2005, 02:19 PM
|
#2
|
Member
Registered: Sep 2005
Location: New delhi
Distribution: RHEL 3.0/4.0
Posts: 777
Rep:
|
RSYNC is the best for that.
It is very basic & simple to implement.
It is cutomisable to a pin point to fit your needs, It is the true power of CLI on linux.
Read it here --> http://amitsharma.linuxbloggers.com/how_to_rsync.htm
My own tutorial on RSYNC with easliy understandable approach & with simple & working examples.
For any queries regarding that, you can reply to me.
Last edited by amitsharma_26; 08-06-2006 at 04:35 PM.
|
|
|
10-20-2005, 02:36 PM
|
#3
|
Member
Registered: Oct 2005
Location: 500$/monthly
Distribution: Mandriva 2006
Posts: 56
Rep:
|
I agree RSYNC!
Last year, I searched a lot for a good backup system with a client/server base and I finally turned to rsync. If you already know Samba, you will find the server configuration really easy since it is based on the Samba conf file....
On the client side, use -avz options if you want to keep everything as is (date, time, permissions, etc.).
I recommend you this doc since it is very clear and easy to walk through: http://www.jdmz.net/ssh/index.html
Good luck!
|
|
|
10-20-2005, 07:44 PM
|
#4
|
Member
Registered: Sep 2005
Location: New delhi
Distribution: RHEL 3.0/4.0
Posts: 777
Rep:
|
Quote:
Originally posted by zak317
I agree RSYNC!
Last year, I searched a lot for a good backup system with a client/server base and I finally turned to rsync. If you already know Samba, you will find the server configuration really easy since it is based on the Samba conf file....
On the client side, use -avz options if you want to keep everything as is (date, time, permissions, etc.).
I recommend you this doc since it is very clear and easy to walk through: http://www.jdmz.net/ssh/index.html
Good luck!
|
But ZAK the link you have provided tells you how to set ssh public & private keys for RSYNC to work. It doesnt tell you how to set RSYNC server & its configuration & examples.
|
|
|
10-21-2005, 05:28 AM
|
#5
|
Member
Registered: Jul 2003
Posts: 153
Original Poster
Rep:
|
Thanks to everyone who replied this post, RSYNC is a very useful,compact and powerful tool. I respect that tool myself. I have used it specially incremental backups. It produces wonderful stress-loss for me.
But i feel its good for someone like me who is a versatile in linux but not too suitable as an implementation for office novice office people. I am ok setting up a backup server with CLI as long as i am going to be the one to use it and its a standalone system and it doesnt have any clients connecting to it. But i just want to implement a solution whereby i can configure it with CLI or /web interface/application or a combination of all and then leave the solution to the companies administrator (someone who is not well versed in linux) to manage and schedule backups or give policies to the various users of the backup system. Apart from this, the various users (workstation owners) can use a web interface/ or application or connect to the server application/web interface on the server to setup their backup schedules or retrieve their backed up files themselves as their access policies permit. of course the workstations mainly will running on MS W indows XP or similar and not likely linux. So there might be 2 ways of the users connecting to the server, either using the client app to connect and perform backup/retrieval/scheduling or they connect to the server thru their web interface or any network platform to perform their various tasks. I as the solution provider will just be responsible for maintaining the solution which will be invisible to their operations.
Any help.Pls post your reply
D.
|
|
|
10-21-2005, 08:31 AM
|
#6
|
Member
Registered: Oct 2005
Location: 500$/monthly
Distribution: Mandriva 2006
Posts: 56
Rep:
|
amitsharma_26: I was giving this link as a solution for a server/client rsync solution. Not necessary a rsync tutorial.
debloxie: I think you will have to go to a commercial solution. Did you see this site: http://www.linux-backup.net/App/ ?
Regards
|
|
|
10-21-2005, 12:07 PM
|
#7
|
Member
Registered: Jul 2003
Posts: 153
Original Poster
Rep:
|
Hi Zak,
what do u think of backupPC solution. http://backuppc.sourceforge.net ?
Seems its a powerful network backup tool and it has a windows client.
D.
|
|
|
10-21-2005, 02:01 PM
|
#8
|
Member
Registered: Oct 2005
Location: 500$/monthly
Distribution: Mandriva 2006
Posts: 56
Rep:
|
Hi Debloxie,
I never tried this backup solution, but it looks like a good one especially if you have Win box clients. However, you will need to install it on a Samba server (or at least you'll need a Samba network) since there is no real win client (win boxes connects via Samba network). You will also need an Apache server with CGI compiled which is sometimes a security issue on a file server to use the administrator web interface....
Cheers!
|
|
|
10-23-2005, 11:53 AM
|
#9
|
Member
Registered: Jul 2003
Posts: 153
Original Poster
Rep:
|
Well Zak,
i hav started getting the hang of it already and it looks promising. iwell from what i gathered, it feels that the server's samba client (smbclient) will just scan the network for shares that needs to be backed up. u dont need any install of a samba server. U just need the smbclient. Well the CGI shudnt pose crious problems although i am trying to make it work but eventually, it will work well in the hand. What do u feel?
D.
|
|
|
10-24-2005, 10:06 AM
|
#10
|
Member
Registered: Oct 2005
Location: 500$/monthly
Distribution: Mandriva 2006
Posts: 56
Rep:
|
You're right, PCBackup uses smbclient to retrieve shared folders over the network. So you will have to set shares on client pc. You can also use rsync for windows via cygwin ( http://sourceforge.net/projects/backuppc/). However, I invite you to read the Security FAQs at http://backuppc.sourceforge.net/faq/security.html to be informed of security risks. Overall, I think you may give it a try! I'm interested in your experience if you decide to try it.
Good luck!
|
|
|
10-24-2005, 02:37 PM
|
#11
|
Member
Registered: Jul 2003
Posts: 153
Original Poster
Rep:
|
Hi Zak,
i hav installed it and it looks good. i am just about testing the access control levels for each user and the administrator. And also the trying to setup some clients for a backup scenario. Well i dont know if its customizable coz its looks mundane.
WEll i ll give u a feedback when i have reall treid it out.
D
|
|
|
10-24-2005, 02:58 PM
|
#12
|
Member
Registered: Oct 2005
Location: 500$/monthly
Distribution: Mandriva 2006
Posts: 56
Rep:
|
Thnx a lot Debloxie!
See ya!
|
|
|
All times are GMT -5. The time now is 08:49 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|