summaryrefslogtreecommitdiffstats
path: root/upstream/archlinux/man8/xfs_rtcp.8
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:43:11 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:43:11 +0000
commitfc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch)
treece1e3bce06471410239a6f41282e328770aa404a /upstream/archlinux/man8/xfs_rtcp.8
parentInitial commit. (diff)
downloadmanpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz
manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/archlinux/man8/xfs_rtcp.8')
-rw-r--r--upstream/archlinux/man8/xfs_rtcp.853
1 files changed, 53 insertions, 0 deletions
diff --git a/upstream/archlinux/man8/xfs_rtcp.8 b/upstream/archlinux/man8/xfs_rtcp.8
new file mode 100644
index 00000000..40e9097e
--- /dev/null
+++ b/upstream/archlinux/man8/xfs_rtcp.8
@@ -0,0 +1,53 @@
+.TH xfs_rtcp 8
+.SH NAME
+xfs_rtcp \- XFS realtime copy command
+.SH SYNOPSIS
+.B xfs_rtcp
+[
+.B \-e
+.I extsize
+] [
+.B -p
+]
+.IR source " ... " target
+.br
+.B xfs_rtcp \-V
+.SH DESCRIPTION
+.B xfs_rtcp
+copies a file to the realtime partition on an XFS filesystem.
+If there is more than one
+.I source
+and
+.IR target ,
+the final argument (the
+.IR target )
+must be a directory which already exists.
+.SH OPTIONS
+.TP
+.BI \-e " extsize"
+Sets the extent size of the destination realtime file.
+.TP
+.B \-p
+Use if the size of the source file is not an even multiple of
+the block size of the destination filesystem. When
+.B \-p
+is specified
+.B xfs_rtcp
+will pad the destination file to a size which is an even multiple
+of the filesystem block size.
+This is necessary since the realtime file is created using
+direct I/O and the minimum I/O is the filesystem block size.
+.TP
+.B \-V
+Prints the version number and exits.
+.SH SEE ALSO
+.BR xfs (5),
+.BR mkfs.xfs (8),
+.BR mount (8).
+.SH CAVEATS
+Currently, realtime partitions are not supported under the Linux
+version of XFS, and use of a realtime partition
+.B WILL CAUSE CORRUPTION
+on the data partition. As such, this command is made available for curious
+.B DEVELOPERS ONLY
+at this point in time.