Scroll to navigation

STOREBACKUPVERSIONS(1) User Contributed Perl Documentation STOREBACKUPVERSIONS(1)

NAME

storeBackupVersions.pl - locates different versions of a file saved with storeBackup.pl.

SYNOPSIS

        storeBackupVersions.pl -f file [-b root]  [-v]
         [-l [-a | [-s] [-u] [-g] [-M] [-c] [-m]]]

OPTIONS

    file name (name in the backup, probably with suffix
    from compression)
    
    root of storeBackup tree, normally not needed
    
    print verbose messages
    
    locate same file with other names
    
    same as: [-s -u -g -M -c -m]
    
    show size (human readable) of source file
    
    show uid of source file
    
    show gid of source file
    
    show permissions of source file
    
    show creation time of source file
    
    show modify time of source file
    
    show access time of source file
    

It does not always work correctly when a file is saved blocked *and* non-blocked in different backups. In such cases, use option --locateSame.

COPYRIGHT

Copyright (c) 2002-2022 by Heinz-Josef Claes (see README) Published under the GNU General Public License v3 or any later version

2022-03-20 perl v5.34.0