Monday, November 08, 2010 at 12:04 AM.

system.verbs.builtins.radio.backup.backupAndVerify

on backupAndVerify (adrErrorCallback=nil) {
	<<Changes
		<<1/24/03; 7:54:34 PM by JES
			<<Created. Called from the Backup/Restore page in its own thread.
	system.temp.radio.backup.threadId = thread.getCurrentId ();
	radio.backup.backupAll ();
	radio.backup.verifyAll (adrErrorCallback);
	system.temp.radio.backup.threadId = 0;
	system.temp.radio.backup.lastOperation = "backup"}



This listing is for code that runs in the OPML Editor environment. I created these listings because I wanted the search engines to index it, so that when I want to look up something in my codebase I don't have to use the much slower search functionality in my object database. Dave Winer.