You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.
Second, i don't know where to post this, so i put it here and i hope that you will tell me what to do exactly if there is something to do. :)
I was needed to have this plugin creating backup automatically and twice a day. So i have register a schedule into the plugin.php file. But i think for the next version we can improve this feature to make this as a setting with more parameters like :
when the user wants to create backup,
what backup the user need to create automatically.
So, if someone need to automate this plugin, just add this code into plugin.php and be sure to have configure your cron jobs for octobercms like it is said into octobercms docs.
@Ladylain thank you for your comment. My available time is not enough now for this. I will try in the near future to let the users configure this from settings in the backend
Hi,
First, really thanks for this plugin.
Second, i don't know where to post this, so i put it here and i hope that you will tell me what to do exactly if there is something to do. :)
I was needed to have this plugin creating backup automatically and twice a day. So i have register a schedule into the
plugin.php
file. But i think for the next version we can improve this feature to make this as a setting with more parameters like :So, if someone need to automate this plugin, just add this code into plugin.php and be sure to have configure your cron jobs for octobercms like it is said into octobercms docs.
PanaKour\Backup\plugin.php
and change the function
createBackup()
to bestatic
PanaKour\Backup\Controllers\Backups.php:36
Hope it can help someone :)
The text was updated successfully, but these errors were encountered: