This definitions allow to save data to different locations when for instance storage capacity is shortening or due to possible conceptual considerations.
YEAR ; DESCRIPTION ; PATH ;
Rows starting with a # are considered as comments. Empty lines are allowed, too.
It is allowed to have multiple volume definitions for a year (= multiple definition lines having the same YEAR entry but different PATH definitions). The first matching YEAR definition will be used to save the data to, all other matching entries will be used to read and purge the data from.
If a retention exceeds the YEAR definitions, the data save will not be performed.
The RETENTION_MAX setting in the lots.cfg configuration file has also influence to the save and lock behaviour of lots. See lots.cfg(4).
# # var/lots/objects/volume.dat - data save volume destination # # [00] 30.09.2009 CWa Initial Version # [01] 29.10.2009 CWa +2013..2019 # #YEAR ;DESCRIPTION ;PATH; 2009 ;WORM volume that expires end of 2009 ;/dat/worm_all; 2010 ;WORM volume that expires end of 2010 ;/dat/worm_all; 2011 ;WORM volume that expires end of 2011 ;/dat/worm_all; 2012 ;WORM volume that expires end of 2012 ;/dat/worm_all; 2013 ;WORM volume that expires end of 2013 ;/dat/worm_all; 2014 ;WORM volume that expires end of 2014 ;/dat/worm_all; 2015 ;WORM volume that expires end of 2015 ;/dat/worm_all; 2016 ;WORM volume that expires end of 2016 ;/dat/worm_all; 2017 ;WORM volume that expires end of 2017 ;/dat/worm_all; 2018 ;WORM volume that expires end of 2018 ;/dat/worm_all; 2019 ;WORM volume that expires end of 2019 ;/dat/worm_all;
This is free software; see edrc/doc/COPYING for copying conditions. There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.