PDA

View Full Version : WARCHiVE: How do I do this?


ChipMunk666
01-22-2006, 12:38 PM
I want to move a release to an archive section when the space is low.

[Device_0]
StartSpace="10000"
EndSpace="15000"
Path_0="F:\DVDR-PAL|/DVDR-PAL|"

[Device_1]
StartSpace="1000"
EndSpace="2000"
Path_0="e:\MP3|NULL|/MP3|NULL"

I know this will delete it.

[Device_0]
StartSpace="10000"
EndSpace="15000"
Path_0="H:\DVDR-PAL|i:\DVDR-PAL|/DVDR-PAL"

does this move a release from h to I ???
What if u use this in vfs

"h:\ftp\DVDR-PAL" /DVDR-PAL
"i:\ftp\DVDR-PAL" /DVDR-PAL

Does it still work?

I just want to move it from one hd to another hd with the same section when one hd get's too low.
Possible? or any way around it?

WarC
01-22-2006, 12:50 PM
warchive doesnt care about your vfs settings. it just do what you tell it to.
Your last example will do what you want. However you missed the syntax. You dont need to setup a delete thingy on the i: drive since warchive will clear space to move the release automaticly

[Device_0]
StartSpace="10000"
EndSpace="15000"
Path_0="H:\DVDR-PAL|i:\DVDR-PAL|/DVDR-PAL|/DVDR-PAL"