PDA

View Full Version : Config Setup


PaRaNoiD_JaCK
12-29-2005, 07:32 AM
Before I try warchive I`m just wanting to make sure the config is correct with what i`m wanting to do. I want to keep 30 days of 0day and 60 days of mp3. The wiping is triggered when the size gets to 750MB left on disk and stop`s when 3000MB is left.

Nothing is to be archived just wiped.

IoReserve is at the following path: e:\ioFTPD\scripts\ioReserve\
It`s reservation`s are held here: e:\ioFTPD\scripts\ioReserve\Reservations\


[General]
Debug="1"
Remove_Nuked_First = "1"
Nukeheader = "(NUKED)-"
Max_Delete="5"
ioReserve="e:\ioFTPD\scripts\ioReserve"
ioFTPD_Log_File="e:\ioftpd\logs\ioftpd.log"
Detach_at_Start ="0"


[Ignore]
Ignore_0 = "_SYS"
Ignore_1 = "REQUESTS"

[Log]
WarcMove=""%release" "%.2relsize" "%oldvfs" "%newvfs" "%.2beforesize" "%.2aftersize""
WarcWipe=""%release" "%.2relsize" "%oldvfs" "%.2beforesize" "%.2aftersize""

[MaxAge]
MaxAge_0="30|e:\ioFTPD\site\0DAY|NULL|/0DAY|NULL"
MaxAge_1="60|d:\FILES\MP3|NULL|/MP3|NULL"

[Device_0]
StartSpace="750"
EndSpace="3000"
Path_0="E:\ioFTPD\site\0DAY|NULL|/0DAY|NULL"

[Device_1]
StartSpace="750"
EndSpace="3000"
Path_0="D:\FILE\MP3|NULL|/MP3|NULL"


Does this look ok ?

Thanks. :)

WarC
12-29-2005, 02:32 PM
looks pretty good. This setup will wipe stuff if older than 30 days OR if space is less than 750MB for 0day. Second one will wipe if older than 60 days OR if space is less than 750.

One thing though. under MaxAge you got d:\FILES\MP3 and on device_1 you got D:\FILE\MP3. Note the missing s on device_1 or if its the other way around an extra s on maxage_1

PaRaNoiD_JaCK
12-29-2005, 02:50 PM
Thanks WarC. :D