diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> | 2006-07-11 09:51:11 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> | 2006-07-11 09:51:11 +0000 |
commit | 9a13ac79ac48ed576c1a0e025b855fcf64c21f79 (patch) | |
tree | 6ad53559f9c179fd5321046d473dc2ae1d630999 /pod | |
parent | 4c1cf8ae76bd152a86ed516fab42a95003d13078 (diff) | |
download | urpmi-9a13ac79ac48ed576c1a0e025b855fcf64c21f79.tar urpmi-9a13ac79ac48ed576c1a0e025b855fcf64c21f79.tar.gz urpmi-9a13ac79ac48ed576c1a0e025b855fcf64c21f79.tar.bz2 urpmi-9a13ac79ac48ed576c1a0e025b855fcf64c21f79.tar.xz urpmi-9a13ac79ac48ed576c1a0e025b855fcf64c21f79.zip |
Additions to the man page for urpmi.recover
Diffstat (limited to 'pod')
-rw-r--r-- | pod/urpmi.recover.8.pod | 20 |
1 files 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<urpmi.recover --list> 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<urpmi.recover --rollback> 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 <date> -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<YYYY-MM-DD hh:mm:ss>) 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<YYYY-MM-DD +hh:mm:ss>) 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<makedeltarpm> tool.) +with the C<makedeltarpm> 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<makedeltarpm> tool.) Rafael Garcia-Suarez, <rgarciasuarez@mandriva.com> +Copyright (C) 2006 Mandriva SA + =head1 SEE ALSO urpmi(8), urpme(8) |