<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Purging deleted binaries in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/purging-deleted-binaries/m-p/325034#M12035</link>
    <description>&lt;P&gt;It's possible to obtain the same effect with a Nuxeo Shell command?&lt;/P&gt;</description>
    <pubDate>Fri, 22 Aug 2014 17:27:02 GMT</pubDate>
    <dc:creator>Maurizio_Totti</dc:creator>
    <dc:date>2014-08-22T17:27:02Z</dc:date>
    <item>
      <title>Purging deleted binaries</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/purging-deleted-binaries/m-p/325032#M12033</link>
      <description>&lt;P&gt;After I removed some documents (and removed them from the trash), the contents of the binaries is still present on disk (in &lt;CODE&gt;nxserver/data/binaries&lt;/CODE&gt;).&lt;/P&gt;
&lt;P&gt;I can remove them using Admin Center &amp;gt; Repository Binaries &amp;gt; check Delete orphaned binaries &amp;gt; Mark orphaned binaries, but how can this be done programmatically?&lt;/P&gt;</description>
      <pubDate>Fri, 02 May 2014 13:27:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/purging-deleted-binaries/m-p/325032#M12033</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2014-05-02T13:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: Purging deleted binaries</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/purging-deleted-binaries/m-p/325033#M12034</link>
      <description>&lt;P&gt;This can be done using Java code that you can insert in an operation:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;import org.nuxeo.ecm.core.storage.sql.management.RepositoryStatus;

RepositoryStatus status = new RepositoryStatus();
if (!status.isBinariesGCInProgress()) {
    status.gcBinaries(true);
}
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 02 May 2014 13:28:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/purging-deleted-binaries/m-p/325033#M12034</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2014-05-02T13:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: Purging deleted binaries</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/purging-deleted-binaries/m-p/325034#M12035</link>
      <description>&lt;P&gt;It's possible to obtain the same effect with a Nuxeo Shell command?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Aug 2014 17:27:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/purging-deleted-binaries/m-p/325034#M12035</guid>
      <dc:creator>Maurizio_Totti</dc:creator>
      <dc:date>2014-08-22T17:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: Purging deleted binaries</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/purging-deleted-binaries/m-p/325035#M12036</link>
      <description>&lt;P&gt;You can put this in a Groovy script and execute it through the shell.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Aug 2014 14:27:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/purging-deleted-binaries/m-p/325035#M12036</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2014-08-28T14:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: Purging deleted binaries</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/purging-deleted-binaries/m-p/325036#M12037</link>
      <description>&lt;P&gt;See [NXDOC/Delete+Documents][1]&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jan 2015 10:44:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/purging-deleted-binaries/m-p/325036#M12037</guid>
      <dc:creator>Julien_Carsique</dc:creator>
      <dc:date>2015-01-22T10:44:34Z</dc:date>
    </item>
  </channel>
</rss>

