DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

additional_scheduler : Useful tasks in scheduler module

Useful tasks in the scheduler module : full backup, send query result in mail, exec SH script with reports...

What does it do?

This extension add new process in your scheduler module, for example you can :

  • backup your entire TYPO3 website (with mail report)
  • exec a SH script (with mail report)
  • exec a SQL query (with mail report and old templating)
  • clear caches
  • clear files in typo3temp older than x days

Do not hesitate to contact me if you have any good ideas.

This extension work with TYPO3 6.2.x-7.6.x.

Screenshots

List of all the tasks

backup your entire TYPO3 website (with mail report)

exec a SH script (with mail report)

exec a SQL query (with mail report and old templating)

clear files in typo3temp older than x days

Installation

Download and install as TYPO3 extension.

TER url : http://typo3.org/extensions/repository/view/additional_scheduler
Releases : https://github.com/Apen/additional_scheduler/releases

Go to the scheduler module and enjoy it.