perform_backup()
perform_backup(string $type = 'full'): string
Performs a backup of the system, and stores archive file locally within the /data/backups/ directory.
Parameters
string | $type | The type of backup to perform (db or full) |
Returns
string —The name or the .tar.gz archive that was created.