save_full_backup#

file.save_full_backup(p0: str) int#

Create an EnSight archive (restart) file.

Three files are actually written. The file name specified contains the name of the other two files and is written on the EnSight client machine. Besides the file specified, one file is written on the EnSight client and server machines containing the archive information.
Archive files are usually not compatible between major EnSight releases and are usually not portable between machines.
Args:
p0:

‘filename’ name of the EnSight archive file

Examples:
ensight.file.save_full_backup("/tmp/test.ar")
Returns:

zero on success, non-zero on error