Closed KimPig closed 1 year ago
Hi,
Ganymede is primarily an archiving platform and I don't believe automatically deleting VODs based on requirements fits in this application. Ganymede is meant to have a large mounted storage such as a NAS to house the VODs.
This is something you will have to make a script for yourself. Ganymede has an API you can use to fetch the VODs. Getting free storage space can be done with bash then once you find the oldest VOD in Ganymede you will also need to delete that folder, as Ganymede does not delete files.
Thank you for making a good program.
I have 300gb of free space on my server, but if it exceeds 200gb, I want to automatically delete the oldest VOD. Can this function be added?