Scroll to navigation

STOREBACKUPRECOVER(1) User Contributed Perl Documentation STOREBACKUPRECOVER(1)

NAME

storeBackupRecover.pl - recovers files saved with storeBackup.pl.

SYNOPSIS

        storeBackupRecover.pl -r restore [-b root] -t targetDir [--flat]
                [-o] [--tmpdir] [--noHardLinks] [-p number] [-v] [-n]
                [--cpIsGnu] [--noGnuCp] [-s]

OPTIONS

    file or (part of) the tree to restore
    when restoring a file, the file name in the backup has
    to be used (eg. with compression suffix)
    
    root of storeBackup tree, normally not needed
    
    directory for unpacking
    
    do not create subdirectories
    
    overwrite existing files
    
    directory for temporary file, default is <$tmpdir>
    
    do not reconstruct hard links in restore tree
    
    max no of paralell programs to unpack, default is 12
    reduce this number if you are restoring blocked files
    and the system has insufficient RAM
    
    print verbose messages
    
    print number of restored dirs, hardlinks, symlinks, files, ...
    
    overwrite information in backup: you do not have gnucp
    installed
    (only relevant for sockets, block and character devices)
    
    creates sparse file from blocked files if full blockes
    are filled with zeros
    

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