Seth Woolley's Man Viewer

xfsdump(8) - xfsdump - XFS filesystem incremental dump utility - man 8 xfsdump

([section] manual, -k keyword, -K [section] search, -f whatis)
man plain no title

xfsdump(8)                                                          xfsdump(8)



NAME
       xfsdump - XFS filesystem incremental dump utility

SYNOPSIS
       xfsdump -h
       xfsdump [ options ] -f dest [ -f dest ... ] filesystem
       xfsdump [ options ] - filesystem
       xfsdump -I [ subopt=value ... ]

DESCRIPTION
       xfsdump backs up files and their attributes in(1,8) a filesystem.  The files
       are dumped to storage  media,  a  regular  file(1,n),  or  standard  output.
       Options  allow  the  operator to have all files dumped, just files that
       have changed since a previous dump, or just files contained in(1,8)  a  list
       of pathnames.

       The  xfsrestore(8)  utility re-populates a filesystem with the contents
       of the dump.

       Each invocation of xfsdump dumps just one filesystem.  That  invocation
       is  termed a dump session.  The dump session splits the filesystem into
       one or more dump streams, one per destination.  The split(1,n)  is  done  in(1,8)
       filesystem inode number (ino) order, at boundaries selected to equalize
       the size of each stream.  Furthermore, the breakpoints between  streams
       may be in(1,8) the middle of very large files (at extent boundaries) if(3,n) nec-
       essary to achieve  reasonable  stream  size  equalization.   Each  dump
       stream  can  span  several media objects, and a single media object can
       contain several dump streams.  The typical media object is a tape  car-
       tridge.   The media object records the dump stream as one or more media
       files.  A media file(1,n) is a self-contained partial dump.  The portion  of
       a  dump  stream  contained  on a media object can be split(1,n) into several
       media files.  This minimizes the impact of media dropouts on the entire
       dump stream, and speeds subtree restores.

       However, the current implementation in(1,8) Linux only supports one destina-
       tion and running single threaded. Therefore, the above comments regard-
       ing multiple streams describe the possible future capabilities.

       xfsdump  maintains  an online dump inventory in(1,8) /var/lib/xfsdump/inven-
       tory.  The -I option displays the  inventory  contents  hierarchically.
       The  levels of the hierarchy are: filesystem, dump session, stream, and
       media file.

       The options to xfsdump are:

       -a   Specifies that files for which the Data Migration  Facility  (DMF)
            has  complete  offline  copies (dual-state files) be treated as if(3,n)
            they were offline (OFL).  This means that the file(1,n) data  will  not
            be  dumped  by  xfsdump, resulting in(1,8) a smaller dump file.  If the
            file(1,n) is later restored the file(1,n) data is still  accessible  through
            DMF.

       -b blocksize
            Specifies  the  blocksize, in(1,8) bytes, to be used for the dump.  The
            same blocksize must be specified to restore the tape.  If  the  -m
            option  is  not  used,  then  -b  does  not  need to be specified.
            Instead, a default blocksize of 1Mb will be used.

       -c progname
            Use the specified program to  alert  the  operator  when  a  media
            change  is  required.  The  alert program is typically a script to
            send(2,n) a mail(1,8) or flash a window to draw the operator's attention.

       -d filesize
            Specifies the size, in(1,8) megabytes, of dump  media  files.   xfsdump
            will  dump  data  to  tape  in(1,8)  one  or more media files.  It will
            attempt to estimate the ideal media file(1,n) size based  on  the  tape
            device  being  used,  and  the  amount of data to be written.  The
            media file(1,n) size may need to be adjusted if(3,n), for  example,  xfsdump
            cannot fit a media file(1,n) onto a single tape.

       -e   Allow files to be excluded from the dump.  This will cause xfsdump
            to skip files which are tagged with the  "SGI_XFLAG_NODUMP"  inode
            flag  (previously the "SGI_XFSDUMP_SKIP_FILE" extended attribute).
            Without the -e flag, xfsdump will ignore the inode flags and  con-
            tinue to dump affected files.  The preferred flag has changed from
            "SGI_XFSDUMP_SKIP_FILE" (an extended attribute set(7,n,1 builtins) within  an  in-
            ode) to "SGI_XFLAG_NODUMP" (an inode flag) for performance purpos-
            es.  The extended attribute "SGI_XFSDUMP_SKIP_FILE"  remains  sup-
            ported.

       -f dest [ -f dest ... ]
            Specifies a dump destination.  A dump destination can be the path-
            name of a device (such as a tape drive), a regular file(1,n) or  a  re-
            mote  tape drive (see rmt(8)).  This option must be omitted if(3,n) the
            standard output option (a lone - preceding the  source  filesystem
            specification) is specified.

       -l level
            Specifies  a  dump level of 0 to 9.  The dump level determines the
            base dump to which this dump is relative.  The base  dump  is  the
            most  recent dump at a lesser level.  A level 0 dump is absolute -
            all files are dumped.  A dump level where 1 <= level <= 9  is  re-
            ferred  to  as  an  incremental  dump.   Only files that have been
            changed since the base dump are dumped.  Subtree dumps (see the -s
            option below) cannot be used as the base for incremental dumps.

       -m   Use  the  minimal  tape protocol for non-scsi tape destinations or
            remote tape destinations which are not scsi Linux tape drives  nor
            IRIX tape drives.  This option cannot be used without specifying a
            blocksize to be used (see -b option above).

       -o   Overwrite the tape. With this option, xfsdump does  not  read(2,n,1 builtins)  the
            tape  first to check the contents. This option may be used if(3,n) xfs-
            dump is unable to determine the block size of a tape .

       -p interval
            Causes progress reports to be printed at the  specified  interval.
            interval  is  given in(1,8) seconds.  The progress report indicates how
            many files have been dumped, the total number of  files  to  dump,
            the percentage of data dumped, and the elapsed time.

       -q   Destination  tape  drive  is a QIC tape.  QIC tapes only use a 512
            byte blocksize, for which xfsdump must make special allowances.

       -s pathname [ -s pathname ... ]
            Restricts the dump to files contained in(1,8) the  specified  pathnames
            (subtrees).   Up  to  100  pathnames can be specified.  A pathname
            must be relative to the mount(2,8) point of the filesystem.  For  exam-
            ple,  if(3,n) a filesystem is mounted at /d2, the pathname argument for
            the directory /d2/users(1,5) is ``users(1,5)''.  A pathname can be a file(1,n) or
            a  directory;  if(3,n) it is a directory, the entire hierarchy of files
            and subdirectories rooted at that directory  is  dumped.   Subtree
            dumps cannot be used as the base for incremental dumps (see the -l
            option above).

       -v verbosity
       -v subsys=verbosity[,subsys=verbosity,...]
            Specifies the level of detail used for messages  displayed  during
            the  course  of  the dump. The verbosity argument can be passed as
            either a string(3,n) or an integer. If passed as a string(3,n) the following
            values  may  be used: silent, verbose, trace(3x,n,3x _nc_tracebits), debug, or nitty.  If
            passed as an integer, values from 0-5 may be used. The values  0-4
            correspond  to the strings already listed. The value 5 can be used
            to produce even more verbose debug output.

            The first form of this option activates message logging across all
            dump  subsystems. The second form allows the message logging level
            to be controlled on a per-subsystem basis. The two  forms  can  be
            combined (see the example below). The argument subsys can take one
            of the following values: general, proc(5,n), drive,  media,  inventory,
            inomap and excluded_files.

            For  example,  to  dump the root filesystem with tracing activated
            for all subsystems:

                 # xfsdump -v trace(3x,n,3x _nc_tracebits) -f /dev/tape /

            To enable debug-level tracing for drive and media operations:

                 # xfsdump -v drive=debug,media=debug -f /dev/tape /

            To enable tracing for all subsystems, and debug level tracing  for
            drive operations only:

                 # xfsdump -v trace(3x,n,3x _nc_tracebits),drive=debug -f /dev/tape /

            To list files that will be excluded from the dump:

                 # xfsdump -e -v excluded_files=debug -f /dev/tape /


       -z size
            Specifies  the maximum size, in(1,8) kilobytes, of files to be included
            in(1,8) the dump.  Files over this size,  will  be  excluded  from  the
            dump.   The size is an estimate based on the number of disk blocks
            actually used by the file(1,n), and so does not include holes.  In oth-
            er  words,  size refers to the amount of space the file(1,n) would take
            in(1,8) the resulting dump.  On an  interactive  restore,  the  skipped
            file(1,n)  is  visible with xfsrestore's 'ls' and while you can use the
            'add' and 'extract' commands, nothing will be restored.

       -A   Do not dump extended file(1,n) attributes.  When dumping  a  filesystem
            managed  within  a DMF environment this option should not be used.
            DMF stores file(1,n) migration status within extended attributes  asso-
            ciated  with each file. If these attributes are not preserved when
            the filesystem is restored, files that had been in(1,8) migrated  state
            will not be recallable by DMF. Note that dumps containing extended
            file(1,n) attributes cannot be restored with older versions  of  xfsre-
            store(8).

       -B session_id
            Specifies  the ID of the dump session upon which this dump session
            is to be based.  If this option is specified, the -l  (level)  and
            -R  (resume) options are not allowed.  Instead, xfsdump determines
            if(3,n) the current dump session should be incremental and/or  resumed,
            by looking at the base session's level and interrupted attributes.
            If the base session was interrupted, the current dump session is a
            resumption of that base at the same level.  Otherwise, the current
            dump session is an incremental dump with a level one greater  than
            that  of the base session.  This option allows incremental and re-
            sumed dumps to be based on any previous dump, rather than just the
            most recent.

       -E   Pre-erase  media.   If  this  option is specified, media is erased
            prior to use.  The operator is prompted for  confirmation,  unless
            the -F option is also specified.

       -F   Don't prompt the operator.  When xfsdump encounters a media object
            containing non-xfsdump data, xfsdump normally  asks  the  operator
            for  permission  to  overwrite.  With this option the overwrite is
            performed, no questions asked.  When xfsdump encounters end-of-me-
            dia  during  a dump, xfsdump normally asks the operator if(3,n) another
            media object will be provided.  With this option the dump  is  in-
            stead interrupted.

       -I   Displays  the  xfsdump  inventory (no dump is performed).  xfsdump
            records each dump session in(1,8) an online inventory in(1,8)  /var/lib/xfs-
            dump/inventory.  xfsdump uses this inventory to determine the base
            for incremental dumps.  It is also useful for manually identifying
            a dump session to be restored.  Suboptions to filter(1,3x,3x curs_util) the inventory
            display are described later.

       -J   Inhibits the normal update(7,n) of the inventory.  This is useful  when
            the media being dumped to will be discarded or overwritten.

       -L session_label
            Specifies  a  label for the dump session.  It can be any arbitrary
            string(3,n) up to 255 characters long.

       -M label [ -M label ... ]
            Specifies a label for the first media object  (for  example,  tape
            cartridge)  written  on  the  corresponding destination during the
            session.  It can be any arbitrary  string(3,n)  up  to  255  characters
            long.  Multiple media object labels can be specified, one for each
            destination.

       -O options_file
            Insert the options contained in(1,8) options_file into the beginning of
            the  command  line.   The options are specified just as they would
            appear if(3,n) typed into the command line.  In addition, newline char-
            acters (\n) can be used as whitespace.  The options are placed be-
            fore all options actually given on the command  line,  just  after
            the  command name.  Only one -O option can be used.  Recursive use
            is ignored.  The source filesystem  cannot  be  specified  in(1,8)  op-
            tions_file.

       -R   Resumes a previously interrupted dump session.  If the most recent
            dump at this dump's level (-l option) was interrupted,  this  dump
            contains  only  files  not  in(1,8) the interrupted dump and consistent
            with the incremental level.  However, files contained in(1,8)  the  in-
            terrupted dump that have been subsequently modified are re-dumped.

       -T   Inhibits interactive dialogue timeouts.  When the -F option is not
            specified,  xfsdump  prompts  the  operator  for  labels and media
            changes.  Each dialogue normally times out if(3,n) no response is  sup-
            plied.  This option prevents the timeout.

       -Y length
            Specify  I/O  buffer  ring  length.  xfsdump uses a ring of output
            buffers to achieve maximum throughput when dumping to tape drives.
            The  default  ring  length  is 3.  However, this is only supported
            when running multi-threaded which has not been done for Linux  yet
            - making this option benign.

       -    A lone - causes the dump stream to be sent to the standard output,
            where it can be piped to another utility such as xfsrestore(8)  or
            redirected  to a file.  This option cannot be used with the -f op-
            tion.  The -  must  follow  all  other  options  and  precede  the
            filesystem specification.

       The filesystem, filesystem, can be specified either as a mount(2,8) point or
       as  a  special  device  file(1,n)  (for  example,  /dev/dsk/dks0d1s0).   The
       filesystem must be mounted to be dumped.

NOTES
   Dump Interruption
       A dump can be interrupted at any time(1,2,n) and later resumed.  To interrupt,
       type control-C (or the current terminal interrupt character).  The  op-
       erator  is prompted to select(2,7,2 select_tut) one of several operations, including dump
       interruption.  After the operator selects dump interruption,  the  dump
       continues  until a convenient break point is encountered (typically the
       end of the current file(1,n)).  Very large files  are  broken  into  smaller
       subfiles, so the wait for the end of the current file(1,n) is brief.

   Dump Resumption
       A  previously  interrupted dump can be resumed by specifying the -R op-
       tion.  If the most recent dump at the specified level was  interrupted,
       the  new  dump  does not include files already dumped, unless they have
       changed since the interrupted dump.

   Media Management
       A single media object can contain many  dump  streams.   Conversely,  a
       single  dump  stream can span multiple media objects.  If a dump stream
       is sent to a media object already containing one or more dumps, xfsdump
       appends  the  new  dump stream after the last dump stream.  Media files
       are never overwritten.   If  end-of-media  is  encountered  during  the
       course of a dump, the operator is prompted to insert a new media object
       into the drive.  The dump stream continuation  is  appended  after  the
       last media file(1,n) on the new media object.

   Inventory
       Each dump session updates an inventory database in(1,8) /var/lib/xfsdump/in-
       ventory.  xfsdump uses the inventory to determine the base of incremen-
       tal and resumed dumps.

       This  database can be displayed by invoking xfsdump with the -I option.
       The display uses tabbed indentation to present the inventory hierarchi-
       cally.   The  first  level is filesystem.  The second level is session.
       The third level is media stream (currently only one stream is  support-
       ed).  The fourth level lists the media files sequentially composing the
       stream.

       The following suboptions are available to filter(1,3x,3x curs_util) the display.

       -I depth=n
            (where n is 1, 2, or 3) limits the hierarchical depth of the  dis-
            play. When n is 1, only the filesystem information from the inven-
            tory is displayed. When n is 2, only filesystem and session infor-
            mation  are  displayed.  When n is 3, only filesystem, session and
            stream information are displayed.

       -I level=n
            (where n is the dump level) limits the display to  dumps  of  that
            particular dump level.

       The  display  may  be restricted to media files contained in(1,8) a specific
       media object.

       -I mobjid=value
            (where value is a media ID) specifies the media object by its  me-
            dia ID.

       -I mobjlabel=value
            (where  value  is a media label) specifies the media object by its
            media label.

       Similarly, the display can be restricted to a specific filesystem.

       -I mnt=mount_point
            (that  is,  [hostname:]pathname),  identifies  the  filesystem  by
            mountpoint.   Specifying the hostname is optional, but may be use-
            ful in(1,8) a clustered environment where more than one host(1,5) can be re-
            sponsible for dumping a filesystem.

       -I fsid=filesystem_id
            identifies the filesystem by filesystem ID.

       -I dev=device_pathname
            (that is, [hostname:]device_pathname) identifies the filesystem by
            device. As with the mnt filter(1,3x,3x curs_util), specifying the hostname is option-
            al.

       More  than  one of these suboptions, separated by commas, may be speci-
       fied at the same time(1,2,n) to limit the display of the  inventory  to  those
       dumps  of  interest.  However, at most four suboptions can be specified
       at once: one to constrain the display hierarchy depth, one to constrain
       the dump level, one to constrain the media object, and one to constrain
       the filesystem.

       For example, -I  depth=1,mobjlabel="tape  1",mnt=host1:/test_mnt  would
       display only the filesystem information (depth=1) for those filesystems
       that were mounted on host1:/test_mnt at the time(1,2,n) of the dump, and  only
       those filesystems dumped to the media object labeled "tape 1".

       Dump  records may be removed (pruned) from the inventory using the xfs-
       invutil program.

       An additional media file(1,n) is placed at the  end  of  each  dump  stream.
       This media file(1,n) contains the inventory information for the current dump
       session.  Its contents may be merged back  into  the  online  inventory
       database at a later time(1,2,n) using xfsrestore(1M).

       The  inventory files stored in(1,8) /var/lib/xfsdump are not included in(1,8) the
       dump, even if(3,n) that directory is contained within the  filesystem  being
       dumped.   Including  the inventory in(1,8) the dump may lead to loss or cor-
       ruption of data, should an older version(1,3,5) be  restored  overwriting  the
       current  version.   To  backup  the  xfsdump inventory, the contents of
       /var/lib/xfsdump should be copied to another location which may then be
       safely  dumped.   Upon restoration, those files may be copied back into
       /var/lib/xfsdump, overwriting whatever files may be there, or  xfsinvu-
       til(1M) may be used to selectively merge(1,8) parts of the restored invento-
       ry back into the current inventory.  Prior to  version(1,3,5)  1.1.8,  xfsdump
       would  include the /var/lib/xfsdump directory in(1,8) the dump.  Care should
       be taken not to overwrite the /var/lib/xfsdump directory when restoring
       an  old dump, by either restoring the filesystem to another location or
       by copying the current contents of /var/lib/xfsdump  to  a  safe  place
       prior to running xfsrestore(1M).


   Labels
       The operator can specify a label to identify the dump session and a la-
       bel to identify a media object.  The session label is placed  in(1,8)  every
       media  file(1,n)  produced in(1,8) the course of the dump, and is recorded in(1,8) the
       inventory.

       The media label is used to identify media objects, and  is  independent
       of  the  session label.  Each media file(1,n) on the media object contains a
       copy of the media label.  An error(8,n) is returned if(3,n) the  operator  speci-
       fies  a  media label that does not match the media label on a media ob-
       ject containing valid media files.  Media labels are  recorded  in(1,8)  the
       inventory.

   UUIDs
       UUIDs  (Universally  Unique  Identifiers)  are used in(1,8) three places: to
       identify the filesystem being dumped (using the  filesystem  UUID,  see
       xfs(5) for more details), to identify the dump session, and to identify
       each media object.  The inventory display (-I) includes all of these.

   Dump Level Usage
       The dump level mechanism provides  a  structured  form  of  incremental
       dumps.   A  dump  of  level level includes only files that have changed
       since the most recent dump at a level less(1,3) than  level.   For  example,
       the  operator  can  establish a dump schedule that involves a full dump
       every Friday and a daily incremental dump containing  only  files  that
       have changed since the previous dump.  In this case Friday's dump would
       be at level 0, Saturday's at level 1, Sunday's at level 2, and  so  on,
       up to the Thursday dump at level 6.

       The above schedule results in(1,8) a very tedious restore procedure to fully
       reconstruct the Thursday version(1,3,5) of the  filesystem;  xfsrestore  would
       need  to  be  fed all 7 dumps in(1,8) sequence.  A compromise schedule is to
       use level 1 on Saturday, Monday, and Wednesday, and level 2 on  Sunday,
       Tuesday,  and  Thursday.   The  Monday  and  Wednesday dumps would take
       longer, but the worst case restore requires the  accumulation  of  just
       three dumps, one each at level 0, level 1, and level 2.

   Quotas
       If  the  filesystem being dumped contains quotas, xfsdump will use xfs-
       dq(8) to store the quotas in(1,8) a file(1,n) called xfsdump_quotas in(1,8)  the  root
       of  the filesystem to be dumped. This file(1,n) will then be included in(1,8) the
       dump.  Upon restoration, xfsrq (8) can be used to reactivate the quotas
       for  the  filesystem.  Note, however, that the xfsdump_quotas file(1,n) will
       probably require modification to change the filesystem or UIDs  if(3,n)  the
       filesystem has been restored to a different partition or system.

   Excluding individual files
       Occasionally  it is desirable to be able to exclude particular files or
       directories from the dump.  The -s option can be used to limit the dump
       to  a  specified  directory,  and  the -z option can be used to exclude
       files over a particular size.  Additionally, when xfsdump is  run  with
       the -e option individual files can be "tagged" so that xfsdump will not
       include them in(1,8) a dump.  Files are tagged in(1,8) one of two ways:

       1) By setting an inode flag  called  "SGI_XFLAG_NODUMP"  on  the  file.
       This can be done with the chattr(1) command:

            $ chattr +d file(1,n)

       To turn the flag off:

            $ chattr -d file(1,n)

       This  is the preferred method and may result in(1,8) a slightly faster dump,
       since xfsdump doesn't need to parse an attribute stored in(1,8) the inode.

       2)  By  assigning  the  file(1,n)  an  extended  attribute  with  the   name
       "SGI_XFSDUMP_SKIP_FILE".  This can be done with the attr(1,5)(1) command:

            $ attr(1,5) -s "SGI_XFSDUMP_SKIP_FILE" -V "" file(1,n)

       To remove the attribute:

            $ attr(1,5) -r "SGI_XFSDUMP_SKIP_FILE" file(1,n)

       It should be noted that xfsdump will not check directories for this at-
       tribute.  It should also be noted that this use of extended  attributes
       is not the same as that used by the chattr(1) command.

       Care  should be taken to note which files have been tagged.  Under nor-
       mal operation, xfsdump will only report the number  of  files  it  will
       skip.   The -v excluded_files=debug option, however, will cause xfsdump
       to list the inode numbers of the individual files affected.

       If a file(1,n) was tagged and skipped for a level 0 dump,  and  subsequently
       that tag was removed, the file(1,n) would not automatically be included in(1,8) a
       higher level dump.  The file(1,n) would only be included if(3,n) it was  modified
       since  the  last dump.  The touch(1) command can be used on the file(1,n) to
       update(7,n) its modification time(1,2,n) to ensure it will  be  included  in(1,8)  later
       dumps.

EXAMPLES
       To  perform  a  level 0, single stream dump of the root filesystem to a
       locally mounted tape drive, prompting for session and media labels when
       required:

            # xfsdump -f /dev/tape /

       To specify session and media labels explicitly:

            # xfsdump -L session_1 -M tape_0 -f /dev/tape /

       To perform a dump to a remote tape using the minimal rmt protocol and a
       set(7,n,1 builtins) blocksize of 64k:

            # xfsdump -m -b 65536 -f otherhost:/dev/tape /

       To perform a level 0, multi-stream dump to  two  locally  mounted  tape
       drives:

            # xfsdump -L session_2 -f /dev/rmt/tps4d6v -M tape_1 \
                      -f /dev/rmt/tps5d6v -M tape_2 /

       To perform a level 1 dump relative to the last level 0 dump recorded in(1,8)
       the inventory:

            # xfsdump -l 1 -f /dev/tape /

       To copy the contents of a filesystem to another directory  (see  xfsre-
       store(8)):

            # xfsdump -J - / | xfsrestore -J - /new


FILES
       /var/lib/xfsdump/inventory
                                dump inventory database

SEE ALSO
       attr(1,5)(1), rmt(8), xfsdq(8), xfsrestore(8), xfsinvutil(8), xfsdq(8), xfs-
       rq(8), attr_get(3,3x,3x PAIR_NUMBER)(2).

DIAGNOSTICS
       The exit(3,n,1 builtins) code is 0 on normal completion, non-zero if(3,n) an error(8,n) occurs or
       the dump is terminated by the operator.

       For  all verbosity levels greater than 0 (silent) the final line of the
       output shows the exit(3,n,1 builtins) status of the dump. It is of the form:

            xfsdump: Dump Status: code

       Where code takes one of the following values: SUCCESS  (normal  comple-
       tion),  INTERRUPT  (interrupted), QUIT (media no longer usable), INCOM-
       PLETE (dump incomplete), FAULT (software error(8,n)),  and  ERROR  (resource
       error(8,n)).  Every attempt will be made to keep both the syntax and the se-
       mantics of this log message unchanged in(1,8) future  versions  of  xfsdump.
       However, it may be necessary to refine or expand the set(7,n,1 builtins) of exit(3,n,1 builtins) codes,
       or their interpretation at some point in(1,8) the future.

       The message ``xfsdump: WARNING: unable to open(2,3,n) directory:  ino  N:  In-
       valid  argument''  can  occur with filesystems which are actively being
       modified while xfsdump is running.  This can happen to either directory
       or  regular  file(1,n)  inodes - affected files will not end up in(1,8) the dump,
       files below affected directories will be placed in(1,8) the orphanage direc-
       tory by xfsrestore.

BUGS
       xfsdump does not dump unmounted filesystems.

       The dump frequency field of /etc/fstab is not supported.

       xfsdump uses the alert program only when a media change is required.

       xfsdump requires root privilege (except for inventory display).

       xfsdump can only dump XFS filesystems.

       The  media format used by xfsdump can only be understood by xfsrestore.

       xfsdump does not know how to manage  CD-ROM  or  other  removable  disk
       drives.

       xfsdump  can become confused when doing incremental or resumed dumps if(3,n)
       on the same machine you dump two XFS filesystems and  both  filesystems
       have  the  same  filesystem  identifier (UUID).  Since xfsdump uses the
       filesystem identifier to identify filesystems,  xfsdump  maintains  one
       combined  set(7,n,1 builtins)  of  dump inventories for both filesystems instead of two
       sets of dump inventories.  This scenario can happen only if(3,n) dd or  some
       other  block-by-block  copy  program  was used to make a copy of an XFS
       filesystem.  See xfs_copy(8) and xfs(5) for more details.



                                                                    xfsdump(8)

References for this manual (incoming links)