08-07-2014 06:09 AM
Hi all, Is there a way to to remove deleted files periodically and automatically (something like cron)?
thanks in advance
08-07-2014 11:27 AM
You could write a scheduled listener that basically calls
new RepositoryStatus().gcBinaries(true);
(now called SQLRepositoryStatus
in 5.9.5).
08-07-2014 11:14 AM
What delete files are you talking about? Those in the trash? The orphaned binaries of removed files in the binary manager store?
08-07-2014 11:18 AM
I'm talking about orphaned binaries.
08-07-2014 11:27 AM
You could write a scheduled listener that basically calls
new RepositoryStatus().gcBinaries(true);
(now called SQLRepositoryStatus
in 5.9.5).
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.