Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

storebackuprecover(1) [debian man page]

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] 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) COPYRIGHT
Copyright (c) 2002-2009,2012 by Heinz-Josef Claes (see README). Published under the GNU General Public License v3 or any later version perl v5.14.2 2012-03-03 STOREBACKUPRECOVER(1)

Check Out this Related Man Page

STOREBACKUPSEARCH(1)					User Contributed Perl Documentation				      STOREBACKUPSEARCH(1)

NAME
storeBackupSearch.pl - locates different versions of a file saved with storeBackup.pl. SYNOPSIS
storeBackupSearch.pl -g configFile storeBackupSearch.pl -b backupDirDir [-f configFile] [-s rule] [--absPath] [-w file] [--parJobs number] [-d level] [--once] [--print] [backupRoot . . .] DESCRIPTION
You need some basic understanding of linux and perl to use it. 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) --backupDir backupDirDir, -b backupDirDir 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. COPYRIGHT
Copyright (c) 2008-2009 by Heinz-Josef Claes (see README). Published under the GNU General Public License v3 or any later version perl v5.14.2 2012-06-16 STOREBACKUPSEARCH(1)
Man Page

12 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

recursive copy of hidden files

I need to know how to copy hidden files recursively? cp -r sourceDir/* targetDir/. ignores the hidden files. Thank you!! (2 Replies)
Discussion started by: usfrog
2 Replies

2. UNIX for Dummies Questions & Answers

I need to ls all files in 4-6 deep dirs

I need to print to file , a listing of all files below a certain directory. Example: I need to print to file a listing of all files below the etc dir (including the subdirectories) with their full path. Any ideas on how to do this with one command. Or is this something I need to do on all... (4 Replies)
Discussion started by: gforty
4 Replies

3. UNIX for Dummies Questions & Answers

Two paralell ports on a serverbox

Hi, I am trying to print ro a netwerkprinter on AIX. The printer is connected to a accton printserverbox. The box has three paralell ports and one IP adress. How can I print to the first port? I made standard printq's, and I added the printer to the /etc/hosts file (1 Reply)
Discussion started by: adje75
1 Replies

4. Solaris

restore mirrored root

Hi, I have an ultra60 SUN Server with Solaris 10 4/04 S.O. installed on. I mirrored root disk and now I try to restore this. I simulate that I have lose the root FS, not for a hardware faillure but for a software problem and I can't use "meta"commands for using a good submirror. I must restore... (1 Reply)
Discussion started by: bonovox
1 Replies

5. Solaris

problem with flat file

Hi, I have two flat files which is generated by some automated process. When I tried to view both files in vi editor using vi command both looks same. But I typed =>cat TEST_WESM900033 &&HDR|M9SLRBR|0003|020012|012408|M9 &&TLR|0wes /usr5/datafiles/batch/M9 =>cat TEST_WESM90004... (2 Replies)
Discussion started by: surjyap
2 Replies

6. UNIX for Dummies Questions & Answers

dump/restore of a fs with 100 of millions hardlinks

Hi :-) i have a dump of a backupdisk (~540GB / ext3). The Backups have some 100 millions of hardlinks (backups are created with storeBackup). The OS is linux. A restore of a directory ended after some days with the errormessage "no memory to extend symbol table" The restore of the complete... (0 Replies)
Discussion started by: turricum
0 Replies

7. Shell Programming and Scripting

Splitting the files via shell script

Hi all, We have 102 flat files created by Informatica from 102 tables. These 102 files contain pharmcy details. There are a total of 450 pharmcyids.The naming convention for the flat file is ODS_<TABLE NAME>_yyyymmdd_timestamp.dat. Each flat file may contain data for 450 pharmacies which is... (2 Replies)
Discussion started by: Maya_Pillai
2 Replies

8. AIX

savevg via nim, only vgdata

Other then creating a exclude 'all' file. Is there a way to just create a nim savevg resource that contains just the minimum info to restore a vg. The vg's dirs and files are being backed up. -pete (0 Replies)
Discussion started by: petepdx
0 Replies

9. Programming

Scripting using flat files

I need some help to create a script that can do the following: I have two flat files with one column that should link the two files' information into one record: 1st Flat File - 3 columns, multiple rows: orderid, Jobnumber, Ordernumber 2nd Flat File - 2 columns, multiple rows: ... (4 Replies)
Discussion started by: Lavelle
4 Replies

10. Shell Programming and Scripting

calculating column summation in a directory of flat files

Hello Guru s I need your kind help to solve my below issue I have a directory of flat files and have to calculate sum of some columns from the flat file . Say for flat file 302 I need the column summation of 2 and 3 rd column For flat file 303 I need the column summation of 5 and... (2 Replies)
Discussion started by: Pratik4891
2 Replies

11. Red Hat

No such file or directory found?

what’s going on these commands (/tmpdir %) ls Foo (tmpdir % )cat foo Cat:foo! No such file or directory any help me out i checked with permission...even though it is not working (1 Reply)
Discussion started by: rajeshz
1 Replies

12. UNIX and Linux Applications

Deja-dup make my / full. So I cannot restore my back up

The problematic directory is the following: /root/.cache/deja-dup This directory grows until my "/" is full and then the restoring activity fails. I already tried to create a symbolic link with origin another partition where I have more space. However during the restoring activity ... (4 Replies)
Discussion started by: puertas12
4 Replies