You are not logged in.
Pages: 1
So I've set up a bare-bone install (no Desktop Environment, absolute minimum packages) which I thought about backing it up by using a LiveCD distro called Parted Magic. From the terminal I copied all the files from / to an "arch" folder:
cp -a /media/sdb1/* /media/sdb3/arch
Now if I fuck something up or just want a clean slate I could, theoretically, just copy everything back by running "cp -a /media/sdb3/arch/* /media/sdb1" and start from scratch, right ? Is there any downside to this ? Also, is it me or does the bare-bone install take up under 200 MB ?
Thanks.
Last edited by DSpider (2010-05-02 14:11:42)
I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).
Offline
Relying on what should work in theory wrt backups is bad juju. Try it out. Try to install it on another computer. I'm not sure it will work, your fstab may need the UUIDs changed.
Offline
Pages: 1