Disclaimer: please bear in mind that I am an absolute begnner myself, and that 
I am no windows sysadmin. 

Here's the file set for one of our windows servers:

Fileset {
  Name = "My semi-fictional windows server"
  Enable VSS = yes
  Include {
     File = E:/Data
  }
  Exclude {
    File = E:/Data/Users/Transfer
  }
}



> Ideally I would also like to exclude all of the unnecessary garbage that 
> windows puts into "Users".


As soon as you know which files and subdirectories te exclude, just put the 
names in the Exclude clause, as shown above. In the example above, the 
'E:/Data/Users/Transfer' subdirectory is excluded from the backup.


> But it is giving strange messages
> 
> *snip*
> 
> ERR=The process cannot access the file because it is being used by another 
> process.


IIRC, this problem is apparently solved by enabling the VSS service on the 
windows client and setting the 'Enable VSS' option in your fileset directive to 
'Yes'.  Note to the veterans: please feel free to correct me if I am wrong 
here. I am still learning here.

Greetings & good luck,
Joachim

+----------------------------------------------------------------------
|This was sent by jvdhat...@kiss.nl via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+----------------------------------------------------------------------



------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to