On 03.07.2014 12:30, har...@redhat.com wrote:
> From: Harald Hoyer <har...@redhat.com>
> 
> Having the same files and directories on different locations results in
> different archives, because the inode numbers and devices are not the
> same.
> 
> The "--reproducible" flag will assign increasing inode numbers to
> the files, resulting in equal archives for equal files and directories.
> 
> A hash table is used to find already assigned inode numbers for linked
> files.
> ---
>  src/copyout.c | 13 ++++++++++++-
>  src/extern.h  |  5 +++++
>  src/global.c  |  3 +++
>  src/main.c    | 14 ++++++++++++--
>  src/util.c    | 60 
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  5 files changed, 92 insertions(+), 3 deletions(-)
> 
> ...

Sergey, any comments?


Reply via email to