apen/additional_scheduler
Useful tasks in the scheduler module : full backup, send query result in mail, exec SH script with reports...
Installs: 1 188
Dependents: 0
Suggesters: 0
Stars: 5
Watchers: 3
Forks: 4
Open Issues: 1
Type:typo3-cms-extension
Requires
- php: >=7.0.0 <7.3
- typo3/cms-core: ^6||^7||^8
README
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.