Hi there,
how to purge the trash only to those assets have been deleted for more than five days?
and how it can be added to the system crontab to run automatically?
Thanks.
Hi there,
how to purge the trash only to those assets have been deleted for more than five days?
and how it can be added to the system crontab to run automatically?
Thanks.
This isn't possible with the current script. You would have to write a new script that does this checking for you, then purges the trash.
Then how It can be added to the system crontab and automatically run at regular intervals to purge the system trash?
Then how It can be added to the system crontab and automatically run at regular intervals to purge the system trash?
Sure, it can be added to the system crontab, not the Matrix cron manager. The linux crontab can run at whatever interval you want, but all it will do is call the script. It knows nothing about the trash age.