On Wed, 29 Jun 2005 12:22:29 +0200, Kern Sibbald wrote > On Wednesday 29 June 2005 11:47, Russell Howe wrote: > > marco wrote: > > > Is there a method to exclude files from backup that have no change > > > since specific time or date? > > > > > > for example, if I want exclude all files that are not changed > > > before yyyy-mm-dd , how can I do? > > > > http://www.bacula.org/rel-manual/Configuring_Director.html#SECTION000147000 > >000000000000 > > > > Search for "Any name beginning with a vertical bar (|) is assumed to be > > the name of a program." > > > > You can specify the file list in the FileSet as the output of a command. > > > > Simply write a short script or pipeline (probably using find(1)) which > > returns the names of files you wish to back up. > > > > Kern, find(1) can output null-terminated strings, which may help when > > there are files with weird names. Would it be possible for bacula to > > somehow support this format of output? I guess it may be useful... > > Sorry, but I'm not sure about what you would like supported. Could > you be more specific, perhaps with an example? > > -- > Best regards, > > Kern > > ("> > /\ > V_V > > ------------------------------------------------------- > 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
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 ? 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