On Tuesday 05 July 2005 06:05, Martin Simmons wrote:
> >>>>> On Mon, 4 Jul 2005 12:29:57 +1000, "Jesus Salvo Jr."
> >>>>> <[EMAIL PROTECTED]> said:
>
>   JS> Also ... the directory including any of its subdirectories does not
> contain JS> any more than 287 files.
>
> I think the problem is that find prints all the directories too, so Bacula
> is doing a recursive scan of those, as well as backing up the files that
> find prints.
>
> What happens if you use:
>
> find /u03/sybbackup/syddbshared -type f -mtime -1
>
> or
>
> find /u03/sybbackup/syddbshared -not -type d -mtime -1
>

Good idea. I'll give it a try when the jobs finish.


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to