1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189
|
.gitignore
Makefile
README
VERSION
common/Makefile
common/arch_xlate.c
common/arch_xlate.h
common/cldmgr.c
common/cldmgr.h
common/cleanup.c
common/cleanup.h
common/content.h
common/content_common.c
common/content_common.h
common/content_inode.h
common/dlog.c
common/dlog.h
common/drive.c
common/drive.h
common/drive_minrmt.c
common/drive_scsitape.c
common/drive_simple.c
common/exit.h
common/fs.c
common/fs.h
common/getdents.c
common/getdents.h
common/global.c
common/global.h
common/hsmapi.c
common/hsmapi.h
common/inventory.c
common/inventory.h
common/lock.c
common/lock.h
common/main.c
common/media.c
common/media.h
common/media_rmvtape.h
common/mlog.c
common/mlog.h
common/openutil.c
common/openutil.h
common/path.c
common/path.h
common/qlock.c
common/qlock.h
common/rec_hdr.h
common/ring.c
common/ring.h
common/stream.c
common/stream.h
common/timeutil.c
common/timeutil.h
common/ts_mtio.h
common/types.h
common/util.c
common/util.h
configure.ac
debian/Makefile
debian/changelog
debian/compat
debian/control
debian/copyright
debian/rules
debian/shlibs.local
debian/watch
doc/CHANGES
doc/COPYING
doc/INSTALL
doc/Makefile
doc/README.xfsdump
doc/directories.gif
doc/directories.obj
doc/files.gif
doc/files.obj
doc/global_hdr.gif
doc/global_hdr.obj
doc/inode_map.gif
doc/inode_map.obj
doc/inventory.gif
doc/inventory.obj
doc/media_files.gif
doc/media_files.obj
doc/split_algorithm.gif
doc/split_algorithm.obj
doc/xfsdump.html
doc/xfsdump_ts.txt
dump/Makefile
dump/content.c
dump/getopt.h
dump/inomap.c
dump/inomap.h
dump/var.c
dump/var.h
include/Makefile
include/builddefs.in
include/buildmacros
include/buildrules
include/config.h.in
include/install-sh
include/swab.h
include/swap.h
inventory/Makefile
inventory/getopt.h
inventory/inv_api.c
inventory/inv_core.c
inventory/inv_files.c
inventory/inv_fstab.c
inventory/inv_idx.c
inventory/inv_mgr.c
inventory/inv_oref.c
inventory/inv_oref.h
inventory/inv_priv.h
inventory/inv_stobj.c
inventory/inventory.h
inventory/testmain.c
invutil/Makefile
invutil/cmenu.c
invutil/cmenu.h
invutil/fstab.c
invutil/fstab.h
invutil/getopt.h
invutil/invidx.c
invutil/invidx.h
invutil/invutil.c
invutil/invutil.h
invutil/list.c
invutil/list.h
invutil/menu.c
invutil/screen.c
invutil/stobj.c
invutil/stobj.h
librmt/Makefile
librmt/isrmt.c
librmt/rmtabort.c
librmt/rmtaccess.c
librmt/rmtclose.c
librmt/rmtcommand.c
librmt/rmtcreat.c
librmt/rmtdev.c
librmt/rmtfstat.c
librmt/rmtioctl.c
librmt/rmtisatty.c
librmt/rmtlib.h
librmt/rmtlseek.c
librmt/rmtmsg.c
librmt/rmtopen.c
librmt/rmtread.c
librmt/rmtstatus.c
librmt/rmtwrite.c
m4/Makefile
m4/manual_format.m4
m4/multilib.m4
m4/package_attrdev.m4
m4/package_globals.m4
m4/package_ncurses.m4
m4/package_pthread.m4
m4/package_utilies.m4
m4/package_uuiddev.m4
m4/package_xfslibs.m4
man/Makefile
man/man8/Makefile
man/man8/xfsdump.8
man/man8/xfsinvutil.8
man/man8/xfsrestore.8
po/Makefile
po/de.po
po/pl.po
release.sh
restore/Makefile
restore/bag.c
restore/bag.h
restore/content.c
restore/dirattr.c
restore/dirattr.h
restore/getopt.h
restore/inomap.c
restore/inomap.h
restore/mmap.c
restore/mmap.h
restore/namreg.c
restore/namreg.h
restore/node.c
restore/node.h
restore/tree.c
restore/tree.h
restore/win.c
restore/win.h
|