Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Okay now that I work
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on AMD64
View previous topic :: View next topic  
Author Message
Mow
Tux's lil' helper
Tux's lil' helper


Joined: 06 May 2003
Posts: 106

PostPosted: Sat Apr 10, 2004 2:34 am    Post subject: Okay now that I work Reply with quote

I have my system set up nice and am running flawlessly .......... so what is a good back up procedure so that I can quickly get my system back up and running should i break stuff? The last thing I want to do is have to reload, try to remember everything I did and re-emerge EVERYTHING.

I've seen some disk imaging stuff flying around but they don;t seem to support reiserfs ........... anyone got any suggestions? Thanks.
Back to top
View user's profile Send private message
Lord_Orion
Tux's lil' helper
Tux's lil' helper


Joined: 29 Jun 2003
Posts: 107
Location: Strasbourg FRANCE

PostPosted: Sat Apr 10, 2004 3:00 am    Post subject: Reply with quote

You can use partimage to make a backup of your linux system...

http://www.partimage.org/

and you can find it in portage

Lord Orion
Back to top
View user's profile Send private message
Mow
Tux's lil' helper
Tux's lil' helper


Joined: 06 May 2003
Posts: 106

PostPosted: Sat Apr 10, 2004 3:09 am    Post subject: Reply with quote

thanks ........... anything special I have to do to emerge it?

Okay I found out that I have to use ACCEPT_KEYWORDS and such but it will not compile........... problem with this version is that if I boot off the CD it doesn't see my SATA drives.
Back to top
View user's profile Send private message
Lord_Orion
Tux's lil' helper
Tux's lil' helper


Joined: 29 Jun 2003
Posts: 107
Location: Strasbourg FRANCE

PostPosted: Sat Apr 10, 2004 4:05 am    Post subject: Reply with quote

You can try to use it from a knoppix CD, the last version (3.4) uses the 2.6.4 kernel... with a little luck the S ATA is compiled in the kernel or can be loaded as module...

good luck

Lord Orion
Back to top
View user's profile Send private message
smiley
Tux's lil' helper
Tux's lil' helper


Joined: 03 Dec 2003
Posts: 127

PostPosted: Sat Apr 10, 2004 5:08 am    Post subject: Reply with quote

An other option is to only back up your home directory, /etc, and /var/cache/edb/world. That way, if you need to reinstall, you install the base system, then copy your backups of the home directory, /etc, and the world file, then 'emerge -u world', which installs every other application you had.

smiley 8)
Back to top
View user's profile Send private message
Mow
Tux's lil' helper
Tux's lil' helper


Joined: 06 May 2003
Posts: 106

PostPosted: Sat Apr 10, 2004 2:30 pm    Post subject: Reply with quote

Actually I found a VERY nice solution from herehttp://rfhs8012.fh-regensburg.de/~feyrer/g4u/

It compressed my gentoo install to about 6 gb and put it up on a my internal FTP server in abbout 45 minutes........

All in all it worked very well for me. Only problem is I had to put in a 3com 3c905b as my on-board nic (ASUS k8v deluxe) wasn't detected.

Those looking for a good solution should check it out.
Back to top
View user's profile Send private message
awn4500
n00b
n00b


Joined: 31 Oct 2004
Posts: 19
Location: England

PostPosted: Thu Nov 25, 2004 3:08 am    Post subject: Reply with quote

is there a way of getting partimage, because i wanna do it for my windows as well,this is the output :

Code:


RAIDEN root # ACCEPT_KEYWORD="~amd64" emerge partimage
Calculating dependencies
!!! All ebuilds that could satisfy "partimage" have been masked.
!!! One of the following masked packages is required to complete your request:
- sys-apps/partimage-0.6.2 (masked by: missing keyword)
- sys-apps/partimage-0.6.4 (masked by: missing keyword)
- sys-apps/partimage-0.6.4-r1 (masked by: missing keyword)

For more information, see MASKED PACKAGES section in the emerge man page or
section 2.2 "Software Availability" in the Gentoo Handbook.

RAIDEN root #




help is much appreciated
_________________
awn out
Back to top
View user's profile Send private message
kezzla
Apprentice
Apprentice


Joined: 21 Aug 2003
Posts: 253
Location: Austin, TX

PostPosted: Thu Dec 16, 2004 5:05 am    Post subject: Reply with quote

I agree with awn4500 - I get the *exact* output when trying to emerge partimage. I have added "sys-apps/partimage ~amd64" to /etc/portage/package.keywords and it still won't emerge...what's going on ??
Back to top
View user's profile Send private message
kezzla
Apprentice
Apprentice


Joined: 21 Aug 2003
Posts: 253
Location: Austin, TX

PostPosted: Thu Dec 16, 2004 5:09 am    Post subject: Reply with quote

Well holy cow ... hehe right after I post that I get it to work !

Code:
# cd /etc/portage
# echo "sys-apps/partimage   ~amd64" >> package.keywords
# echo "sys-apps/partimage" >> package.unmask
# ACCEPT_KEYWORDS="~amd64" emerge partimage


Now to figure out this partimage :S hehe
Back to top
View user's profile Send private message
marvin rouge
Veteran
Veteran


Joined: 01 Aug 2004
Posts: 1422
Location: Villa Lumierrante, Zonelibre

PostPosted: Thu Dec 16, 2004 8:40 am    Post subject: Reply with quote

DAR is fine for incremential backup.


Available in each good portage tree :)
Back to top
View user's profile Send private message
awn4500
n00b
n00b


Joined: 31 Oct 2004
Posts: 19
Location: England

PostPosted: Mon Dec 20, 2004 2:04 pm    Post subject: Reply with quote

NO DICE, been trying it for the past i dont know how long, copied and pasted the same lines so many times, its not even funny anymore.

Really appreciate the help
_________________
awn out
Back to top
View user's profile Send private message
dasalvagg
Apprentice
Apprentice


Joined: 26 Jun 2002
Posts: 183
Location: NY

PostPosted: Mon Dec 20, 2004 4:59 pm    Post subject: Reply with quote

The catalyst project is picking up steam, maybe you should look into creating your own livecd. I'm not sure how much work this takes...

http://www.gentoo.org/proj/en/releng/catalyst/
Back to top
View user's profile Send private message
Corona688
Veteran
Veteran


Joined: 10 Jan 2004
Posts: 1204

PostPosted: Mon Dec 20, 2004 7:09 pm    Post subject: Reply with quote

awn4500 wrote:
is there a way of getting partimage, because i wanna do it for my windows as well,this is the output :

Code:


RAIDEN root # ACCEPT_KEYWORD="~amd64" emerge partimage
Calculating dependencies
!!! All ebuilds that could satisfy "partimage" have been masked.
!!! One of the following masked packages is required to complete your request:
- sys-apps/partimage-0.6.2 (masked by: missing keyword)
- sys-apps/partimage-0.6.4 (masked by: missing keyword)
- sys-apps/partimage-0.6.4-r1 (masked by: missing keyword)

For more information, see MASKED PACKAGES section in the emerge man page or
section 2.2 "Software Availability" in the Gentoo Handbook.

RAIDEN root #




help is much appreciated
It's ACCEPT_KEYWORDS, not ACCEPT_KEYWORD. That said, please don't go nuts and mess up your system emerging all sorts of broken packages now.
_________________
Petition for Better 64-bit ATI Drivers - Sign Here
http://www.petitiononline.com/atipet/petition.html
Back to top
View user's profile Send private message
awn4500
n00b
n00b


Joined: 31 Oct 2004
Posts: 19
Location: England

PostPosted: Fri Dec 24, 2004 12:09 pm    Post subject: Reply with quote

Yo, thanx man, but i noticed that already and fixed it, way long ago, but still no dice even after copying/pasting KEZZLA's post -much appreciated of course


any further suggestions, or shall i start DARring that baby?
_________________
awn out
Back to top
View user's profile Send private message
duderonomy
Guru
Guru


Joined: 20 Mar 2004
Posts: 349
Location: SF Bay Area

PostPosted: Sat Jul 08, 2006 6:18 am    Post subject: Reply with quote

Quote:
Code:
# cd /etc/portage
# echo "sys-apps/partimage   ~amd64" >> package.keywords
# echo "sys-apps/partimage" >> package.unmask
# ACCEPT_KEYWORDS="~amd64" emerge partimage

Hello,
I have tried to get partimage to build on my box. Are the tips
above still valid. I tried several combinations of those 3 edits to
the portage config (one being on the cmd line) but have not hit
upon the correct one yet.
I'm on amd64.
Thanks!
D
Back to top
View user's profile Send private message
awn4500
n00b
n00b


Joined: 31 Oct 2004
Posts: 19
Location: England

PostPosted: Fri Aug 25, 2006 4:15 pm    Post subject: Reply with quote

Hey,
i got nowhere with the partimage-gentoo combination, so now i have a recovery CD on standby. And everything works perfectly from that. But still trying to run partimage from my gentoo. Will keep you posted.
_________________
awn out
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on AMD64 All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum