UPDATE:
Grabbing live Linux with few exceptions.
tar cvpjf backup.tar.bz2 –exclude=/proc –exclude=/lost+found –exclude=/backup.tar.bz2 –exclude=/mnt –exclude=/sys
to extract to the new HD:
tar xvpfj backup.tar.bz2 -C /xx/xx
mkdir proc mkdir lost+found mkdir mnt mkdir sys mkdir dev
So far all that needed to be done was:
Change fstab to accommodate new data storage location
/dev/sdc1 /DATA ntfs-3g defaults,force 0 0
And change /var/www simlink to adjust for changed www folder
beyond that all is working good.
This entry was posted in Uncategorized. Bookmark the permalink.