Dirk Mueller
a0e284e535
- add scrub subcommand - scan /proc/partitions by default (or use --all-devices for all) - mkfs fixes and improvements - documentation fixes - update from git: - add btrfs-select-super utility - add btrfs-label utility - allow mixed data+metadata (option --mixed) - allow populating new filesystem with files (option --rootdir) - allow discard support in mkfs - lzo support - deprecate 'btrfsctl' 'btrfs-vol' 'btrfs-show' - other bugfixes and documentation improvements OBS-URL: https://build.opensuse.org/package/show/filesystems/btrfsprogs?expand=0&rev=104
44 lines
1.5 KiB
Diff
44 lines
1.5 KiB
Diff
From ff26077c61eabdf2ddad810e994540f644975310 Mon Sep 17 00:00:00 2001
|
|
From: Andreas Philipp <philipp.andreas@gmail.com>
|
|
Date: Tue, 26 Apr 2011 10:02:44 +0200
|
|
Subject: [PATCH 12/28] Updated manpage for btrfs subvolume snapshot.
|
|
|
|
Signed-off-by: Andreas Philipp <philipp.andreas@gmail.com>
|
|
Signed-off-by: Hugo Mills <hugo@carfax.org.uk>
|
|
---
|
|
man/btrfs.8.in | 11 ++++++-----
|
|
1 files changed, 6 insertions(+), 5 deletions(-)
|
|
|
|
diff --git a/man/btrfs.8.in b/man/btrfs.8.in
|
|
index 6f92f91..cb32679 100644
|
|
--- a/man/btrfs.8.in
|
|
+++ b/man/btrfs.8.in
|
|
@@ -5,7 +5,7 @@
|
|
.SH NAME
|
|
btrfs \- control a btrfs filesystem
|
|
.SH SYNOPSIS
|
|
-\fBbtrfs\fP \fBsubvolume snapshot\fP\fI <source> [<dest>/]<name>\fP
|
|
+\fBbtrfs\fP \fBsubvolume snapshot\fP\fI [-r] <source> [<dest>/]<name>\fP
|
|
.PP
|
|
\fBbtrfs\fP \fBsubvolume delete\fP\fI <subvolume>\fP
|
|
.PP
|
|
@@ -76,10 +76,11 @@ commands.
|
|
.SH COMMANDS
|
|
.TP
|
|
|
|
-\fBsubvolume snapshot\fR\fI <source> [<dest>/]<name>\fR
|
|
-Create a writable snapshot of the subvolume \fI<source>\fR with the name
|
|
-\fI<name>\fR in the \fI<dest>\fR directory. If \fI<source>\fR is not a
|
|
-subvolume, \fBbtrfs\fR returns an error.
|
|
+\fBsubvolume snapshot\fR\fI [-r] <source> [<dest>/]<name>\fR
|
|
+Create a writable/readonly snapshot of the subvolume \fI<source>\fR with the
|
|
+name \fI<name>\fR in the \fI<dest>\fR directory. If \fI<source>\fR is not a
|
|
+subvolume, \fBbtrfs\fR returns an error. If \fI-r\fR is given, the snapshot
|
|
+will be readonly.
|
|
.TP
|
|
|
|
\fBsubvolume delete\fR\fI <subvolume>\fR
|
|
--
|
|
1.7.5.2.353.g5df3e
|
|
|