Integrations (PTC products, 3rd party products and code) > Code integration (Ada, ARINC 653, C, C#, C++, IDL, Java, SQL and VB) > Automatic Code Synchronizer(ACS) > Working with configuration parameters > Provided configuration parameters > EnableFileBackup configuration parameter (ACS)
  
EnableFileBackup configuration parameter (ACS)
Syntax (prefix with dash in a Generation Settings Scheme):
EnableFileBackup=0 or 1
When set to 1, the EnableFileBackup configuration parameter makes ACS back up code files when the code file has more marked text than the generated code file that is going to replace it.
Files are backed up to a subfolder of the code file's parent folder. The subfolder is named Backup unless an alternative name has been specified through the FileBackupFolder configuration parameter.
The name of the backed up code file is as follows:
<file name><date>_<time>.<file name extension>
For example, if a file named Class1.cpp was backed up at 9:59:40 on 23 July 2007, the backed up file would be named as follows:
Class1-2007-07-23_09-59-40.cpp
For more information about marked text, see Strategy for maintaining reversible properties (ACS).
Examples
EnableFileBackup=0
EnableFileBackup=1