You are not logged in.
Pages: 1
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
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
when I do the pacman -Qet > packages.txt command where does the list go?
Offline
It goes to a file called packages.txt in the current directory
Offline
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
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
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
thats cool I think it will take me a little while to understand "how to" do this but I am going to try
Offline
well if you have any questions just ask here
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
thank I will do that
Offline
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
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
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
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
Pages: 1