Ray Mitchell wrote:
>
> Trevor
> At the command prompt do df -h on the day a backup is done,
> and then do df -h again when the next backup is due.
>
> Compare the two readings and the difference is the total
> increase in your data file size (assuming other changes have
> not been made to the server config etc).
>
> Hope this helps
> Regards
> Ray Mitchell
Thanks Ray, not quite what I am after I need to find the total number of bytes for all files changed on the drive. This is basically what I need to backup or rsycn each day. Was hoping there was some simple utility that might give me the answer but maybe easiest way will be to do a LS of all files then read into a dbase III file then filter by the current day and sum the number of bytes.
Thanks anyway