Hi all,

If this has been covered endlessly already, please let me know where I can find it, I cannot find the answers in the docs.

I have been struggling with the file set for a while now

I want that when a user creates a directory "junk" in his home, it is excluded from the backup.

Here“s the latest extravagance that I came up with, simpler solutions, using wilddir etc also haven't worked.. I guess i am doing something fundamentally wrong.

FileSet {
  Name = "LinuxServer"
  Include {
    Options {
      Signature = SHA1
      Compression = GZIP
      Sparse = yes
      Regex = "^.*/junk/.*$"
      Exclude=yes
    }
    File = /etc
    File = /root
    File = /home
    File = /usr/local
    File = /var/local
  }
}


Can anybody shine a light on this for me.. ?

Thanks,
        Marijn Vriens.



-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Bacula-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to