volume.dat

Package: WA2L/edrc 1.5.57
Section: File Formats (4)
Updated: 13 January 2010
Index Return to Main Contents

 

NAME

volume.dat - volume definition for lots

 

SYNOPSIS

edrc/var/lots/objects/volume.dat
VARDIR/objects/volume.dat

 

AVAILABILITY

WA2L/edrc

 

DESCRIPTION

This is the storage volume definition for the lots command.

This definitions allow to save data to different locations when for instance storage capacity is shortening or due to possible conceptual considerations.

 

FILEFORMAT

The fileformat is a list of definitions that have the format

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.

 

OPTIONS

YEAR

to this location all data that will expire on the year specified is saved to.

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).

DESCRIPTION

description of the volume.

PATH

base path where the data is saved to. The complete path where the data is saved to is: <PATH>/<YEAR>/<MMDD>/<DATALIST>/<COUNTER>/data/ (example: /dat/worm_all/2010/0426/DB_ASYPROD/000/data ).

 

EXAMPLES

#
# 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;

 

SEE ALSO

edrcintro(1), datalist.dat(4), schedule.dat(4), lots.cfg(4), lots(1m)

 

NOTES

To verify the volume definitions, use the lots -a list_volume command. Only correct entries will be listed.

 

BUGS

-

 

AUTHOR

volume.dat was developed by Christian Walther. Send suggestions and bug reports to wa2l@users.sourceforge.net .

 

COPYRIGHT

Copyright © 2010 Christian Walther

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.


 

Index

NAME
SYNOPSIS
AVAILABILITY
DESCRIPTION
FILEFORMAT
OPTIONS
EXAMPLES
SEE ALSO
NOTES
BUGS
AUTHOR
COPYRIGHT

This document was created by man2html using the manual pages.
Time: 16:55:01 GMT, August 28, 2024