add backup schedules

This commit is contained in:
2024-05-06 02:44:43 +05:00
parent 424c3f22d1
commit 13813ff8c6

View File

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