{# Set this to "true" to make erase operations just rewind - not really
# call "mt erase".  For some tape drives, erase takes hours rather
# than seconds}
$erase_rewind_only = '{
    use esmith::db;

    local %services = ( flexbackup => $flexbackup );

    my $erase_rewind_only = db_get_prop(\%services, 'flexbackup',
	'erase_rewind_only');
    $OUT .= (defined $erase_rewind_only) ? $erase_rewind_only : "false";
}';

