Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   xfsrestore    ( 8 )

утилита инкрементного восстановления файловой системы XFS (XFS filesystem incremental restore utility)

  Name  |  Synopsis  |  Description  |  Note  |    Examples    |  Files  |  See also  |  Diagnostic  |  Bugs  |

Примеры (Examples)

To restore the root filesystem from a locally mounted tape:

# xfsrestore -f /dev/tape /

To restore from a remote tape, specifying the dump session id:

# xfsrestore -L session_1 -f otherhost:/dev/tape /new

To restore the contents a of a dump to another subdirectory:

# xfsrestore -f /dev/tape /newdir

To copy the contents of a filesystem to another directory (see xfsdump(8)):

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