X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=example%2Ftemplate.d%2Fdumptypes;h=62172d304691cf6cdf7408d39dee70e8014465a5;hb=42ff24f2a525d5965e1841b2ebe3ee0f4b918ac6;hp=b19189f923b2b97c00cbd9ae2659e67babc37a31;hpb=c88ee0799dbba0d855be48a5c148c4586400b142;p=debian%2Famanda diff --git a/example/template.d/dumptypes b/example/template.d/dumptypes index b19189f..62172d3 100644 --- a/example/template.d/dumptypes +++ b/example/template.d/dumptypes @@ -131,26 +131,6 @@ # only be performed when an 'amadmin force' # has been issued # Default: [strategy standard] -# tape_splitsize - (optional) split dump file into pieces of a specified size. -# This allows dumps to be spread across multiple tapes, and can -# potentially make more efficient use of tape space. Note that -# if this value is too large (more than half the size of the -# average dump being split), substantial tape space can be -# wasted. If too small, large dumps will be split into -# innumerable tiny dumpfiles, adding to restoration complexity. -# A good rule of thumb, usually, is 1/10 of the size of your -# tape. Default: [disabled] -# split_diskbuffer - (optional) When dumping a split dump in PORT-WRITE -# mode (usually meaning "no holding disk"), buffer the split -# chunks to a file in the directory specified by this option. -# Default: [none] -# fallback_splitsize - (optional) When dumping a split dump in PORT-WRITE -# mode, if no split_diskbuffer is specified (or if we somehow -# fail to use our split_diskbuffer), we must buffer split -# chunks in memory. This specifies the maximum size split -# chunks can be in this scenario, and thus the maximum amount -# of memory consumed for in-memory splitting. Default: [10m] -# # # Note that you may specify previously defined dumptypes as a shorthand way # of defining parameters. @@ -184,7 +164,6 @@ define dumptype user-star { define dumptype user-star-span { root-star - tape_splitsize 3 Gb comment "tape-spanning user partitions dumped with star" priority medium } @@ -232,7 +211,6 @@ define dumptype user-tar { define dumptype user-tar-span { root-tar - tape_splitsize 3 Gb comment "tape-spanning user partitions dumped with tar" priority medium } @@ -277,7 +255,6 @@ define dumptype comp-user { define dumptype comp-user-span { global - tape_splitsize 5 Gb comment "Tape-spanning non-root partitions on reasonably fast machines" compress client fast priority medium