-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

marco wrote:
hello to everyone,

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?

Hello,

Bacula doesn't have a mechanism like that included as far as I know. But
it DOES have mechanisms for either using a pre-generated list of files
or having a user-created script generate the list of files to backup on
the fly.

Example:

Include {
  @/home/files/my-files.list
}

Or:

Include {
   File = "|sh -c 'df -l | grep \"^/dev/hd[ab]\" | grep -v \".*/tmp\" \
      | awk \"{print \\$6}\"'"
}

(N.B. These examples are taken from the manual and won't necessarily do
what you request above)

For a more detailed view on what is possible I recommend you read up on
the fileset resource in the excellent Bacula manual:

http://www.bacula.org/rel-manual/Configuring_Director.html#SECTION000147000000000000000

Greetings,
        Michel
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (MingW32) - GPGrelay v0.959

iD8DBQFCwnGY2Vs+MkscAyURAj6vAKCp2KH+B6oGJRTKitg0J+0EM65lkQCdGoHr
HCL4mQ2vByza+8ndzkr9Dpg=
=CFa8
-----END PGP SIGNATURE-----


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