resume portupgrade -farR

I am wondering how to resume <portupgrade -farR>
I have been just upgrading system, and suddenly my pc powered off.
so does freebsd have resume options?
thanks a lot
 
I thought you just ran the same command again. Ports already upgraded will be skipped and so it should start where it left off.
 
rhyous said:
I thought you just ran the same command again. Ports already upgraded will be skipped and so it should start where it left off.

Problem here is '-f', which tells to rebuild unconditionally.
 
You want to have a look at pkg_glob(1).

You can give portupgrade a date:

# portupgrade -farR '<=2001-09-20 08:00'

Force a build of everything installed before that date. In your case you want to use the date/time you began the upgrade before it was interrupted.
 
Back
Top