forceUsingLastVersion

abstract suspend fun forceUsingLastVersion(): Boolean

This method fetches the last backup version on the server, then compare to the currently backup version use. If versions are not the same, the current backup is deleted (on server or locally), then the backup may be started again, using the last version.

Return

true if backup is already using the last version, and false if it is not the case