Add text describing the mksnap_ffs command as an
alternative for creating snapshots. Approved by: trhodes(maintainer) Approved by: simon(mentor) Submitted by: Lukas Ertl <lertl@univie.ac.at> PR: docs/53501
This commit is contained in:
parent
da0089bdd7
commit
f1840d3466
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=19681
1 changed files with 5 additions and 1 deletions
|
@ -2595,7 +2595,11 @@ Filesystem 1K-blocks Used Avail Capacity Mounted on
|
|||
|
||||
<screen>&prompt.root; <userinput>mount -u -o snapshot /var/snapshot/snap /var</userinput></screen>
|
||||
|
||||
<para>Once a snapshot has been created, they have several
|
||||
<para>Alternatively, you can use &man.mksnap.ffs.8; to create
|
||||
a snapshot:</para>
|
||||
<screen>&prompt.root; <userinput>mksnap_ffs /var /var/snapshot/snap</userinput></screen>
|
||||
|
||||
<para>Once a snapshot has been created, it has several
|
||||
uses:</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
|
Loading…
Reference in a new issue