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

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

-- 
Russell Howe
[EMAIL PROTECTED]


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