public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] What should be backed up?
@ 2005-12-28  9:06 Martin S
  2005-12-28 15:11 ` byron
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Martin S @ 2005-12-28  9:06 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 274 bytes --]

Finally getting my reinstalled box the way I want it I thought about doing a
backup. :)
Short of doing an image of the whole installation, what files should be
backed up to ensure a quick and easy
reinstallation of the working system as of now.

Regards,

Martin S

[-- Attachment #2: Type: text/html, Size: 287 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] What should be backed up?
  2005-12-28  9:06 [gentoo-user] What should be backed up? Martin S
@ 2005-12-28 15:11 ` byron
  2005-12-28 16:20   ` Martin S
  2005-12-28 15:13 ` Lares Moreau
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 8+ messages in thread
From: byron @ 2005-12-28 15:11 UTC (permalink / raw
  To: gentoo-user

Martin S wrote:
> Finally getting my reinstalled box the way I want it I thought about
> doing a backup. :)
> Short of doing an image of the whole installation, what files should be
> backed up to ensure a quick and easy
> reinstallation of the working system as of now.
> 
> Regards,
> 
> Martin S

I usually grab:
/etc
/usr/local/etc/ (you may not have this directory on a gentoo system)
/home
/root

byron
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] What should be backed up?
  2005-12-28  9:06 [gentoo-user] What should be backed up? Martin S
  2005-12-28 15:11 ` byron
@ 2005-12-28 15:13 ` Lares Moreau
  2005-12-28 17:14 ` Francesco Riosa
  2005-12-29  3:43 ` maxim wexler
  3 siblings, 0 replies; 8+ messages in thread
From: Lares Moreau @ 2005-12-28 15:13 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 893 bytes --]

On Wed, 2005-12-28 at 10:06 +0100, Martin S wrote:
> Finally getting my reinstalled box the way I want it I thought about
> doing a backup. :)
> Short of doing an image of the whole installation, what files should
> be backed up to ensure a quick and easy 
> reinstallation of the working system as of now. 

As part of my backup routine I have the following:
qlist -ICv > /etc/my_worldList
## qlist is in portage-utils :)

tar all this:
/boot
/etc
/usr/src/*/.config
/usr/local/bin  #I have my scripts in here
/home/*

-Lares

-- 
Lares Moreau <lares.moreau@gmail.com>  | LRU: 400755 http://counter.li.org
lares/irc.freenode.net                 |
Gentoo x86 Arch Tester                 |               ::0 Alberta, Canada
Public Key: 0D46BB6E @ subkeys.pgp.net |          Encrypted Mail Preferred
Key fingerprint = 0CA3 E40D F897 7709 3628  C5D4 7D94 483E 0D46 BB6E

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] What should be backed up?
  2005-12-28 15:11 ` byron
@ 2005-12-28 16:20   ` Martin S
  2005-12-28 17:23     ` byron
  0 siblings, 1 reply; 8+ messages in thread
From: Martin S @ 2005-12-28 16:20 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 211 bytes --]

2005/12/28, byron <byron@dreamtech.org>:
>
>
> /root
>

? why's that?

Anything special for Gentoo? List of installed apps or something that'll
make things easier if need be?


Regards,

Martin S

[-- Attachment #2: Type: text/html, Size: 462 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] What should be backed up?
  2005-12-28  9:06 [gentoo-user] What should be backed up? Martin S
  2005-12-28 15:11 ` byron
  2005-12-28 15:13 ` Lares Moreau
@ 2005-12-28 17:14 ` Francesco Riosa
  2005-12-30 15:31   ` Neil Bothwick
  2005-12-29  3:43 ` maxim wexler
  3 siblings, 1 reply; 8+ messages in thread
From: Francesco Riosa @ 2005-12-28 17:14 UTC (permalink / raw
  To: gentoo-user

Martin S wrote:
> Finally getting my reinstalled box the way I want it I thought about
> doing a backup. :)
> Short of doing an image of the whole installation, what files should
> be backed up to ensure a quick and easy
> reinstallation of the working system as of now.
>
> Regards,
>
> Martin S 
additionally backup "/var/db/pkg/" , it's annoying loose this one on a
gentoo system (only needed after a successfully  emerge ).

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] What should be backed up?
  2005-12-28 16:20   ` Martin S
@ 2005-12-28 17:23     ` byron
  0 siblings, 0 replies; 8+ messages in thread
From: byron @ 2005-12-28 17:23 UTC (permalink / raw
  To: gentoo-user

Martin S wrote:
> 
> 
> 2005/12/28, byron <byron@dreamtech.org <mailto:byron@dreamtech.org>>:
> 
> 
>     /root
> 
> 
> ? why's that?
> 
> Anything special for Gentoo? List of installed apps or something that'll
> make things easier if need be?
> 
> 
> Regards,
> 
> Martin S

I tend to keep scripts and tarballs in /root for administrative
purposes, plus I change root's .bashrc and or .tcshrc.  Nothing special
for Gentoo at all.

byron
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] What should be backed up?
  2005-12-28  9:06 [gentoo-user] What should be backed up? Martin S
                   ` (2 preceding siblings ...)
  2005-12-28 17:14 ` Francesco Riosa
@ 2005-12-29  3:43 ` maxim wexler
  3 siblings, 0 replies; 8+ messages in thread
From: maxim wexler @ 2005-12-29  3:43 UTC (permalink / raw
  To: gentoo-user


If you're like me and you connect to the web with a
string and a tin can, you'll want to save the
distfiles for sure.

--- Martin S <shieldfire@gmail.com> wrote:

> Finally getting my reinstalled box the way I want it
> I thought about doing a
> backup. :)
> Short of doing an image of the whole installation,
> what files should be
> backed up to ensure a quick and easy
> reinstallation of the working system as of now.
> 
> Regards,
> 
> Martin S
> 



		
__________________________________________ 
Yahoo! DSL – Something to write home about. 
Just $16.99/mo. or less. 
dsl.yahoo.com 

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] What should be backed up?
  2005-12-28 17:14 ` Francesco Riosa
@ 2005-12-30 15:31   ` Neil Bothwick
  0 siblings, 0 replies; 8+ messages in thread
From: Neil Bothwick @ 2005-12-30 15:31 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 311 bytes --]

On Wed, 28 Dec 2005 18:14:27 +0100, Francesco Riosa wrote:

> additionally backup "/var/db/pkg/" , it's annoying loose this one on a
> gentoo system (only needed after a successfully  emerge ).

And /var/lib/portage/world


-- 
Neil Bothwick

I am NOT Paranoid! And why are you always watching me??

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2005-12-30 15:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-28  9:06 [gentoo-user] What should be backed up? Martin S
2005-12-28 15:11 ` byron
2005-12-28 16:20   ` Martin S
2005-12-28 17:23     ` byron
2005-12-28 15:13 ` Lares Moreau
2005-12-28 17:14 ` Francesco Riosa
2005-12-30 15:31   ` Neil Bothwick
2005-12-29  3:43 ` maxim wexler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox