public static function getInstance() { if (!self::$instance instanceof Backup) { self::$instance = new Backup(); } return self::$instance; }