Thread: Config Setup
View Single Post
Old 12-29-2005, 07:32 AM  
PaRaNoiD_JaCK
Senior Member
 
Join Date: Mar 2005
Posts: 101
Default Config Setup

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\

Code:
 
[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.
PaRaNoiD_JaCK is offline   Reply With Quote