logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Description

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

Name

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

Options

--generate, -g
                   generate a config file

       --print
                   print configuration read from configuration file and stop

       --configFile, -f
                   configuration file (instead of or
                   additionally to parameters)

       --backupDirbackupDirDir, -bbackupDirDir
                                   top level directory of all backups

       --searchRule, -s
                                   rule for searching
                                   see README: 'including / excluding files and directories'

       --absPath, -a
                   write result with absolute path names

       --writeToFile, -w
                   write search result also to file

       --parJobs, -p
                   number of parallel jobs, default = chosen automatically

       --debug, -d
                   debug level, possible values are 0, 1, 2, default = 0

       --once, -o
                   show every file found only once (depending on md5 sum)

       backupRoot
                   Root directories of backups where to search relative
                   to backupDir. If no directories are specified, all
                   backups below backupDir are chosen.

Synopsis

               storeBackupSearch.pl -g configFile

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

See Also