emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Richard Riley <rileyrgdev@googlemail.com>
To: Carsten Dominik <dominik@science.uva.nl>
Cc: org-mode <emacs-orgmode@gnu.org>
Subject: Re: a small remember suggestion
Date: Sun, 22 Mar 2009 18:03:32 +0100	[thread overview]
Message-ID: <49c66f66.0437560a.6822.28e5@mx.google.com> (raw)
In-Reply-To: <6E22B50C-E9E2-4F09-96EE-19F6BE4C7ABD@uva.nl> (Carsten Dominik's message of "Sun, 22 Mar 2009 16:16:45 +0100")


Carsten Dominik <dominik@science.uva.nl> writes:

>
> Note that, if you use remember frequently, you will create
> a lot of these files.  So maybe we need to think of an expiry
> mechanism?  Like, remove any files older than a few days?

If anyone wants to do this deletion manually, I do this in a script
which backs up mysql databases (linux bash shell) to keep the directory
pruned:

,----
| find ./*.zip2 -mtime +10  -exec rm {} \;
`----

i.e delete all zip2 files older than ten days.

  reply	other threads:[~2009-03-22 17:03 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-21 19:28 a small remember suggestion Samuel Wales
     [not found] ` <7bef1f890903211425p1b1329ebxd42b3d7c1a3a77d7@mail.gmail.com>
2009-03-22  2:01   ` Alan E. Davis
2009-03-22 15:16     ` Carsten Dominik
2009-03-22 17:03       ` Richard Riley [this message]
2009-03-22 20:36       ` Alan E. Davis
2009-03-24  3:29       ` Samuel Wales
2009-03-24  3:42         ` Samuel Wales
2009-03-24 11:29           ` Carsten Dominik
2009-03-24 11:29         ` Carsten Dominik
2009-03-24 14:22           ` Alan E. Davis
2009-03-25  8:22             ` Carsten Dominik
2009-03-25  4:46           ` Samuel Wales
2009-03-25  6:24             ` Alan E. Davis
2009-03-25  8:23               ` Carsten Dominik

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.orgmode.org/

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

  git send-email \
    --in-reply-to=49c66f66.0437560a.6822.28e5@mx.google.com \
    --to=rileyrgdev@googlemail.com \
    --cc=dominik@science.uva.nl \
    --cc=emacs-orgmode@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.
Code repositories for project(s) associated with this public inbox

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

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).