Code: Alles auswählen
apt-get update && apt-get dist-upgrade && apt-get autoclean
Code: Alles auswählen
apt-get update && apt-get dist-upgrade && apt-get autoclean
Code: Alles auswählen
qulix:/home/claus/bin# apt-cache show cron-apt
Package: cron-apt
Priority: optional
Section: admin
Installed-Size: 84
Maintainer: Ola Lundqvist <opal@debian.org>
Architecture: all
Version: 0.2.3
Depends: apt, bash (>= 2.03-6), mailx, debianutils (>= 1.7)
Recommends: liblockfile1
Filename: pool/main/c/cron-apt/cron-apt_0.2.3_all.deb
Size: 19016
MD5sum: 6894d5b01f332912941b7c4fbb46a3cc
Description: automatic update of packages using apt-get
Contains a tool that is run by a cron job at regular intervals. By default it
just updates the package list and download new packages without installing.
You can instruct it to run anything that you can do with apt-get
(or aptitude).
.
It can optionally sends mail to the system administrator on errors, log
to syslog or a separate log file.
.
Observe that this tool may be a security risk, so you should not set it
to do more than necessary. Automatic upgrade of all packages is NOT
recommended unless you are in full control of the package repository.
Also ein dist-upgrade blind durchführen lassen würde ich lieber nicht machen, ratz-fatz ist da was zerschossen, und Du weisst nicht, was alles passiert ist. Ich mache nachts immer ein "apt-get update && apt-get -y --download-only dist-upgrade". Dann habe ich morgens immer die neuesten Pakete schon auf der Platte und installiere sie dann mit Blickkontakt per "apt-get dist-upgrade".exs hat geschrieben:Möchte über einen crontab mein Debian Sid jeden Tag um 22:00 Uhr als root folgenden Befehl ausführen lassen
Was müsste ich ins crontab -e schreiben?Code: Alles auswählen
apt-get update && apt-get dist-upgrade && apt-get autoclean