You are not logged in.
Pages: 1
Hi,
I've tried Wiki and forum search; got next to nothing. Wrong keywords, probably. Any ideas where to start?
Offline
I don't know what exactly you're after, but maybe one of these:
cp -a
rsync
clonezilla
Offline
I use an Acronis True Image liveCD that works extremely well, too. The live disk version is actually based on Linux.
oz
Offline
I just use rsync to backup conf files in places like /etc and /home, and save a list of all top-level packages. with those you can setup another system pretty darn fast.
[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
I'd recommend using rsync to copy the whole filesystem from / with the options: -av --delete
Then on the cloned filesystem all you normally need to tweak are the config files:
/etc/fstab/
/etc/hosts/
/etc/rc.conf/
/etc/X11/xorg.conf
/boot/grub/menu.lst
Simples!
Last edited by ninian (2009-11-30 20:50:35)
Offline
Parted Magic with Clonezilla.
Setting Up a Scripting Environment | Proud donor to wikipedia - link
Offline
Pages: 1