Scenario is based on a json explaining how the backup will work. It contains 2 bases :
- backup (what you're going to backup)
- transport (how and where you're going to backup)
- must begin with an uppercase
- a PHP class with the same name must exists in the Backup folder
- must begin with an uppercase
- a PHP class with the same name must exists in the Transport folder
- all protected variable of the aimed class can be used as a configuration
The JSON must be compatible with the PHP json_decode
implementation which correspond to this one
Basically :
- everything surrounded by " and no '
- no comments
- escape escape escape