Results 1 to 10 of 11
Hi all,
Now I am using Fedora 7 and Fedora 11 on my all network machine.
I want to take the backup of all my Linux machine on a central ...
- 04-27-2010 #1Just Joined!
- Join Date
- Jul 2009
- Posts
- 15
Network Backup
Hi all,
Now I am using Fedora 7 and Fedora 11 on my all network machine.
I want to take the backup of all my Linux machine on a central linux machine.
Which backup option is best for me .
Thanks,
Nkjha
- 04-28-2010 #2
My money's on rsync as the core mechanism. What are your retention requirements?
- 04-28-2010 #3Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
I use rsync for this also. See the man page for details on its use.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 04-28-2010 #4Just Joined!
- Join Date
- Mar 2010
- Posts
- 8
I find it shocking that in nearly all forums/websites everyone suggests rsync. Surely there are alternatives?
I know you said fedora but duplicity is quite good (works on debian not sure about other OSs).
I have used rsync but its more of a mirroring process rather than a historical backup process. Unless I'm mistaken?help.ubuntu.com/community/DuplicityBackupHowto#Restore.sh
- 04-28-2010 #5
- 04-28-2010 #6Just Joined!
- Join Date
- Mar 2010
- Posts
- 8
Apologies, I'm not saying there's anything wrong with suggesting the mirroring route, it's just something to take into consideration
- 04-28-2010 #7Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
You can easily have rsync skip un-modified files/directories. It will only copy over the deltas between versions and has the option to compress the data during the transfer, making it a very good performing solution for networks. Anyway, if you read the documentation (man page) you will see that it has both archival and mirroring capabilities.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 04-28-2010 #8Just Joined!
- Join Date
- Mar 2010
- Posts
- 8
Actually after my little rant and looking at man pages, duplicity actually implements rsync LOL
- 04-28-2010 #9Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
You can consider rsync a backup engine since it is a command-line only tool. Adding a decent UI, more user-friendly selection options, and the ability to make point-in-time backups for archival purposes, is an appropriate way to provide an enhanced experience and backup system tool. A major problem with many commercial backup tools is that they store the data in a proprietary format, so moving the archives to an incompatible system, or system the tool vendor doesn't support, can result in a lot of unusable backup data. Not a good situation as far as I'm concerned. This has bitten me and my clients many times in the past, which is why I much prefer an open source solution for such critical computing infrastructure components. At least a GUI wrapper and such doesn't keep me from accessing the data when/where I want/need.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 04-28-2010 #10
As usual, Rub, you hit the nail squarely on the head. I've found myself too many times with backup tapes, status messages that say the backups completed, and a busted gui that refused to restore from them. These days I want something I know how to get under the hood of. rsync stores the files in their native format, and you can get to one or all readily.
As to historical retention, in my opinion that's a something to be implemented on the target backup server, with offsite rotation of media or offsite mirroring. I like to keep the client side simple, just rsync to a target.


Reply With Quote
