{
    $OUT = "";
    return unless (($ibay->prop('RecycleBin') || 'disabled') eq 'enabled');

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

}
