Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Oct 1999 19:55:26 -0500
From:      "Chris Silva" <bitsurfr@enteract.com>
To:        <angussf@geoapps.com>, <freebsd-questions@FreeBSD.ORG>
Subject:   RE: FreeBSD Backup
Message-ID:  <NDBBLDFNCDJEAGEOHHJAEEGECJAA.bitsurfr@enteract.com>
In-Reply-To: <199910120025.AAA92474@baygull.rtd.com>

next in thread | previous in thread | raw e-mail | index | archive | help


> -----Original Message-----
> From: owner-freebsd-questions@FreeBSD.ORG
> [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Angus
> Scott-Fleming
> Sent: Monday, October 11, 1999 4:49 PM
> To: freebsd-questions@FreeBSD.ORG
> Subject: Re: FreeBSD Backup
>
>
> On 8 Oct 99, at 9:04, Jeremy Campbell wrote:
>
> > I have a single FreeBSD machine, and a NT machine.  The NT machine has a
> > DLT tape drive.  I would like to use it to backup my FreeBSD
> machine.  Is
> > there any way to do this and have the backup retain the permission
> > information of the files/directories?  I could make a Samba share of "/"
> > and back it up over that, but if I needed to restore the files,
> would they
> > have the same permissions as they had whenever I backed them up? What is
> > normal procedure in a situation such as this?
I was faced with the same problem... Here is what I did:

I installed Peer Web Services on my NTWS, added a login account.
Next, I created a script that tars certain directories on my BSD box.
After the tarring is complete, another small script is called that logs
into the NT box and "puts" the tarball there where my DAT then backs
it up.

Notice, I add the tar routing to /etc/periodic/daily so that it run each
night
at 2:00 am - an the file name is thus:
andrea.'date +%m%d%y'.tgz  Which is: andrea.101199.tgz

Yes - the permissions are kept... Email me if you want a finer walk
through including the scripts I have written.

This works well for me even though I have since put a DAT on my BSD box.

Hope this helps...

Chris



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?NDBBLDFNCDJEAGEOHHJAEEGECJAA.bitsurfr>