Next: , Previous: , Up: Backing Up Files   [Index]


7.3.4.2 Making Interactive Backups

By default, Emacs will only make a backup of a file the first time it is saved. You can explicitly control further backups as follows:

C-u C-x C-s

the version thus saved will be made into a backup file if you save the buffer again.

C-u C-u C-x C-s

saves the buffer, but first makes the previous file contents into a new backup file.

C-u C-u C-u C-x C-s

does both things: it makes a backup from the previous contents, and arranges to make another from the newly saved contents if you save again.