public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
From: Stan Hoeppner <stan@hardwarefreak.com>
To: xfs@oss.sgi.com
Subject: Re: Linux and DMAPI
Date: Mon, 20 Sep 2010 01:47:17 -0500	[thread overview]
Message-ID: <4C970375.5060309@hardwarefreak.com> (raw)
In-Reply-To: <AANLkTim5FExj9GFQf9v1rzRmxqtNrdw_UR5VPUs4bPMq@mail.gmail.com>

Diego Woitasen put forth on 9/18/2010 7:08 PM:
> Hi,
>  I'm looking for software that supports DMAPI on Linux. I haven't
> found anything on the web. I need to implement HSM for a mail server,
> to store old messages in a secondary storage.
> 
>  Are there something implemented? Open source or propietary one? I
> prefer open source obviously...

This may not be exactly what you're looking for, but Dovecot natively
supports two level HSM with the dbox/mdbox mail storage formats.

http://wiki2.dovecot.org/MailboxFormat/dbox

Bottom of the page, "Alternate storage".  See also:
http://wiki2.dovecot.org/Tools/Doveadm/Altmove

So basically you'd cron a script for some duration (daily, weekly,
monthly, etc) containing the above command to move old mails to your
alternate near line storage.

If it's a really busy server you may want to go with the individual user
route with one HSM script per user.  This would allow staggered
scheduling of the cron jobs so as to lessen the load on the server
compared to one cron job which does all users at once.

-- 
Stan

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

  reply	other threads:[~2010-09-20  6:46 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-19  0:08 Linux and DMAPI Diego Woitasen
2010-09-20  6:47 ` Stan Hoeppner [this message]
2010-10-03  6:18 ` Christoph Hellwig
2010-11-05 19:16   ` Alex Elder
2010-11-03 21:44 ` Björn JACKE
2010-11-03 23:52   ` Timothy Sesow

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=4C970375.5060309@hardwarefreak.com \
    --to=stan@hardwarefreak.com \
    --cc=xfs@oss.sgi.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox