B<rrdtool> B<create> I<filename>
S<[B<--start>|B<-b> I<start time>]>
S<[B<--step>|B<-s> I<step>]>
+S<[B<--template>|B<-t> I<template-file>]>
S<[B<--source>|B<-r> I<source-file>]>
S<[B<--no-overwrite>]>
S<[B<--daemon> I<address>]>
rrdtool create --daemon unix:/var/run/rrdcached.sock /var/lib/rrd/foo.rrd I<other options>
+=head2 S<[B<--template>|B<-t> I<template-file>]>
+
+Specifies a template B<RRD> file to take step, DS and RRA definitions from. This allows to
+base the structure of a new file on some existing file. The data of the template
+file is NOT used for pre-filling, but it is possible to specify the same file as a
+source file (see below).
+
+Additional DS and RRA definitions are permitted, and will be added to those taken
+from the template.
+
=head2 B<--source>|B<-r> I<source-file>
One or more source B<RRD> files may be named on the command line. Data from these