From f827c37691b12c33ab55697745269a6488c0ec33 Mon Sep 17 00:00:00 2001 From: ghost Date: Mon, 15 May 2023 11:51:27 +0300 Subject: [PATCH] add MEGAcmd/FTP launch examples --- config/crontab.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/config/crontab.txt b/config/crontab.txt index 00243d2..ac371b3 100644 --- a/config/crontab.txt +++ b/config/crontab.txt @@ -1,6 +1,19 @@ @reboot searchd @reboot indexer --all --rotate +# Required only with MEGAcmd/FTP storage enabled +# +# config/app.php.txt +# +# CRAWL_PAGE_MIME_SNAP_MEGA +# +# MEGA_FTP_HOST +# MEGA_FTP_PORT +# MEGA_FTP_DIRECTORY +# +# @reboot /usr/bin/mega-cmd-server +# @reboot /usr/bin/mega-ftp /REMOTE_PATH_TO/yggo/storage/snap + 0 * * * * indexer --all --rotate 0 0 * * * cd /YGGo/crontab && php cleaner.php > /dev/null 2>&1