From: Jay Soffian <jaysoffian@gmail.com>
To: Damon Getsman <dgetsman@amirehab.net>
Cc: git@vger.kernel.org
Subject: Re: git as backup/DRP; also meta-question about Majordomo
Date: Wed, 4 Mar 2009 14:36:30 -0500 [thread overview]
Message-ID: <76718490903041136h620ac07eq21f5970d2053acd2@mail.gmail.com> (raw)
In-Reply-To: <274eb6f0903040956t36580a8ayd269f74882724637@mail.gmail.com>
On Wed, Mar 4, 2009 at 12:56 PM, Damon Getsman <dgetsman@amirehab.net> wrote:
> Hello! :) I've got a couple of questions for y'all.
>
> Q1: First of all, I'm being handed a project whereas I am to find and
> implement some sort of backup system across a wide range of various
> Linux hosts and a couple of windows machines. This backup system is
> to basically be a 'pseudo-TimeVault' if you're familiar with Mac
> OS/X's current backup system. I need to be able to roll back to any
> particular revision.
I think you may want something more like
http://www.mikerubel.org/computers/rsync_snapshots/
You're going to run into issues with git if you have to store very
large files. Also, if you need to delete a file from the backups for
some reason, you may find it more difficult than you'd like (you have
to use filter-branch and rewrite history).
I'm not saying it cannot be done with git, but you'll be using it for
a purpose for which it was not intended.
You might also consider a filesystem which offers snapshots.
> Q2: I haven't found any way to tell the 'majordomo' mailing list
> software running this list that I am not happy receiving 40-60 emails
> in my business email inbox per day. Of course I can use google to
> filter them, but I'd still rather just get a daily digest if this is
> at all possible. Am I missing something obvious?
vger.kernel.org does not offer its lists in digested form. You can try
reading the git mailing list via
http://dir.gmane.org/gmane.comp.version-control.git,
http://marc.info/?l=git, or consider signing up for a webmail account.
j.
prev parent reply other threads:[~2009-03-04 19:38 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <274eb6f0903040951g27cb4956u1d101c84952d0090@mail.gmail.com>
2009-03-04 17:56 ` git as backup/DRP; also meta-question about Majordomo Damon Getsman
2009-03-04 19:36 ` Jay Soffian [this message]
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=76718490903041136h620ac07eq21f5970d2053acd2@mail.gmail.com \
--to=jaysoffian@gmail.com \
--cc=dgetsman@amirehab.net \
--cc=git@vger.kernel.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 NNTP newsgroup(s).