how can I set a crontab to delete temp streams every 10 seconds?
Why? Which files?
If you delete them while they are being used it will cause problems. The temp should be getting cleaned up automatically already.
for some reason it's not and my HDD is full. I am not even recording shows.
Which directory is using the most space? How big is your HDD?
Does it I still have files from 09/06 ??? I think I had to clean it not sure all this smoke in the Northwest has me fuzzy.
root@vmi393639:~# df -h --total
Filesystem Size Used Avail Use% Mounted on
udev 7.9G 0 7.9G 0% /dev
tmpfs 1.6G 3.6M 1.6G 1% /run
/dev/sda2 195G 4.8G 181G 3% /
tmpfs 7.9G 0 7.9G 0% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup
/dev/sda1 922M 60M 800M 7% /boot
tmpfs 1.6G 0 1.6G 0% /run/user/0
total 223G 4.8G 208G 3% -
Run these:
du -sh /*
du -sh /Streaming/*
