unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: "H S" <haadyai@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: backup with revisions
Date: Mon, 31 Mar 2008 13:45:34 -0400	[thread overview]
Message-ID: <f54f01b60803311045na8adb7ftc6d22dc233d6d672@mail.gmail.com> (raw)

Hello all,

I hope someone could shed me some light how to get backup with
revisions to work.  What I found out is that the code below seems to
work in certain directories but not those  CVS'd ones.    I am not
sure whether CVS has anything to do with it.

(require 'backup-dir "~/backup-dir.el")
(setq bkup-backup-directory-info
      '((t "~/.backups" ok-create full-path)))
(setq backup-by-copying t
      delete-old-versions t
      kept-old-versions 2
      kept-new-versions 6
      version-control t)

Thank you.
IS




             reply	other threads:[~2008-03-31 17:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-31 17:45 H S [this message]
     [not found] <mailman.9720.1206985548.18990.help-gnu-emacs@gnu.org>
2008-03-31 19:16 ` backup with revisions Lowell Gilbert

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=f54f01b60803311045na8adb7ftc6d22dc233d6d672@mail.gmail.com \
    --to=haadyai@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).