DOKK / manpages / debian 11 / storebackup / storeBackupSearch.1.en
STOREBACKUPSEARCH(1) User Contributed Perl Documentation STOREBACKUPSEARCH(1)

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

        storeBackupSearch.pl -g configFile
        storeBackupSearch.pl -b backupDirDir [-f configFile]
              [-s rule]  [--absPath] [-w file] [--parJobs number]
              [-d level] [--once] [--print] [backupRoot . . .]

You need some basic understanding of linux and perl to use it.

    generate a config file
    
    print configuration read from configuration file and stop
    
    configuration file (instead of or
    additionally to parameters)
    
                    top level directory of all backups
    
                    rule for searching
                    see README: 'including / excluding files and directories'
    
    write result with absolute path names
    
    write search result also to file
    
    number of parallel jobs, default = chosen automatically
    
    debug level, possible values are 0, 1, 2, default = 0
    
    show every file found only once (depending on md5 sum)
    
    Root directories of backups where to search relative
    to backupDir. If no directories are specified, all
    backups below backupDir are chosen.
    

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

2020-07-08 perl v5.30.3