9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] Couple of Venti questions
@ 2005-03-27 15:20 Devon H. O'Dell 
  2005-03-27 17:13 ` Russ Cox
  0 siblings, 1 reply; 2+ messages in thread
From: Devon H. O'Dell  @ 2005-03-27 15:20 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 578 bytes --]

Well, actually, there's only one question. I'm wondering if it's
possible to, instead of configuring Venti to take snapshots of
entire filesystems at a given interval, configure Venti to take
a snapshot of a single file and only when you tell it to
yourself.

Something like:

venti/snap /path/to/some/file

would be ideal. So, does this exist already, or do I need to
write this? :)

Off topic; there's a shoe store here in Deventer called
``venti'' and it has a HUGE metal thing that says ``venti'' on
the wall. I should take a picture sometime :).

--Devon

[-- Attachment #2: Type: application/pgp-signature, Size: 194 bytes --]

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

* Re: [9fans] Couple of Venti questions
  2005-03-27 15:20 [9fans] Couple of Venti questions Devon H. O'Dell 
@ 2005-03-27 17:13 ` Russ Cox
  0 siblings, 0 replies; 2+ messages in thread
From: Russ Cox @ 2005-03-27 17:13 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

> Well, actually, there's only one question. I'm wondering if it's
> possible to, instead of configuring Venti to take snapshots of
> entire filesystems at a given interval, configure Venti to take
> a snapshot of a single file and only when you tell it to
> yourself.

No, there isn't.  Full file system snapshots are not that
expensive.  Let yourself go.  If you're worried about particular
huge churn, you could chmod +t (or maybe +T, I forget)
certain things to exclude them from the periodic snapshots.
For example chmod +t $home/tmp, or if you're super aggressive,
chmod +t /386/bin /386/lib.

You'll find that once you've had daily snapshots of everything
around for a while you'll never want to go back to having to
explicitly ask for something to be snapshotted.

But see also vac(1).

Russ


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

end of thread, other threads:[~2005-03-27 17:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-27 15:20 [9fans] Couple of Venti questions Devon H. O'Dell 
2005-03-27 17:13 ` Russ Cox

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).