logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

xfs_protofile - create a protofile for use with mkfs.xfs

Bugs

       Filenames cannot contain spaces.  Extended attributes are not copied into the filesystem.

                                                                                                xfs_protofile(8)

Description

xfs_protofile  walks  a directory tree to generate a protofile.  The protofile format is specified in the
       mkfs.xfs(8) manual page and is derived from 3rd edition Unix.

Name

       xfs_protofile - create a protofile for use with mkfs.xfs

Options

path      Create protofile directives to copy this path into the  root  directory.   If  the  path  is  a
                 directory, protofile directives will be emitted to replicate the entire subtree as a subtree of
                 the  root directory.  If the path is a not a directory, protofile directives will be emitted to
                 create the file as an entry in the root directory.  The first path must resolve to a directory.

Synopsis

xfs_protofilepath [ paths...  ]
       xfs_protofile-V

See Also