From 9a13ac79ac48ed576c1a0e025b855fcf64c21f79 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Tue, 11 Jul 2006 09:51:11 +0000 Subject: Additions to the man page for urpmi.recover --- pod/urpmi.recover.8.pod | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/pod/urpmi.recover.8.pod b/pod/urpmi.recover.8.pod index f5c87aff..234d4d8b 100644 --- a/pod/urpmi.recover.8.pod +++ b/pod/urpmi.recover.8.pod @@ -4,10 +4,10 @@ urpmi.recover - manages repackaging of old RPMs and rollbacks =head1 SYNOPSIS - urpmi.recover --checkpoint + urpmi.recover --checkpoint [--noclean] urpmi.recover --list '1 week ago' urpmi.recover --rollback '1 hour ago' - urpmi.recover --disable + urpmi.recover --disable [--noclean] =head1 DESCRIPTION @@ -19,7 +19,8 @@ that you consider stable, and to start storing info that will enable you to rollback installations and upgrades to this state. C is used to list chronologically all installations -and upgrades on your system. +and upgrades on your system. (It has two variants, C<--list-all> and +C<--list-safe>.) C is used to roll back installations and upgrades to a previous point in the past (at most until your checkpoint.) @@ -54,9 +55,10 @@ option. =item --list -Lists all installations and upgrades from now since the provided date. The -date parser is quite elaborated, so you can give a date in ISO format or -close to it (C) or a duration (e.g. "1 day ago"). +Lists all installations and upgrades from now since the provided date, +grouped by installation transactions. The date parser is quite elaborated, +so you can give a date in ISO format or close to it (C) or a duration (e.g. "1 day ago"). =item --list-all @@ -84,7 +86,9 @@ C<--checkpoint>. =head1 BUGS When enabled, you can't install and repackage delta rpms (rpms generated -with the C tool.) +with the C tool.) Also, if you install a delta rpm, you +won't be able to rollback past this point. A sound advice would be to +completely avoid delta rpms if you're planning to use urpmi.recover. =head1 FILES @@ -94,6 +98,8 @@ with the C tool.) Rafael Garcia-Suarez, +Copyright (C) 2006 Mandriva SA + =head1 SEE ALSO urpmi(8), urpme(8) -- cgit v1.2.1