| Paketname | tmpreaper |
| Beschreibung | cleans up files in directories based on their age |
| Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
| Version | 1.6.13 |
| Sektion | universe/admin |
| Priorität | optional |
| Installierte Größe | 164 Byte |
| Hängt ab von | libc6 (>= 2.4), debconf (>= 0.5.0) | debconf-2.0 |
| Empfohlene Pakete | |
| Paketbetreuer | Ubuntu Developers |
| Quelle | |
| Paketgröße | 48262 Byte |
| Prüfsumme MD5 | 3b2df760e61e729fe6ae61697a8af76b |
| Prüfsumme SHA1 | 50f263418f0582fc57aeebd693ab2aa164890b7e |
| Prüfsumme SHA256 | 31bb6bb0b1d4cb67fb7f056ef01ad83bf6aa37216c7bee16bf8d1199b13f6f48 |
| Link zum Herunterladen | tmpreaper_1.6.13_i386.deb |
| Ausführliche Beschreibung | This package provides a program that can be used to clean out temporary-file
directories. It recursively searches the directory, refusing to chdir()
across symlinks, and removes files that haven't been accessed in a
user-specified amount of time. You can specify a set of files to protect
from deletion with a shell pattern. It will not remove files owned by the
process EUID that have the `w' bit clear, unless you ask it to, much like
`rm -f'. `tmpreaper' will not remove symlinks, sockets, fifos, or special
files unless given a command line option enabling it to.
.
WARNING: Please do not run `tmpreaper' on `/'. There are no protections
against this written into the program, as that would prevent it from
functioning the way you'd expect it to in a `chroot(8)' environment.
.
The daily tmpreaper run can be configured through /etc/tmpreaper.conf .
|