Hi,
I'm trying to exclude a list of folder from the backup, but it didn't
work (my backup is still huge as before)
The fileset is defined like this :
FileSet {
Name = "machine.domain.fr.FileSet"
Include {
Options {
signature = SHA1
compression = GZIP
}
File = /etc
File = /home
File = /usr/src/makeHttpd
File = /root
File = /backup/lastbackup
}
Exclude {
File =
"</usr/local/bin/scripts/bacula/excludeFolderList/machine.domain_excludeFolderList.txt"
}
}
the local file (from the director point of view)
/usr/local/bin/scripts/bacula/excludeFolderList/machine.domain_excludeFolderList.txt
is generated with the following script
find /home -name .bacula_exclude | sed 's/.bacula_exclude//' >
/root/scripts/bacula/excludeFolderList
(and then copied from the client to the directory machine via a scp)
which is executed as a Run Before Job.
Do you see anything wrong ?
Thomas.
------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Bacula-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-users