RobotStudio event

PCSDK Creating a Backup using the Backupmanager


I use the backupmanager to create a backup from a system using the following code:

[code]
                var backupManager = new BackupManager(_controller);
                backupManager.LocalDirectory = new System.IO.DirectoryInfo(path);
                backupManager.LocalName = "test";
                backupManager.Backup();
[/code]

It creates a (according to the header in the file) Abb Flexible automation compress format [LZO1X] file called "test". Does the SDK provide a method to uncompress this file?

John Wiberg2012-06-27 09:14:23

Comments



  • you can use the decomp.exe in the "C:Program Files (x86)Common FilesABB Industrial ITRobotics ITRobInstallAPI" folder.