Returns the full path to a directory where backups should be written.
public function getBackupDir() { return \Drupal::service('stream_wrapper_manager')->getViaScheme('temporary') ->getDirectoryPath(); }