Exemple #1
0
 /**
  * Constructor.
  *
  * @param string $path
  */
 public function __construct($path = null)
 {
     $this->cmd = 'arangodump';
     parent::__construct($path);
 }
Exemple #2
0
 /**
  * Constructor.
  *
  * @param string $path
  */
 public function __construct($path = null)
 {
     $this->cmd = 'elasticdump';
     parent::__construct($path);
 }
Exemple #3
0
 /**
  * Constructor.
  *
  * @param string $cmd
  * @param string $path
  */
 public function __construct($cmd, $path = null)
 {
     $this->cmd = $cmd;
     parent::__construct($path);
 }
Exemple #4
0
 /**
  * Constructor.
  *
  * @param string $path
  */
 public function __construct($path = null)
 {
     $this->cmd = 'openssl';
     parent::__construct($path);
 }
Exemple #5
0
 /**
  * Constructor.
  *
  * @param string $path
  */
 public function __construct($path = null)
 {
     $this->cmd = 'rsync';
     parent::__construct($path);
 }
Exemple #6
0
 /**
  * Constructor.
  *
  * @param string $path
  */
 public function __construct($path = null)
 {
     $this->cmd = 'innobackupex';
     parent::__construct($path);
 }