Hello.
I'm pretty new to FreeBSD and not a whole lot experienced in the general Unix world. I wanted to practice backing up and restoring a system running FreeBSD 9.1, but I ran into a problem when I tried to use dump.
I found this post, which was a little helpful. I understand that the answer to my problem is to (somehow) use tunefs to disable journaling and enable soft updates, however, I'm not sure how to do that.
I found the official documentation and it looked promising. However, I got stuck on the second step,
I haven't really messed with mounting/unmounting stuff in the past. Why is the documentation unmounting /usr and /var? I installed FreeBSD with the guided partition option in the installer, using the default options.
Anyway, the immediate problem is that I want to use dump to make a system backup, but I can't because UFS+journaling can't use snapshots, which dump uses to create the backup of a live system.
Help would be greatly appreciated.
I'm pretty new to FreeBSD and not a whole lot experienced in the general Unix world. I wanted to practice backing up and restoring a system running FreeBSD 9.1, but I ran into a problem when I tried to use dump.
Code:
Snapshots are not yet supported when running with journaled soft updates.
I found this post, which was a little helpful. I understand that the answer to my problem is to (somehow) use tunefs to disable journaling and enable soft updates, however, I'm not sure how to do that.
I found the official documentation and it looked promising. However, I got stuck on the second step,
umount /usr /var.I haven't really messed with mounting/unmounting stuff in the past. Why is the documentation unmounting /usr and /var? I installed FreeBSD with the guided partition option in the installer, using the default options.
Anyway, the immediate problem is that I want to use dump to make a system backup, but I can't because UFS+journaling can't use snapshots, which dump uses to create the backup of a live system.
Help would be greatly appreciated.