[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Disaster recovery
- Subject: Re: [cobalt-users] Disaster recovery
- From: Gerald Young <me@xxxxxxxxxxx>
- Date: Mon Aug 13 08:22:03 2001
- Organization: Coolcat Dot Net ltd
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
hi jason
This is very much a last resort backup as it
> will not correctly set file permissions / passwords etc.
I thought if you make a tar
tar -cf tarfilename *
then untar with
tar -xvf tarfilename
it does preserve permissions check out
man tar
tar also has switches to just add files that are newer than an archive
-u
>
> As far as the built in Backup and Restore are concerned - forget they
> even exist. Do not use them because they do not work and cobalt are
> aware of this.
Im not game to use them im downloading a .raq file then running the stripheader
cgi to leave me a .tar.gz file works well for me.
b w Gerald Y