[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: apt-get dist-upgrade and cron



> 15 00 * * * apt-get update && apt-get dist-upgrade

I would NEVER do a dist-upgrade by itself.  Use this instead:

15 00 * * * apt-get update && apt-get -d -y dist-upgrade

That will cache your packages and you can run the dist-upgrade in the
morning when you get in, without downloading packages.

If your run a dist-upgrade automatically, you might wake up to a broken
system ;)

-- 
  .''`.  Arthur H. Johnson II
 : :' :  Debian GNU/Linux Advocate
 `. `'   AYSO Region 721 U6-G3 Coach
   `-    Soccer is Life



Reply to: