|
From: Les M. <le...@fu...> - 2009-06-12 16:10:06
|
Boniforti Flavio wrote:
>>> Is this meaning that the tarball is gzipped? In that case, what are
>>> the parameter that follow the binary path?
>> /bin/gzip is the compression program
>> .gz is the extension of the output filename (blah.gz)
>> * I think means all shares...
>>
>> Hope that helps a little, there is more information on the
>> various options/parameters on the backuppc wiki from memory.
>
> So the above thoughts of mine were correct. What will the "0000000" be?
You don't need that since you'll be supplying the output pipeline or
filename directly for Backuppc_tarCreate. But one thing that might not
be obvious from my previous post - or the docs is that Backup_tarCreate
generates the tar output as ./path/file. So if you want everything,
your last argument to Backuppc_tarCreate should be '.' - or '/' will
work too. Experiment with the command line adding -L so you just get
the listing instead of the contents to see how everything works.
--
Les Mikesell
les...@gm...
|