> Okay, I did the following command on the cobalt01 machine:
> ---
>  /usr/local/libexec/runtar --create --directory /home --listed-incremental
> /tmp/ff --sparse --one-file-system --ignore-failed-read --totals --file -
> .>/dev/null
> ---
> 
> It gave me this result:
> ---
> /usr/local/libexec/runtar: ./mysql/mysql.sock: socket ignored
> /usr/local/libexec/runtar: ./tmp/.s.PGSQL.5432: socket ignored
> Total bytes written: 165928960 (158MB, 79MB/s)
> ---

Strange, can we see the result of a mount command
And a du -s /home
And a df

Tho my logs tell me the command is:

/usr/bin/tar --create --file /dev/null --directory /home --one-file-system 
--listed-incremental /tmp/ff --sparse --ignore-failed-read --totals .

No --file option in it.

Olivier

Reply via email to