Functions | |
| Pluf_Migrations_Backup_run ($folder, $name=null) | |
| Pluf_Migrations_Backup_restore ($folder, $name) | |
| Pluf_Migrations_Backup_restore | ( | $ | folder, | |
| $ | name | |||
| ) |
Restore Pluf from a backup.
| string | Path to the backup folder | |
| string | Backup name |
| Pluf_Migrations_Backup_run | ( | $ | folder, | |
| $ | name = null | |||
| ) |
Backup of the Plume Framework.
Backup all the data of the framework models. By default the backup name will be the date YYYY-MM-DD.
| string | Path to the folder where to store the backup | |
| string | Name of the backup (null) |