BTW I'm using Amanda 2.4.2p2 on all of the systems in my backup procedure.

on 'wilder' when i run the command this is the output:

[root@wilder /home]# /bin/gtar --version
tar (GNU tar) 1.13.17
Copyright 2000 Free Software Foundation, Inc.
This program comes with NO WARRANTY, to the extent permitted by law.
You may redistribute it under the terms of the GNU General Public License;
see the file named COPYING for details.
Written by John Gilmore and Jay Fenlason.

[root@wilder /home]# /bin/gtar --create --file /dev/null --directory /home 
--one-file-system --listed-incremental /dev/null --sparse 
--ignore-failed-read --totals --exclude-from /home/exclude.gtar .
Total bytes written: 558479360 (533MB, ?B/s)

It appears to get the size correctly as the output of du is:
[root@wilder /home]# du -sh
538M    .

/home is just a regular ext2 partition.  Again /var and /usr/local work fine, 
but I don't know why /home isn't.

Thanks for the help.

Nathanael Burton


On Friday 13 July 2001 17:28, John R. Jackson wrote:
> What happens if you run this by hand **as root** on the client:
>
>   /bin/gtar --create \
>           --file /dev/null \
>           --directory /home \
>           --one-file-system \
>           --listed-incremental /dev/null \
>           --sparse \
>           --ignore-failed-read \
>           --totals \
>           --exclude-from /home/exclude.gtar \
>           .
>
> Do you get anything to the terminal?
>
> Is /home a "real" file system or is it involved in NFS in some way?
>
> What version of GNU tar are you using (/bin/gtar --version)?
>
> >Nathanael Burton
>
> John R. Jackson, Technical Software Specialist, [EMAIL PROTECTED]

Reply via email to