View Single Post
Old 11-27-2004, 10:31 PM  
wooolF[RM]
Senior Member
 
Join Date: Oct 2003
Posts: 411
Default

PMed u my settings and here's an example of it:

Code:
set anuke(Sections) {
    "/Section1" 0 {
        "empty|Not-Used|3|20|40"
	"incomplete|Not-Used|3|20|40"
    }
    "/Section2" 0 {
        "empty|Not-Used|3|20|40"
	"incomplete|Not-Used|3|20|40"
    }
    "/Section3" 0 {
        "empty|Not-Used|3|20|40"
	"incomplete|Not-Used|3|20|40"
    }
    "/MP3/%m%d" 0 {
        "empty|Not-Used|3|20|40"
	"incomplete|Not-Used|3|20|40"
    }
    "/MP3/%m%d" -1 {
        "empty|Not-Used|3|20|40"
	"incomplete|Not-Used|3|20|40"
    }
    "/MP3/%m%d" -2 {
        "empty|Not-Used|3|20|40"
	"incomplete|Not-Used|3|20|40"
    }
    "/MP3/%m%d" -3 {
        "empty|Not-Used|3|20|40"
	"incomplete|Not-Used|3|20|40"
    }
    "/MP3/%m%d" -4 {
        "empty|Not-Used|3|20|40"
	"incomplete|Not-Used|3|20|40"
    }
    "/MP3/%m%d" -5 {
        "empty|Not-Used|3|20|40"
	"incomplete|Not-Used|3|20|40"
    }
    "/MP3/%m%d" -6 {
        "empty|Not-Used|3|20|40"
	"incomplete|Not-Used|3|20|40"
    }
    "/Section4" 0 {
        "empty|Not-Used|3|20|40"
	"incomplete|Not-Used|3|20|40"
    }
}
Basically, all I need is to check for 2 things:

1) If folder is empty for more then 20mins (after creation), announcement, that it will be nuked in 20mins. After 40mins (after creation) folder gets nuked.
2) All folders that are OVER 24h old (from the folder creation) should be checked for complete/incomplete. If incomplete, warn on the channel (24h after folder was created). Nuke folder after 20mins if still incomplete (24h and 20mins after folder was created).

That's basically it. I don't really need to check all folders for incomplete in the first 24h, only after that.

Maybe something like:
Code:
set anuke(minimumAge)   1440
set anuke(MaximumAge)   2880
could be implemented. That way, nxAutoNuker would check folders only after they are 24h old and check them until they are 2 days old (48h).

wooolF[RM] is offline   Reply With Quote