ArGest Backup User Guide

⌘K
  1. Home
  2. Docs
  3. ArGest Backup User Guide
  4. Terminal Archive Inspecti...
  5. Listing the Table of Contents: (-t)

Listing the Table of Contents: (-t)

The -t option lists the table of contents of the archive. If the verbose option (-v) is included on the command line, BRU provides a more detailed table of contents. The -v option, when used with -t, provides the equivalent of an ls -l performed on your UNIX system. The -vv option, when used with -t, provides information about hard or symbolic links, as well as file sizes and so on.

When run without any of the verbose options, the table of contents is simply the list of files in the archive:

$ bru -t -f bru.out
/
/bin
/bin/cat
/dev
/dev/rfloppy0
/dev/bru.q
/usr
/usr/lib
/usr/lib/news
$

Adding -v to the command line produces a listing of the table of contents that is similar to that produced by ls -l:

$ bru -tvf bru.out
drwxr-xr-x 12 root root 0 Jun 11 10:33 /
drwxr-xr-x 2 bin bin 0 Jan 29 20:49 /bin
-rwxr-xr-x 1 bin bin 9525 Nov 20 1987 /bin/cat
drwxr-xr-x 5 bin sys 0 Sep 20 16:25 /dev
prw-rw-rw- 1 root root 0 Sep 2 00:40 /dev/bru.q
drwxr-xr-x 25 root bin 0 Aug 29 15:10 /usr
drwxr-xr-x 27 bin bin 0 Sep 18 23:09 /usr/lib
lrwxrwxrwx 1 news news 0 Feb 4 00:34 /usr/lib/news