You are not logged in.

#1 2008-05-30 17:03:30

Shadowmeph
Member
From: West Coast Canada
Registered: 2008-05-19
Posts: 208

a question about a personal Arch product

I am wondering if it is possible that once I arrive at a satisfactory finished ( or at least closed to finished) Arch is it possible to burn this to a disk so that if I ever want to totally reinstall this all I would have to do is through the disk into the cd trayand it would install everything that was on it. let me try to explain this a little better with Windows you can use nlite or vlite ( depending on whish version you have) what you do is just add or take away things you want or don't want them burn them to disk so when you ( because it is microsoft) have to do a reinstall you just use the disk you made.

Last edited by Shadowmeph (2008-05-30 21:05:06)

Offline

#2 2008-05-30 17:09:08

Stythys
Member
From: SF Bay Area
Registered: 2008-05-18
Posts: 878
Website

Re: a question about a personal Arch product

what I do is just keep backups of my /home directory. That way if I ever need to reinstall. I just copy my entire /home directory over to the new install, and all my settings and preferences are preserved. Pretty much the only thing you need to do is re-download all the packages, which should only take an hour or two, depending on your net connection. You can also use the command `pacman -Qet > packages.txt` to output a list of all the top-level packages you've installed on your computer.

Last edited by Stythys (2008-05-30 17:09:44)


[home page] -- [code / configs]

"Once you go Arch, you must remain there for life or else Allan will track you down and break you."
-- Bregol

Offline

#3 2008-05-30 17:24:56

Shadowmeph
Member
From: West Coast Canada
Registered: 2008-05-19
Posts: 208

Re: a question about a personal Arch product

when I do the pacman -Qet > packages.txt command where does the list go?

Offline

#4 2008-05-30 17:30:37

ghostHack
Member
From: Bristol UK
Registered: 2008-02-29
Posts: 261

Re: a question about a personal Arch product

It goes to a file called packages.txt in the current directory

Offline

#5 2008-05-30 17:38:50

bender02
Member
From: UK
Registered: 2007-02-04
Posts: 1,328

Re: a question about a personal Arch product

You can do a partition image (eg with partimage), or you can use larch to "livify" your installation (creates a live cd from your current installation).

Offline

#6 2008-05-30 18:47:03

Shadowmeph
Member
From: West Coast Canada
Registered: 2008-05-19
Posts: 208

Re: a question about a personal Arch product

bender02 wrote:

You can do a partition image (eg with partimage), or you can use larch to "livify" your installation (creates a live cd from your current installation).

so if I were to use larch it would make a disk that I could use to reinstall the system without having to download , install and setup everything again?

Offline

#7 2008-05-30 19:05:22

Stythys
Member
From: SF Bay Area
Registered: 2008-05-18
Posts: 878
Website

Re: a question about a personal Arch product

yeah but if you use one of those partition copying tools, to keep an up-to-date copy you have to recopy the whole thing over all the time. If you just keep a backup of your /home folder with rsync or something, I think it's easier. And it doesn't really require a whole lot of re-setting up, because all you settings are preserved. You just need to redownload your packages, which you can get with pacman -Qet as I mentioned above. And yeah, if you want to see the output in the terminal, just do a standard pacman -Qet, but if you appened the '> packages.txt' it'll output it into a file in the current directory, which I like. I've even taken my top-level packages and created a simple command called 'initial-install' in my .bashrc. I reglarly update it whenever I install new packages, so if I ever need to reinstall, all I need to do is type 'initial-install' and it'll redownload everything I need, and I'll be back up and running very quickly.


[home page] -- [code / configs]

"Once you go Arch, you must remain there for life or else Allan will track you down and break you."
-- Bregol

Offline

#8 2008-05-30 19:16:25

Shadowmeph
Member
From: West Coast Canada
Registered: 2008-05-19
Posts: 208

Re: a question about a personal Arch product

thats cool I think it will take me a little while to understand "how to" do this but I am going to try

Offline

#9 2008-05-30 19:48:02

Stythys
Member
From: SF Bay Area
Registered: 2008-05-18
Posts: 878
Website

Re: a question about a personal Arch product

well if you have any questions just ask here smile

or you can always PM me if you need to. My AIM/MSN is in my forum profile, and I'll also be in the #archlinux IRC channel.

Last edited by Stythys (2008-05-30 19:48:28)


[home page] -- [code / configs]

"Once you go Arch, you must remain there for life or else Allan will track you down and break you."
-- Bregol

Offline

#10 2008-05-30 21:03:24

Shadowmeph
Member
From: West Coast Canada
Registered: 2008-05-19
Posts: 208

Re: a question about a personal Arch product

thank I will do that

Offline

#11 2008-05-30 21:15:48

dunc
Member
From: Glasgow, UK
Registered: 2007-06-18
Posts: 559

Re: a question about a personal Arch product

Stythys wrote:

Pretty much the only thing you need to do is re-download all the packages, which should only take an hour or two, depending on your net connection.

Depending on the size of your installation, you could do pacman -Sc (to clean out uninstalled packages) then burn the contents of /var/cache/pacman/pkg to CD/DVD and save a lot of downloading.


0 Ok, 0:1

Offline

#12 2008-05-30 21:36:44

Stythys
Member
From: SF Bay Area
Registered: 2008-05-18
Posts: 878
Website

Re: a question about a personal Arch product

dunc wrote:
Stythys wrote:

Pretty much the only thing you need to do is re-download all the packages, which should only take an hour or two, depending on your net connection.

Depending on the size of your installation, you could do pacman -Sc (to clean out uninstalled packages) then burn the contents of /var/cache/pacman/pkg to CD/DVD and save a lot of downloading.

ooo smart...I never thought of that =P


[home page] -- [code / configs]

"Once you go Arch, you must remain there for life or else Allan will track you down and break you."
-- Bregol

Offline

#13 2008-05-30 21:52:25

dyscoria
Member
Registered: 2008-01-10
Posts: 1,007

Re: a question about a personal Arch product

Don't only make a backup of /home but also /etc. Configuration files galore in this folder that would also be very useful to keep a hold of.


flack 2.0.6: menu-driven BASH script to easily tag FLAC files (AUR)
knock-once 1.2: BASH script to easily create/send one-time sequences for knockd (forum/AUR)

Offline

#14 2008-05-30 21:53:48

peets
Member
From: Montreal
Registered: 2007-01-11
Posts: 936
Website

Re: a question about a personal Arch product

This has been discussed not too long ago: http://bbs.archlinux.org/viewtopic.php?id=48814. You might find some good ideas there too!

Offline

Board footer

Powered by FluxBB