9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Bakul Shah <bakul+plan9@bitblocks.com>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Subject: Re: [9fans] Anyone using p9p or Plan 9 venti as a more generic backup system?
Date: Thu, 18 Nov 2010 11:40:13 -0800	[thread overview]
Message-ID: <20101118194013.BF3CC5B24@mail.bitblocks.com> (raw)
In-Reply-To: Your message of "Wed, 17 Nov 2010 09:44:27 PST." <AANLkTim-VFL=1h8ZjoHcRyqGFXKTVTqbHfMN9TH_NgzS@mail.gmail.com>

On Wed, 17 Nov 2010 09:44:27 PST David Leimbach <leimy2k@gmail.com>  wrote:
>
> On Wed, Nov 17, 2010 at 9:23 AM, dexen deVries <dexen.devries@gmail.com>wrote
> :
>
> > On Wednesday 17 November 2010 18:14:35 Venkatesh Srinivas wrote:
> > > (...)
> > > I'd be very careful with vac -m and -a on Unix; both have been at the
> > > root of considerable data-loss on a unix venti for me. I'd recommend
> > > vac-ing tarballs, rather than using vac's on unix trees directly. But
> > > your mileage may vary...
> >
> >
> > could you please elaborate a bit about that data loss?
> > traversing symlinks breaks? some files not getting read by vac at all?
> >
> > (I'm interested in using p9p vac+venti in similar manner, but on Linux w/
> > GNU stuff)
>
> I could imagine vac/unvac not dealing with resource forks or POSIX extended
> attributes and such properly, as well as potentially having difficulty with
> symlinks, but having dealt with stuff like that in "xar", I don't think it's
> too difficult to address.
>
> I may need to read up on venti and see what sorts of data types it supports.
>  Might be time to add some extensions?

venti doesn't care but vac/unvac do deal with symlinks, fifos
and special devices.  The problem with -a is that a
yyyy/mmdd/ prefix gets prepended to all paths and these dirs
are readonly (555). unvac coredumps in trying to extract
anything under yyyy/. The real problem is that unvac needs to
handle non-empty 555 dirs specially (like tar does).

Try this on unix:

mkdir -p a/b
chmod 555 a
tar cf - a | (cd /tmp; tar -xvf -)
vac a | (cd /tmp; unvac -v)

The basic problem is that venti & friends need some grunt work to
make them bullet/idiot proof.



  reply	other threads:[~2010-11-18 19:40 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-17 16:51 David Leimbach
2010-11-17 17:14 ` Venkatesh Srinivas
2010-11-17 17:23   ` dexen deVries
2010-11-17 17:43     ` Venkatesh Srinivas
2010-11-17 17:44     ` David Leimbach
2010-11-18 19:40       ` Bakul Shah [this message]
2010-11-18 19:44         ` dexen deVries
2010-11-17 17:24   ` David Leimbach
2010-11-22 15:56 ` Latchesar Ionkov
2010-11-22 20:35   ` David Leimbach
2010-11-23  4:21 ` Anthony Sorace

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=20101118194013.BF3CC5B24@mail.bitblocks.com \
    --to=bakul+plan9@bitblocks.com \
    --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).