Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

storebackupversions(1) [debian man page]

STOREBACKUPVERSIONS(1)					User Contributed Perl Documentation				    STOREBACKUPVERSIONS(1)

NAME
storeBackupVersions.pl - locates different versions of a file saved with storeBackup.pl. SYNOPSIS
storeBackupVersions.pl -f file [-b root] [-v] [-l [-a | [-s] [-u] [-g] [-M] [-c] [-m]]] OPTIONS
--file, -f file name (name in the backup, probably with suffix from compression) --backupRoot -b root of storeBackup tree, normally not needed --verbose, -v print verbose messages --locateSame, -l locate same file with other names --showAll, -A same as: [-s -u -g -M -c -m] --size, -s show size (human readable) of source file --uid, -u show uid of source file --gid, -g show gid of source file --mode, -M show permissions of source file --ctime, -c show creation time of source file --mtime, -m show modify time of source file --atime, -a show access time of source file It does not always work correctly when a file is saved blocked *and* non-blocked in different backups. In such cases, use option --locateSame. COPYRIGHT
Copyright (c) 2002-2008 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 STOREBACKUPVERSIONS(1)

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

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Need ls to show number of lines in each file

Hi, I need a command that would let ls show number of lines in each file rather than file size in KBs. I tried using wc -l as a source of input to ls but I found a problem cutting the file name since wc generates a space delimited list. Any suggestions? Thanks. GmMike. (1 Reply)
Discussion started by: GMMike
1 Replies

2. HP-UX

Directories Size

Hi All I want to plan my backups, but 1st i would like to know what is the size of each directory. Is there any command which can show me the size of directories? Regards (2 Replies)
Discussion started by: cgege
2 Replies

3. Tips and Tutorials

mtime, ctime, and atime

Unix keeps 3 timestamps for each file: mtime, ctime, and atime. Most people seem to understand atime (access time), it is when the file was last read. There does seem to be some confusion between mtime and ctime though. ctime is the inode change time while mtime is the file modification time. ... (2 Replies)
Discussion started by: Perderabo
2 Replies

4. UNIX Desktop Questions & Answers

gtk2-perl load error help

I write this code. It show the first dialog correctly. but, no matter i modify the code(load module by use or require, or something i think maybe error) it can't pop-up anymore. and show this warning. Thanks. (I'm sorry for my English.) Tue Mar 16 17:24:36 2010 ... (0 Replies)
Discussion started by: snyh
0 Replies

5. UNIX for Dummies Questions & Answers

Shell Script to Delete 1 folder and keep 5

I have situation that I had originally thought would be easily remedied until I learned more about how -mtime actually works. We have one server that collects backups from a number of other servers. The backup server is limited in space (for reasons that predate my employment). The standard... (4 Replies)
Discussion started by: greendevil
4 Replies

6. Shell Programming and Scripting

Save page source, including javascript

I need to get the source code of a webpage. I have tried to use wget and curl, but it doesn't show the necessary javascript part of the source. I don't have to execute it, only to view the source. How do I do that? (1 Reply)
Discussion started by: locoroco
1 Replies