~ubuntu-branches/ubuntu/utopic/xfsprogs/utopic-proposed

« back to all changes in this revision

Viewing changes to man/man8/xfs_rtcp.8

  • Committer: Bazaar Package Importer
  • Author(s): Nathan Scott
  • Date: 2002-04-13 09:45:06 UTC
  • Revision ID: james.westby@ubuntu.com-20020413094506-t8dhemv41gkeg4kx
Tags: 2.0.3-1
New upstream bugfix release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH xfs_rtcp 8
 
2
.SH NAME
 
3
xfs_rtcp \- XFS realtime copy command
 
4
.SH SYNOPSIS
 
5
.nf
 
6
\f3xfs_rtcp\f1 [\f3\-e\f1 extsize] [\f3\-p\f1] \f2source\f1... \f2target\f1
 
7
.fi
 
8
.SH DESCRIPTION
 
9
.I xfs_rtcp
 
10
copies a file to the realtime partition on an XFS filesystem.
 
11
If there is more than one
 
12
.I source
 
13
and
 
14
.IR target ,
 
15
the final argument (the
 
16
.IR target )
 
17
must be a directory which already exists.
 
18
.SH OPTIONS
 
19
.TP
 
20
\f3\-e\f1 extsize
 
21
Sets the extent size of the destination realtime file.
 
22
.TP
 
23
\f3\-p\f1
 
24
Use if the size of the source file is not an even multiple of
 
25
the block size of the destination filesystem.
 
26
When
 
27
\f3\-p\f1 is specified
 
28
.I xfs_rtcp
 
29
will pad the destination file to a size which is an even multiple
 
30
of the filesystem block size.
 
31
This is necessary since the realtime file is created using
 
32
direct I/O and the minimum I/O is the filesystem block size.
 
33
.SH "SEE ALSO"
 
34
xfs(5),
 
35
mkfs.xfs(8),
 
36
mount(8).
 
37
.SH CAVEATS
 
38
Currently, realtime partitions are not supported under the Linux
 
39
version of XFS, and use of a realtime partition
 
40
.BR "WILL CAUSE CORRUPTION"
 
41
on the data partition.
 
42
As such, this command is made available for curious
 
43
.B "DEVELOPERS ONLY"
 
44
at this point in time.