PHP Class Pantheon\Terminus\Commands\Backup\CreateCommand

Inheritance: extends Pantheon\Terminus\Commands\TerminusCommand, implements Pantheon\Terminus\Site\SiteAwareInterface, use trait Pantheon\Terminus\Site\SiteAwareTrait
Datei anzeigen Open project: pantheon-systems/terminus

Public Methods

Method Description
create ( string $site_env, $options = ['element' => null, 'keep-for' => 365] ) Create a backup of the specified environment

Method Details

create() public method

Create a backup of the specified environment
public create ( string $site_env, $options = ['element' => null, 'keep-for' => 365] )
$site_env string Site & environment to make a backup of, in the form `site-name.env`.