all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: orium <orium69@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: When does emacs backup files?
Date: Sun, 20 Feb 2011 20:54:21 +0100	[thread overview]
Message-ID: <396847B0-01D1-4CD4-A1CC-7D485395BC22@Web.DE> (raw)
In-Reply-To: <01812190-7de6-4215-a71e-a2ef1f18637f@l11g2000yqb.googlegroups.com>


Am 19.02.2011 um 00:57 schrieb orium:

> How can have one new backup version created every time i save a file?


My setup is this:

(setq auto-save-interval 125)
(setq make-backup-files		t ;backup my files
       backup-by-copying		t ;don't clobber symlinks
       delete-old-versions	t
       kept-new-versions		6
       kept-old-versions		2
       version-control		t ;use versioned backups
       vc-make-backup-files	t ;make backups for cvs projects
       vc-follow-symlinks	t)
;; Backups to central location
(setq backup-directory-alist `(("." ,@(concat user-emacs-directory  
"Sicherungen"))))


--
Greetings

   Pete

A lot of us are working harder than we want, at things we don't like  
to do. Why? ...In order to afford the sort of existence we don't care  
to live.
				– Bradford Angier




  reply	other threads:[~2011-02-20 19:54 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-18 23:57 When does emacs backup files? orium
2011-02-20 19:54 ` Peter Dyballa [this message]
2011-02-20 20:16   ` Teemu Likonen
2011-02-20 20:44     ` Peter Dyballa
2011-02-23  4:44       ` Kevin Rodgers
2011-02-23 20:55         ` Peter Dyballa
2011-02-21  5:10 ` Le Wang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=396847B0-01D1-4CD4-A1CC-7D485395BC22@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=help-gnu-emacs@gnu.org \
    --cc=orium69@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.