On Tue, 2007-10-02 at 16:45 -0400, Randy Barlow wrote: > So I was an idiot when I set up my system and didn't use LVM. Now that > I'm out of disk space on one of my drives and kicking myself, I want to > do it without doing a reinstall. If I use tar -cvjpf > oldSystemThatShouldStillWorkWhenUnTarred.tar.bz2 /, then setup LVM, then > tar all that junk back to the new system via tar -xvpf > oldSystemThatShouldStillWorkWhenUnTarred.tar.bz2 with / as my working > directory, should that do the trick (with, of course, another go at > grub-install)? Is the -p flag to tar enough to store ALL the necessary > file system information? I just want to make sure I'm not forgetting > anything... > > P.S. And I'll have to build LVM support into the kernel too... > > R
The -a option might be a good choice, and i like the --one-file-system as well, for backup purpouses. Its very convenient to be able to restore partitions separatly, without having to remember whats mounted where and 'what parts of this and that did I archive'. rsync is nice too. And faster... Just remember not to rsync to a non UNIX FS, as that would cause some troubles with permissions and other things. Good luck. :) /Björn -- [EMAIL PROTECTED] mailing list

