rpms/dd_rescue/devel dd_rescue.1, NONE, 1.1 dd_rescue.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Andreas Thienemann (ixs) fedora-extras-commits at redhat.com
Fri Jul 1 02:10:24 UTC 2005


Author: ixs

Update of /cvs/extras/rpms/dd_rescue/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30265/devel

Modified Files:
	.cvsignore sources 
Added Files:
	dd_rescue.1 dd_rescue.spec 
Log Message:
auto-import dd_rescue-1.11-1 on branch devel from dd_rescue-1.11-1.src.rpm
inital import


--- NEW FILE dd_rescue.1 ---
.\"                                      Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH DDRESCUE 1 "April 16, 2003"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh        disable hyphenation
.\" .hy        enable hyphenation
.\" .ad l      left justify
.\" .ad b      justify to both left and right margins
.\" .nf        disable filling
.\" .fi        enable filling
.\" .br        insert line break
.\" .sp <n>    insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
dd_rescue \- copies data from one file (or block device) to another
.SH SYNOPSIS
.B dd_rescue
.RI [ options ] " infile outfile"
.SH DESCRIPTION
This manual page documents briefly the
.B dd_rescue command.
This manual page was written for the Debian distribution
because the original program does not have a manual page.
.PP
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
.\" respectively.
\fBdd_rescue\fP is a program that copies data from one file or block
device to another, it is a tool to help you to save data from crashed partition.
It tries to read and if it fails it will go on with the next sectors,
where tools like dd will fail. If the copying process is interrupted
by the user it is possible to continue at any position later.
It can copy backwards.

.SH OPTIONS
.TP
.B \-s ipos
start position in  input file (default=0)
.TP
.B \-S opos
start position in output file (def=ipos)
.TP
.B \-b softbs
block size for copy operation (def=16384)
.TP
.B \-B hardbs
fallback block size in case of errs (def=512)
.TP
.B \-e maxerr
exit after maxerr errors (def=0=infinite)
.TP
.B \-m maxxfer
maximum amount of data to be transfered (def=0=inf)
.TP
.B \-l logfile
name of a file to log errors and summary to (def="")
.TP
.B \-r
reverse direction copy (def=forward)
.TP
.B \-t
truncate output file (def=no)
.TP
.B \-w
abort on Write errors (def=no)
.TP
.B \-a
spArse file writing (def=no)
.TP
.B \-A
Always write blocks, zeroed if err (def=no)
.TP
.B \-i
interactive: ask before overwriting data (def=no)
.TP
.B \-f
force: skip some sanity checks (def=no)
.TP
.B \-q
quiet operation
.TP
.B \-v
verbose operation
.TP
.B \-V
display version and exit
.TP
.B \-h
Show summary of options
.br
.SH AUTHOR
This manual page was written by Ayman Negm <a.negm at hamburg.de>,
for the Debian project (but may be used by others).


--- NEW FILE dd_rescue.spec ---
Summary: Fault tolerant "dd" utility for rescuing data from bad media
Name: dd_rescue
Version: 1.11
Release: 1%{?dist}
License: GPL
Group: Applications/System
Source0: http://www.garloff.de/kurt/linux/ddrescue/dd_rescue-%{version}.tar.gz
Source1: dd_rescue.1
URL: http://www.garloff.de/kurt/linux/ddrescue/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
ddrescue is a utility similar to the system utility "dd" which copies
data from a file or block device to another. ddrescue does however
not abort on errors in the input file. This makes it suitable for
rescuing data from media with errors, e.g. a disk with bad sectors.

%prep
%setup -q -n dd_rescue

%build
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
cp README.dd_rescue README

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_bindir}
%{__install} -p -m 755 dd_rescue %{buildroot}%{_bindir}/dd_rescue
%{__install} -p -D -m 644 %{SOURCE1} %{buildroot}%{_mandir}/man1/dd_rescue.1

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc COPYING README
%{_bindir}/dd_rescue
%{_mandir}/man1/dd_rescue.1*

%changelog
* Fri Jul 01 2005 Andreas Thienemann <andreas at bawue.net> 1.11-1
- Updated to 1.11
- Adapted specfile to extras conventions.
- Renamed package to dd_rescue to reflect upstream, name.
- Added manpage

* Sun Sep  5 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> 0:1.10-0.fdr.1
- Updated to 1.10.

* Sat Dec 13 2003 Marius L. Jøhndal <mariuslj at ifi.uio.no> 0:1.03-0.fdr.1
- Updated to 1.03.
- Minor editing of description.

* Mon Sep 29 2003 Marius L. Jøhndal <mariuslj at ifi.uio.no> 0:1.02-0.fdr.1
- Initial RPM release.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/dd_rescue/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	1 Jul 2005 02:09:32 -0000	1.1
+++ .cvsignore	1 Jul 2005 02:10:18 -0000	1.2
@@ -0,0 +1 @@
+dd_rescue-1.11.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/dd_rescue/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	1 Jul 2005 02:09:32 -0000	1.1
+++ sources	1 Jul 2005 02:10:18 -0000	1.2
@@ -0,0 +1 @@
+1fdd3716d5e8e33de66552efb176fe61  dd_rescue-1.11.tar.gz




More information about the scm-commits mailing list