[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Backupping on another server
- Subject: Re: [cobalt-users] Backupping on another server
- From: Jay Summers <jay@xxxxxxxxxxxxxxxxxxxx>
- Date: Wed Jul 18 02:09:02 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
>> You could do this with plbackitup. Search in freshmeat.net for it.
>
>> From the looks of things, this is just a perl script that uses a tarball, so
> you'll be in the same boat as what Shimi was talking about.
Actually, I downloaded and looked at that script. It looks like you can set
the permissions switch in the Misc Variables section.
Change
$tar_options = "-czvf";
to
$tar_options = "-czvfp";
HTH,
j