Backups install

This commit is contained in:
2023-12-03 18:11:46 +05:00
parent d060b27ea3
commit 7e24ffd6bc
10 changed files with 836 additions and 3 deletions

View File

@@ -12,7 +12,8 @@ class Kernel extends ConsoleKernel
*/
protected function schedule(Schedule $schedule): void
{
// $schedule->command('inspire')->hourly();
// $schedule->command('backup:clean')->daily()->at('01:00');
// $schedule->command('backup:run')->daily()->at('01:30');
}
/**