Skip to content

vldmr-k/phpbu-symfony-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phpbu-symfony

Install bundle into symfony project

composer require vldmrk/phpbu-symfony-bundle

Add Bundle

Vldmrk\PhpbuBundle\PhpbuBundle::class => ['all' => true],

Place configuration file phpbu.xml into the root of project '%kernel.project_dir%/phpbu.xml'

Run backup scenario php bin/console phpbu:backup

Notice

You can rewrite default location of configuration file for phpbu, just change parameter phpbu.configuration.

After that, check new configuration path php bin/console debug:container --parameter=phpbu.configuration