Idrive Prerequisites are not met. Unable to identify your operating system requirements

I don't need any help, but thought this might help someone else. iDrive has my Windows/mac/iphone backups and I wanted to use it on Zorin but the scripts kept complaining about not identifying my OS. I found an article about another user have a problem with Arch and just copied their solution but changed up the build number: Reddit link

This let me actually do a backup on my setup.

NOT MY SOLUTION, COPIED FROM LINK with a change to build #:

sub getOSBuild {
	my ($os, $build) = ('', 0);

	# I removed all checks and just pretend we are on debian, as the script otherwise fails on arch

	return {'os' => "debian", 'build' => "**10**"};
}

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.