- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2014 11:18 AM
I'm talking about orphaned binaries.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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).
