{
    $OUT = "";
    return unless (($smb{'RecycleBin'} || 'disabled') eq 'enabled');

    $vfs->{recycle}->{versions} = ($smb{'KeepVersions'} || 'disabled') eq 'enabled' ?  "True" : "False";
    $vfs->{recycle}->{repository} = "Recycle Bin";
    $vfs->{recycle}->{keeptree} = "True";
    $vfs->{recycle}->{touch} = "True";
    $vfs->{recycle}->{exclude} = "*.tmp,*.temp,*.o,*.obj,~\$*";
    $vfs->{recycle}->{exclude_dir} = "tmp,temp,cache";
}
