Next: Making Interactive Backups, Up: Backing Up Files [Index]
make-backup-files—a variableEmacs can be configured to make backup files on save in several different
ways, using the variable make-backup-files, which by default is t.
make-backup-filesbackup-by-copyingnon-nil means using copying
backup-by-copying-when-linkednon-nil means using copying for
files with multiple names. The alternate names will refer to the
latest version as edited. backup-by-copying must be nil.
backup-by-copying-when-mismatchNon-nil means create backups by copying if this preserves owner or group.
backup-by-copying-when-priviledged-mismatchNon-nil means create backups by copying to preserve a privileged owner.
backup-inhibitedIf non-nil, backups will be inhibited.