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

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

Name

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

Options

--restoreTree, -r
                   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)

       --backupRoot, -b
                   root of storeBackup tree, normally not needed

       --targetDir, -t
                   directory for unpacking

       --flat
                   do not create subdirectories

       --overwrite, -o
                   overwrite existing files

       --tmpdir, -T
                   directory for temporary file, default is <$tmpdir>

       --noHardLinks
                   do not reconstruct hard links in restore tree

       --noRestoreParallel, -p
                   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

       --verbose, -v
                   print verbose messages

       --noRestored, -n
                   print number of restored dirs, hardlinks, symlinks, files, ...

       --noGnuCp
                   overwrite information in backup: you do not have gnucp
                   installed
                   (only relevant for sockets, block and character devices)

Synopsis

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

See Also