|
![]() |
Overclock.net - Overclocking.net > Software, Programming and Coding > Operating Systems > Linux, Unix | |
Back Up Gentoo and Ubuntu, and possibly other distro's!
|
||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) | |||||||||||||
|
Linux Lobbyist
![]() |
After having a discussion the other day with a friend on the virtues of linux vs windows...the one argument he had that kinda stumped was the backing up linux and using that back up to restore your machine.
the way i did it, was similar to both of these guides here that i will post, but often times, the back ups i had were so far out of date, that it was almost as easy just to reinstall the whole darn operating system, till i met gentoo and let it move in on one of my desktop pc's. it is a very big pain to have ever restore this OS, so i did a little google search and came up with this bash script: http://blinkeye.ch/dokuwiki/doku.php/projects/mkstage4 its some what outdated, but if you are using gentoo, i'm sure you can spot the flaws in it and make the changes the beauty of this bash script, setting up a cron job for it... enjoyhttp://blinkeye.ch/dokuwiki/doku.php/projects/mkstage4 i'm sure some one more saavy than i am with scripting, can alter this to work any number of Distro's. but here is a interesting guide i found for all your Ubuntu users, all the steps seem fairly generic, i'm sure they would work on other distro's: http://ubuntuforums.org/showthread.php?t=35087
__________________
There are three kinds of lies: Lies, damned lies, and benchmarks. never go as5 to mouth ASrock[/COLOR] Pro/Extreme/Deluxe/SuperComputer club, P55 and X58 welcome[/B]"]http://www.overclock.net/intel-motherboards/588268-asrock-pro-extreme-deluxe-supercomputer-club.html Xeon Glory
|
|||||||||||||
|
|
|
|
|
#2 (permalink) | |||||||||
|
NANI?
![]() |
Very interesting, and also very handy with automatic backups
__________________
THE Mouse FAQ | 32-bit Resolution Fix | Important Information 64-Bit Driver Signing Fix | The Infraction and Warning System My Anime Progress | The HoN Discussion Thread Please direct all tech related questions to a thread in the respectable forums, and not to my PM inbox. Thank you
|
|||||||||
|
|
|
|
#3 (permalink) | |||||||||||||
|
Linux Lobbyist
![]() |
so far it has been useful, i set a cron job for it to back up my gentoo box once a week and the same with my ubuntu box.
it will be nice to have up to date back ups of my OS's again
__________________
There are three kinds of lies: Lies, damned lies, and benchmarks. never go as5 to mouth ASrock[/COLOR] Pro/Extreme/Deluxe/SuperComputer club, P55 and X58 welcome[/B]"]http://www.overclock.net/intel-motherboards/588268-asrock-pro-extreme-deluxe-supercomputer-club.html Xeon Glory
|
|||||||||||||
|
|
|
|
|
#4 (permalink) | |||||||||||||||
|
Linux Lobbyist
![]()
Join Date: Jun 2006
Location: a van down by the river
Posts: 3,659
Rep: 229
![]() ![]() ![]() Unique Rep: 178
Trader Rating: 8
|
You can also just use Clonezilla....
pink
__________________
Quote:
Quote:
|
|||||||||||||||
|
|
|
|
|
#5 (permalink) | ||||||||
|
om nom nom
![]()
Join Date: Apr 2008
Location: On earth, thankfully.
Posts: 7,676
Rep: 559
![]() ![]() ![]() ![]() ![]() ![]() Unique Rep: 421
Trader Rating: 3
|
there is also BackInTime, but i haven't had very much success with it...
thanks for the link. +
|
||||||||
|
|
|
|
#6 (permalink) | ||||||||||||
|
Unix Evangelist
![]() |
Good find but I dunno, I don't really like the fact that it rewrites every file on every backup. A better backup tool IMO is rsync. It updates the file changes only, and snapshots are easily implemented. I have rsync on an incron job. incron is like cron but instead uses the inotify libraries as the signal so it runs rsync everytime I have a file change. That way I get every file change I make when I'm working on any document.
rsync inotify
__________________
Some stuff I made Really, I’m not out to destroy Microsoft. That will just be a completely unintentional side effect.– Linus Torvalds
Last edited by mdogg : 08-06-09 at 12:10 PM |
||||||||||||
|
|
|
|
|
#7 (permalink) | |||||||||||||
|
Linux Lobbyist
![]() |
wow...lot of options out there
![]() i like the rsync/icron idea, i will have to implement that in my "linux for noobs" doc i am working for a friend of mine .edit: i am currently modifying the script, that it will look for an existing back up, if it does, it will add the date to the file name, once i get it working, i will post the changes.
__________________
There are three kinds of lies: Lies, damned lies, and benchmarks. never go as5 to mouth ASrock[/COLOR] Pro/Extreme/Deluxe/SuperComputer club, P55 and X58 welcome[/B]"]http://www.overclock.net/intel-motherboards/588268-asrock-pro-extreme-deluxe-supercomputer-club.html Xeon Glory
Last edited by transhour : 08-06-09 at 01:56 PM |
|||||||||||||
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|