Hello,

marco wrote:

hello Russel, Michel, Kern and thanks for your reply, I find your suggestions to be useful, especially the command -find- if I want to exclude all files that have been not modified before 90 dd i can do from console : find -mtime +90

but, I'm not still familiar with linux & bacula and I'm not sure about this:
in my fileset
  Exclude = {
     File = "|script_file"
  }
and in ny script_file I write :
find -mtime +90

is it corret ?

You should give find the path to start searching at least, like
`find / -mtime +90` and possibly a command like -print
man find is very helpful.

Arno

marco





-------------------------------------------------------
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

--
IT-Service Lehmann                    [EMAIL PROTECTED]
Arno Lehmann                  http://www.its-lehmann.de


-------------------------------------------------------
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