]> git.p6c8.net - jirafeau_mojo42.git/blobdiff - README.md
Adding info about the "cronization" of clean_expired, clean_async
[jirafeau_mojo42.git] / README.md
index bbaed76252fd92087211803982e5a0b0e760626b..aa7c76fa7834058d6ff7210bc17084991ccde1dc 100644 (file)
--- a/README.md
+++ b/README.md
@@ -121,6 +121,17 @@ There are two ways to limit upload access (but not download):
 
 Check documentation of ```upload_password``` and ```upload_ip``` parameters in [lib/config.original.php](https://gitlab.com/mojo42/Jirafeau/blob/master/lib/config.original.php).
 
+### How can I automatize the cleaning of old (expired) files?
+
+You can call the admin.php script from the command line (CLI) with the ```clean_expired``` or ```clean_async``` commands: ```sudo -u www-data php admin.php clean_expired```.
+
+Then the command can be placed in a cron file to automatize the process. For example:
+```
+# m h dom mon dow user  command
+12 3    * * *   www-data  php /path/to/jirafeau/admin.php clean_expired
+16 3    * * *   www-data  php /path/to/jirafeau/admin.php clean_async
+```
+
 ### I have some troubles with IE
 
 If you have some strange behavior with IE, you may configure [compatibility mode](http://feedback.dominknow.com/knowledgebase/articles/159097-internet-explorer-ie8-ie9-ie10-and-ie11-compat).

patrick-canterino.de