1 backup.class.inc | abstract public Backup::backup(BackupFile $file) |
Run the full backup process, including generating the backup and saving it.
Parameters
BackupFile $file: A BackupFile instance, used to write to the file handle.
Return value
boolean: TRUE if the backup was successful, FALSE on failure.
File
- core/
includes/ backup/ backup.class.inc, line 148 - Contains the Backup base class.
Class
- Backup
- Base class for creating backups.
Code
abstract public function backup(BackupFile $file);