|
FreeBSD General Other questions regarding FreeBSD which do not fit in any of the categories below. |
|
Thread Tools | Display Modes |
|
|||
How to backup my system
Hi all,
I have this 80G machine here which I want to turn into a dualboot with 40G each, Win and FBSD. As it seems impossible to just resize the slices and partitions, I guess the best way is to copy my current system to a backup-server in the network, repartition the disk and copy my old BSD system back. What do you think and what's the best way to do accomplish this? TIA |
|
||||
dump -0Lauf - /dev/SLICE | bzip2 /backup/file.bz2
Then copy over net with scp or samba or whatever.... later, on newly formated UFS slice copy to some place where you have free space (lets say /dir mount /dev/SLICE /some/mountpoin cd /some/mountpoint bzcat /dir/file.bz2 | restore -rf - cd / umount /some/mountpoint and that's it, basically if yo don't want to compress data, remove bzip2 and bzcat part and replace - with /dev/SLICE |
|
||||
Quote:
read restore manpage you don't need to extract all files.... Only thing for this you will need to use decompressed backup |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
backup freeBSD 7.0 using Backup Exec | ccc | FreeBSD General | 2 | 25th April 2009 09:23 PM |
Backup strategies | Oko | General software and network | 4 | 2nd February 2009 01:32 AM |
Backup script(s)? | giddyupman | General software and network | 2 | 3rd January 2009 02:06 PM |
Yet another backup question | rex | FreeBSD General | 7 | 7th November 2008 04:22 PM |
Which file system use to share data on Bsd system? | aleunix | Other BSD and UNIX/UNIX-like | 2 | 1st June 2008 04:14 PM |