Hello,
I just install FreeBSD 10 on a new test system and I have a very basic question.
Which of thetwo syntax bellow should I be using to perform a clean snapshopt of the system before I start doing anything to it?
or
Thank you
Fred
I just install FreeBSD 10 on a new test system and I have a very basic question.
Which of thetwo syntax bellow should I be using to perform a clean snapshopt of the system before I start doing anything to it?
Code:
zfs snapshot -r zroot@bare-install
Code:
zfs snapshot zroot@bare-install
Thank you
Fred