other versions
- buster 4.20.0-1
- testing 5.10.0-3
- unstable 5.10.0-4
- experimental 5.11.0-rc0-1
xfs_rtcp(8) | System Manager's Manual | xfs_rtcp(8) |
NAME¶
xfs_rtcp - XFS realtime copy commandSYNOPSIS¶
xfs_rtcp [ -e extsize ] [ -p ] source ... targetxfs_rtcp -V
DESCRIPTION¶
xfs_rtcp copies a file to the realtime partition on an XFS filesystem. If there is more than one source and target, the final argument (the target) must be a directory which already exists.OPTIONS¶
- -e extsize
- Sets the extent size of the destination realtime file.
- -p
- Use if the size of the source file is not an even multiple of the block size of the destination filesystem. When -p is specified 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.
- -V
- Prints the version number and exits.