LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   *BSD (https://www.linuxquestions.org/questions/%2Absd-17/)
-   -   migrate a partition using dump and restore (https://www.linuxquestions.org/questions/%2Absd-17/migrate-a-partition-using-dump-and-restore-938360/)

cccc 04-05-2012 04:28 PM

migrate a partition using dump and restore
 
Hello

Howto migrate a freeBSD partition using dump and restore with all user rights and permissions?

jmccue 04-08-2012 07:20 AM

Hi,

I have used tar on and between Linux and BSD without any issue, but this documents various BU options for FreeBSD

http://www.freebsd.org/doc/en_US.ISO...up-basics.html

NetrixTardis 04-08-2012 05:52 PM

Here is what I have in my notes:

Code:

dump -0a -L /partition | (cd /newdrive ; restore -rf - )
Now, this has been in my notes for a long long time, and you will need to double check if the command is still valid.


All times are GMT -5. The time now is 08:45 PM.