]> Dogcows Code - chaz/tar/commitdiff
Update
authorSergey Poznyakoff <gray@gnu.org.ua>
Thu, 27 Sep 2007 08:05:38 +0000 (08:05 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Thu, 27 Sep 2007 08:05:38 +0000 (08:05 +0000)
ChangeLog
doc/dumpdir.texi

index 018eb76f0ea6b01d43aa7925c89add64f62f972a..bbce329aa2e8b8b44517b42c2d0e70b28bba3189 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2007-09-27  Sergey Poznyakoff  <gray@gnu.org.ua>
 
+       * doc/snapshot.texi: Document version 2.
+       * doc/dumpdir.texi: Update.
+
        Implement --exclude-tag* and --exclude-cache* options for listed
        incremental archives.
        New option --exclude-vcs to exclude VCS-specific files and
index 73b173687195284ef8b34a9e3d34cc3bc88be41e..faf9ca22f6d8a83444e88463e2671befdaafcbd9 100644 (file)
@@ -1,5 +1,5 @@
 @c This is part of the paxutils manual.
-@c Copyright (C) 2006 Free Software Foundation, Inc.
+@c Copyright (C) 2006, 2007 Free Software Foundation, Inc.
 @c Written by Sergey Poznyakoff
 @c This file is distributed under GFDL 1.1 or any later version
 @c published by the Free Software Foundation.
@@ -38,7 +38,7 @@ changed since the last backup.
 
 @item R
 This code requests renaming of the @var{filename} to the name
-specified with the following @samp{T} command.
+specified with the @samp{T} command, that immediately follows it.
 
 @item T
 Specify target file name for @samp{R} command (see below).
@@ -90,9 +90,9 @@ New incremental dump was made.
 @end enumerate
 
   This case cannot be handled by three successive renames, since
-renaming @file{a} to @file{b} will destroy existing directory.
-To handle such case a temporary directory is required. @GNUTAR{}
-will create the following dumpdir (newlines have been added for
+renaming @file{a} to @file{b} will destroy the existing directory.
+To correctly process it, @GNUTAR{} needs a temporary directory, so
+it creates the following dumpdir (newlines have been added for
 readability): 
 
 @smallexample
This page took 0.029737 seconds and 4 git commands to generate.