... ich glaub ich hab mir die /etc/cron.daily/lighttpd noch nie angesehen.
Wenn ich mir die so ansehe ...
#!/bin/sh # Cleanup lighttpd compress cache
cache=/var/cache/lighttpd if test -d "$cache/compress"; then su -s /bin/sh -c "find $cache/compress -type f -atime +30 -print0 | xargs -0 -r rm" www-data fi if test -d "$cache/uploads"; then su -s /bin/sh -c "find $cache/uploads -type f -atime +1 -print0 | xargs -0 -r rm" www-data fi
müsste da wohl auch noch "www-data" gegen "vdr" ausgetauscht werden. [url=http://wiki.easy-vdr.de/index.php?title=VDR_Steevee_Server]VDR-Server: EasyVDR 2.0, TBS 6984, Asus P8H61-M LE, Intel Celeron G540, GT520 [url=http://wiki.easy-vdr.de/index.php?title=VDR_Steevee_TFT]VDR-TFT: EasyVDR 2.0, Skystar HD2, Asus M2N-VM HDMI, AMD Athlon 4850e, GT520, Touch-TFT, Atric [url=http://wiki.easy-vdr.de/index.php?title=VDR_Steevee_SZ]VDR-SZ: EasyVDR 2.0, Cine S2 v6.0, Asus M4N78 Pro, AMD Athlon II X2 250, Atric [url=http://wiki.easy-vdr.de/index.php?title=VDR_Steevee_Susi]VDR-Susi: EasyVDR 1.0, TT S2-6400, Atric [url=http://wiki.easy-vdr.de/index.php?title=VDR_Steevee_Gabi]VDR-Gabi: EasyVDR 2.0, Cine S2 v5.5, MB Asus, GT520, Atric sonstige VDR Test-Hardware: Terratec Cinergy 1200 DVB-C, DVB-S2 TeVii S464, div. DVB-S FF, div. DVB-S Budget, IMON-LCD, Fritz-Box, Raspberry PI, USB-IR, div. ser. IR, ... |