LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   This is it! Blowing out windows but first, a LILO question et al... (https://www.linuxquestions.org/questions/slackware-14/this-is-it-blowing-out-windows-but-first-a-lilo-question-et-al-865971/)

Darth Vader 03-02-2011 02:53 PM

Here we go! We can start the live migration to sda1 ...

Today, you will execute RIGHT this commands sequence:

Code:

mkdir -p /tmp/.rootbind

mount --bind / /tmp/.rootbind

rsync -av --delete --progress \
    --exclude "/lost+found" \
    --exclude "/root/.kde/share/apps/nepomuk/repository" \
    --exclude "/tmp/kde" \
    --exclude "/var/tmp/kde" \
    /tmp/.rootbind/ /winxp


Robert.Thompson 03-02-2011 03:20 PM

Quote:

Originally Posted by Darth Vader (Post 4276833)

Code:

rsync -av --delete --progress \
    --exclude "/lost+found" \
    --exclude "/root/.kde/share/apps/nepomuk/repository" \
    --exclude "/tmp/kde" \
    --exclude "/var/tmp/kde" \
    /tmp/.rootbind/ /winxp


Sorry Darth, but I don't know how to enter a multi line command in the terminal.

Darth Vader 03-02-2011 03:26 PM

Quote:

Originally Posted by Robert.Thompson (Post 4276867)
Sorry Darth, but I don't know how to enter a multi line command in the terminal.

Then do, a simple:

Code:

rsync -av --delete --progress /tmp/.rootbind/ /winxp
instead of this multi line command.

These commands will make a clone of your (root) system on sda1. About the next things, we talk tomorrow... ;)

Robert.Thompson 03-02-2011 03:32 PM

Quote:

Originally Posted by Darth Vader (Post 4276876)
Then do, a simple:

Code:

rsync -av --delete --progress /tmp/.rootbind/ /winxp
instead of this multi line command.

These commands will make a clone of your (root) system on sda1. About the next things, we talk tomorrow... ;)

Thanks Darth, I appreciate your help. Talk with you tomorrow. Good night!

ewsmith 03-02-2011 05:38 PM

Quote:

Originally Posted by Robert.Thompson (Post 4276867)
Sorry Darth, but I don't know how to enter a multi line command in the terminal.

just press enter after each of those lines.
bash knows that the \ means multiline.

Robert.Thompson 03-03-2011 08:55 PM

Well, it is done!!!!:D

I have a 100% Slackware PC and I did not have to do a reinstall - it would have been my 15th or so.

I'm not certain if it is perfect because I did not have Darth's super help at the end but, I'm writing this from my system.

Thanks again Darth, I really appreciate all your time, expertise and guidance.

I would also like to thank 'rcbrgs' and 'Ilgar' - without their posts, I would not have had the understanding to complete this migration.

Marking as SOLVED.


All times are GMT -5. The time now is 02:58 AM.