From 74b3e8ab49e262c3a26068472512ceb6682909c1 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Thu, 19 Aug 2004 13:10:01 +0000 Subject: [PATCH] Updated --- doc/tar.texi | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/tar.texi b/doc/tar.texi index 7e05298..cc6dda0 100644 --- a/doc/tar.texi +++ b/doc/tar.texi @@ -5764,7 +5764,7 @@ Display program version and exit. To restore files that were archived using a scripted backup, use the @code{restore} script. Its usage is quite straightforward. In the -simplest form, invoke @command{restore} without options, it will +simplest form, invoke @code{restore --all}, it will then restore all the filesystems and files specified in @file{backup-specs} (@pxref{General-Purpose Variables,BACKUP_DIRS}). @@ -5802,6 +5802,10 @@ restore --level=1 The full list of options accepted by @code{restore} follows: @table @option +@item -a +@itemx --all +Restore all filesystems and files specified in @file{backup-specs} + @item -l @var{level} @itemx --level=@var{level} Start restoring from the given backup level, instead of the default 0. @@ -8647,8 +8651,7 @@ head is on. Before writing an archive, you should make sure that no data on the tape will be overwritten (unless it is no longer needed). Before reading an archive, you should make sure the tape head is at the beginning of the archive you want to read. (The @code{restore} -script will find the archive automatically. @FIXME{There is no such -restore script!}@FIXME-xref{Scripted Restoration}@xref{mt}, for +script will find the archive automatically. @FIXME-xref{Scripted Restoration}@xref{mt}, for an explanation of the tape moving utility. If you want to add new archive file entries to a tape, you should -- 2.45.2