Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

storebackupcheckbackup(1) [debian man page]

STOREBACKUPCHECKBACKUP(1)				User Contributed Perl Documentation				 STOREBACKUPCHECKBACKUP(1)

NAME
storeBackupCheckBackup.pl - checks if a file in the backup is missing or corrupted SYNOPSIS
storeBackupCheckBackup.pl -c backupDir [-v level] [-p number] [-i] DESCRIPTION
This program calculates md5 sums from the files in the backup and compares them with md5 sums stored by storeBackup.pl. It so will recognize, if a file in the backup is missing or currupted. It only checks plain files, not special files or symbolic links. OPTIONS
--print print configuration parameters and stop --checkDir, -c backup or top of backups to check --backupRoot, -b root of storeBackup tree, normally not needed --verbose, -v generate statistics --parJobs, -p number of parallel jobs, default = chosen automatically -i, <--includeRenamedBackups> include renamed backups into the check renamed backups must follow the convention <backupDir>-<something> COPYRIGHT
Copyright (c) 2008-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 STOREBACKUPCHECKBACKUP(1)

Check Out this Related 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)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

files missing

a few of some live payroll files have been deleted / missing ... i've restored last nites backup ... what could be the possibilities of this strange occurance ... users have menus to work on and use these live files ... we run an aix box with a ksh shell. Where do I start ?? Thanks (4 Replies)
Discussion started by: cubicle^dweller
4 Replies

2. UNIX for Dummies Questions & Answers

Need a script to do daily backups

So I have a set of directories and files that I need to backup from /directory1/ to /directory2/ each night. I have some UNIX/SSH knowledge but don't assume I know a whole lot b/c I would hate to screw something up. Here's the knowledge I have: I can access my server via SSH and can navigate to... (10 Replies)
Discussion started by: JPigford
10 Replies

3. Solaris

Catpuring the last entry of a repetetive sequence from a file!

Hi, I have my scheduled backups running on a Solaris Box using Veritas at 06:00 hrs daily. Now these backups are to be executed using Autosys Scheduler in a job workflow and hence the scheduled backups needed to be converted to scripts which could be executed by the Autosys Scheduler.... (4 Replies)
Discussion started by: jobbyjoseph
4 Replies

4. HP-UX

frecover problem

I had to do a recovery and restore from backup (using ignite & backups from fbackup job) on hpux 10.20. Problem is, all users (except root) receive error 'unknown user' when logging in (during script that checks quotas). They can still successfully log in to the system. However, the files... (9 Replies)
Discussion started by: mrviking
9 Replies

5. AIX

How to optimize our tape backups ?

Hi, I am currently looking at how we can optimize and speed up our backups here. I am just a beginner operator and our system admin hardly knows anything (long term interim). There is this particular TAR backup of DB backups that for a 10.5Gb amount of files, it takes 5 hours to do the backup on... (6 Replies)
Discussion started by: Browser_ice
6 Replies

6. Shell Programming and Scripting

How to produce a file by many files?

i got these files: files: Prac1, Prac2, Prac3 (these 3 files have the same format), the format : Prac1 20693680 10 20179687 9 20781637 5 21907894 6 Prac2 20693680 8 20179687 6 21907894 2 Prac3 20693680 8 21907894 9 file STUDENTS, the format: 20693680:familyname, firstname (10 Replies)
Discussion started by: mingming88
10 Replies

7. Linux

How to check which NIC Card is used for backups?

I have a linux box with 2 nic cards on it one for prod and one for backup. My question is while the backup are happening how do I determine which nic is used for backups . I would like to run a command so that that I can see the usage in a dynamic fashion. (7 Replies)
Discussion started by: new2prog
7 Replies

8. Shell Programming and Scripting

Understanding Benchmarks

I need a little clarification in understanding why there would be a need for a benchmark file when used with a backup script. Logically thinking would tell me that the backups itself(backuptest.tgz) would have the time created and etc. So what would be the purpose of such a file: touch... (6 Replies)
Discussion started by: metallica1973
6 Replies

9. Shell Programming and Scripting

flags to avoid restart

hello all, i have the below script that we used to backup our DB using oracle's utility called RMAN. This has been working fine, but the issue is when the backup fails and we re-start it, it backups the whole thing again. Example. lets say i have 5 database on my system(db1,db2,db3,db4,db5)... (11 Replies)
Discussion started by: crazy_max
11 Replies

10. Shell Programming and Scripting

BASH ZCAT EGREP Shell Script

I created a backup script that emails all the admins when the backup is complete and attaches a log file of what what backed up. On occasion, something happens in which the backups stop working, I started "grep"ing around /var/log/syslog and I usually find the smoking gun. My goal is to zcat... (8 Replies)
Discussion started by: metallica1973
8 Replies

11. UNIX for Dummies Questions & Answers

Integrity check for the backup

Hello I thought of different ways of integrity check for the backup and look for the fastest approach to start programming. in all these approaches randomness is used. I would appreciate if someone give more suggestions or correct me. 1- Machine Name Check We can check if the machines were... (5 Replies)
Discussion started by: frhling
5 Replies

12. UNIX for Dummies Questions & Answers

Delete Files from a date

I'm quite new to Unix but I want to delete some old backup files stored in a directory. the backups are stored on a network storage device located at /mnt/terastation12/backup. I want to delete everything upto one month ago. would the following command in Unix Sun do that? find... (5 Replies)
Discussion started by: dbajtr
5 Replies

13. UNIX for Dummies Questions & Answers

After Ftp'ing file to destination how to check the file if it is in correct ASCII and not corrupted

Hi Folks, While transferring file from FTP software like Filezilla the files gets corrupted. Is there any way I can check if the recently transferred file is in ASCII and not corrupted. I have tried using file -i filename command which does tell if the file character set is ASCII or binary... (6 Replies)
Discussion started by: Khan28
6 Replies

14. HP-UX

Exclude socket files from PAX backup

I am working to move my production backups to PAX and have just about everything working. However, when generating a verbose log there is a high number of 'errors' logged regarding socket files: pax_enh: /var/opt/dce/rpc/local/s-3/135 : Skipped socket file. Is there a way to tell PAX... (10 Replies)
Discussion started by: jduehmig
10 Replies

15. Shell Programming and Scripting

Checking MD5 Hashes on a folder tree

Hi Guys, I have a backup program that creates incremental backups and generates a MD5 hash at the same time. Each server backup has its own sub folder. Each backup file has a corresponding .md5 file containing a hash and a file name like this. 3410efed13b087322de8036145230a55... (6 Replies)
Discussion started by: Pollardd
6 Replies