Archive of RubyForge sup-talk mailing list
 help / color / mirror / Atom feed
* [sup-talk] Backups ?
@ 2009-07-07 13:08 Marc Weber
  2009-07-07 15:26 ` wagnerdm at seas.upenn.edu
  0 siblings, 1 reply; 4+ messages in thread
From: Marc Weber @ 2009-07-07 13:08 UTC (permalink / raw)


Hi, I'd like to setup an automatic backup system cause I don't want to
tag my mails twice and I don't want to loose the information about
archived mails etc.

What do you think about something like this?
Is it enough to keep 4 dumps?
What about moving this code into sup shutdown?
I think everyone wants to have this feature?

run_sup(){
  # untested draft
  local dump_dir="/var"
  sup
  sup-dump | bzip2 > "$dump_dir/sup-dumps-`date`"
  ls -1t "$dump_dir"/sup-dumps-* | { read; read; read; read; cat } | xargs rm
}

Marc Weber


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-07-07 16:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-07 13:08 [sup-talk] Backups ? Marc Weber
2009-07-07 15:26 ` wagnerdm at seas.upenn.edu
2009-07-07 16:10   ` Ben Walton
2009-07-07 16:19   ` Ingmar Vanhassel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox