[OpenAFS] offsite backup

Noel Burton-Krahn noel@bkbox.com
Wed, 21 Jan 2004 14:21:00 -0800


Thanks for the tip!  vos dump and dumptool look good, but dumptool seems
limited to extracting one file at a time.  Can dumptool act more like tar?
I'd love something like this:

vos dump $VOLNAME -time $LAST_BACKUP_TIME | dumptool --extract-all

If not, how about I modify dumptool?

--Noel


----- Original Message -----
From: "Derrick J Brashear" <shadow@dementia.org>
To: <openafs-info@openafs.org>
Sent: Wednesday, January 21, 2004 2:06 PM
Subject: Re: [OpenAFS] offsite backup


> On Wed, 21 Jan 2004, Noel Burton-Krahn wrote:
>
> > I have a userwho wants to back up his home directory (in an openafs
volume)
> > on his home machine (Windows, cable modem, dynamic NAT IP).  Is there a
way
> > to do incremental backups from OpenAFS?
>
> vos dump volname -time (time you took last incremental)
>
> will give you everything since that last incremental.
>
> > I'm looking at volume replication, but that only works from server to
> > server, and requires a fixed IP.  Volume dumps are not incremental,
>
> Only if you don't ask them to be.
>
> > produce files only readable by AFS.
>
> dumptool (look in src/tests; we should do something better with it, but
> it's there.)
> _______________________________________________
> OpenAFS-info mailing list
> OpenAFS-info@openafs.org
> https://lists.openafs.org/mailman/listinfo/openafs-info
>
>