$type = '{# Archive type?  afio, dump, tar, cpio, or zip
    my $type = $flexbackup{Type} || 'tar';
    $OUT = "$type";
}';
