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-files
backup-by-copying
non-nil means using copying
backup-by-copying-when-linked
non-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-mismatch
Non-nil means create backups by copying if this preserves owner or group.
backup-by-copying-when-priviledged-mismatch
Non-nil means create backups by copying to preserve a privileged owner.
backup-inhibited
If non-nil, backups will be inhibited.