PDA

View Full Version : nxautonuke: can i incuding parent directory?


isteana
09-10-2007, 11:55 PM
if bad nuked stuff in cd1,cd2 or disc1,disc2

nxautonuke will be nuked that specific directory only

but usually, almost general rule of nuke is nuking parent directory

when that rls are multiple cd(cd1,cd2..etc)

for example below:


nxautonuke> game\test\cd1(other cd is ok but cd1 got nuked stuff) = game\test\[nuked]-cd1

general> game\test\cd1(other cd is ok but cd1 got nuked stuff) = game\[nuked]-test


can i make possible like a general? plz know me if that already exist

or make that option plz if finished your nxdb stuff ;)

neoxed
09-11-2007, 12:14 AM
# - Nuke the whole release or the violating sub-directory.
#
set anuke(SubDir) False

Change that option to true.

isteana
09-11-2007, 01:06 AM
yes so i already checked to ture before
but still nuking only that specfic directory


watch my setting below:
*i made empty folder as /test/cd1 in NDS for test

set anuke(UserName) "Nuker"
set anuke(GroupName) "Nuker"

set anuke(SubDir) TRUE
set anuke(WarnOnce) FALSE

set anuke(MaximumAge) 1440
set anuke(Exempts) {\\[nuked\\]-* \\[incomplete\\]-* (incomplete)-* \\[filled\\]-* *dirfix* *dir[._]fix* *nfofix* *nfo[._]fix* *nfoupdate* *nfo[._]update* *samplefix* *sample[._]fix*}
set anuke(UserList) True
set anuke(UserFormat) "%b%(user)%b/%(group)"
set anuke(UserSplit) ", "

set anuke(IncTag) {\[SSN\] - \[ *% Complete\]}

set anuke(Sections) {
"/GAME" 0 {
{empty {Not Used} 3 20 40}
{incomplete {Not Used} 3 60 300}
}
"/NDS" 0 {
{empty {Not Used} 3 3 4} <-for test faster
{incomplete {Not Used} 3 60 300}
}
}


then site autonuke

] 200-.-[AutoNuke]-------------------------------------------------------------.
[15:16:04] 200-| Checking 2 auto-nuke sections. |
[15:16:04] 200-| |
[15:16:04] 200-| Checking path: /GAME (day offset: 0) |
[15:16:04] 200-| |
[15:16:04] 200-| Checking path: /NDS (day offset: 0) |
[15:16:04] 200-| - Nuking: test (cd1) - empty.after.8.minutes |

then i got /NDS/TEST/[NUKED]-CD1

but i want to /NDS/[NUKED]-TEST

test it plz

neoxed
09-11-2007, 01:58 AM
Sorry my mistake, anuke(SubDir) should be set to false.

isteana
09-11-2007, 02:15 AM
solved

set anuke(SubDir) True = Not works

set anuke(SubDir) False = works