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