[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Backupping on another server



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