9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Latchesar Ionkov <lucho@ionkov.net>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Subject: Re: [9fans] venti conf
Date: Tue, 10 Mar 2009 09:32:11 -0600	[thread overview]
Message-ID: <f158dc670903100832n1b9737f4sd5dc3f105f89c1e7@mail.gmail.com> (raw)
In-Reply-To: <138575260903100719m1a3001bdld235cf0ae26f059d@mail.gmail.com>

I use vac (and sometimes vacfs) on my Linux.

archdir=/archives/`date +%Y/%m/%d`/$archbase
mkdir -p $archdir
lastvac=`find /archives -name $archname-*.vac 2>/dev/null | sort | tail -1`

if [ "x$lastvac" != "x" ] ; then
       d="-d $lastvac"
else
       d=""
fi

thisvac=$archname-`date +%Y-%m-%d`.vac
vac $d -f /tmp/$thisvac $* && mv -f /tmp/$thisvac $archdir/$thisvac && \
       vac -m -f /archives/archives.vac `find /archives -maxdepth 1
-mindepth 1 -type d`

If I mount /archives/archives.vac with vacfs I see tree similar to the
one in plan9 (/2008/12/24/...). I can also mount particular day using
the /archives/2008/12/24/*.vac score.

   Lucho


On Tue, Mar 10, 2009 at 8:19 AM, hugo rivera <uair00@gmail.com> wrote:
> Hello,
> I am a little confused about setting up venti (on linux).
> I followed the instructions found on the wiki, and venti is up. But
> now I am lost; as far as I understood (from the man pages) I have to
> run vac every time I want to backup something and then unvac it every
> time I want to recover it, right? I heard many times, here and
> elsewhere, that you can configure venti to perform a backup of the
> whole system say at 3:00 am, then am I supposed to create some kind of
> rc script to do this (using vac, of course)? and where yesterday fits
> into this? I feel that I am missing a big part here. I want to be able
> to backup my home directory every day at 3:00 am.
> Sorry if the question has an obvious answer, but I cannot see the
> whole venti picture yet.
> --
> Hugo
>
>



      parent reply	other threads:[~2009-03-10 15:32 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-10 14:19 hugo rivera
2009-03-10 14:34 ` Eric Van Hensbergen
2009-03-10 14:52   ` hugo rivera
2009-03-11  8:52   ` hugo rivera
2009-03-11 12:28     ` Eric Van Hensbergen
2009-03-11 12:56       ` hugo rivera
2009-03-10 14:35 ` Robert Raschke
2009-03-10 14:43   ` hugo rivera
2009-03-10 16:08     ` Anthony Sorace
2009-03-10 15:32 ` Latchesar Ionkov [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=f158dc670903100832n1b9737f4sd5dc3f105f89c1e7@mail.gmail.com \
    --to=lucho@ionkov.net \
    --cc=9fans@9fans.net \
    /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).