Hello
FreeBSD 9.1 stable.
I would like the migrate the OS to another hardware. I am aware that version of OS is no longer support
Because /usr partition is too big, is there any way to migrate to computer without /usr partition (the data will be synced manually)
One way to try is to turn off the machine and try with CloneZila or another backup software to make backup and restore partition to partition.
Never try this before and I am not sure it will boot.
I saw that there is integrate tool "dump/restore".
Could that be used to backup-restore realtime without poweroff the machine?
What procedure should I use to the new computer, boot from livecd or?
Thanks in advance !
Regards,
netaccs
FreeBSD 9.1 stable.
Code:
gpart show
=> 34 2147483581 da0 GPT (1.0T)
34 128 1 freebsd-boot (64k)
162 2957184 2 freebsd-ufs (1.4G)
2957346 2097152 3 freebsd-ufs (1.0G)
5054498 2116026368 4 freebsd-ufs (1T)
2121080866 9822208 5 freebsd-ufs (4.7G)
2130903074 16580540 6 freebsd-swap (7.9G)
2147483614 1 - free - (512B)
df -h
Filesystem Size Used Avail Capacity Mounted on
/dev/da0p2 1.4G 371M 915M 29% /
devfs 1.0k 1.0k 0B 100% /dev
/dev/da0p3 991M 51M 861M 6% /tmp
/dev/da0p4 977G 160G 739G 18% /usr
/dev/da0p5 4.5G 947M 3.2G 22% /var
I would like the migrate the OS to another hardware. I am aware that version of OS is no longer support
Because /usr partition is too big, is there any way to migrate to computer without /usr partition (the data will be synced manually)
One way to try is to turn off the machine and try with CloneZila or another backup software to make backup and restore partition to partition.
Never try this before and I am not sure it will boot.
I saw that there is integrate tool "dump/restore".
Could that be used to backup-restore realtime without poweroff the machine?
What procedure should I use to the new computer, boot from livecd or?
Thanks in advance !
Regards,
netaccs