When a file is explicitly saved in the editor, a backup is automatically made by writing the old contents of the file to a backup before saving the new version of the file. The backup file appears in the same directory as the original file, its name being the same as that file followed by a~ character.
Editor Variable
t t, backups are automatically made on file saving. If its value isnil, no backups are made. Editor Variable
Editor Variable
format function to create the filename of the backup file.format is called with three arguments, the first being the directory name-string and the second being the file name-string of the pathname associated with the buffer. The third is the value of the editor variable backup-filename-suffix. @ character: 
(setf (editor:variable-value "Backup Filename Suffix"
         :current nil) #\@)