Example #1
0
 protected function configure()
 {
     parent::configure();
     $this->setName('elkarbackup:run_job')->setDescription('Run specified job. Runs the lowest of all retains (the one that actually syncs)')->addArgument('client', InputArgument::REQUIRED, 'clientId')->addArgument('job', InputArgument::REQUIRED, 'jobId');
 }
Example #2
0
 protected function configure()
 {
     parent::configure();
     $this->setName('elkarbackup:tick')->setDescription('Look for backup jobs to execute')->addArgument('time', InputArgument::OPTIONAL, 'As by date("Y-m-d H:i")');
 }
Example #3
0
 protected function configure()
 {
     parent::configure();
     $this->setName('elkarbackup:stop_job')->setDescription('Stop specified job. It will kill the rsnapshot process')->addArgument('client', InputArgument::REQUIRED, 'clientId')->addArgument('job', InputArgument::REQUIRED, 'jobId');
 }