Re: [Bacula-users] My Documents

2011-03-30 Thread Mehma Sarja
On 3/30/11 2:05 PM, Paul Fontenot wrote:
 I am attempting to backup only the My Documents directory on my
 Windows machines and I'm not having any luck. Here is my FileSet
 directive

 FileSet {
  Name = My Documents
  Enable VSS = yes
  Include {
  File = C:/Documents and Settings/*/My Documents
  }
 }
I'd use WildDir instead of File with that starry thing *.

Mehma

--
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] My Documents

2011-03-30 Thread Christian Manal
Am 30.03.2011 23:05, schrieb Paul Fontenot:
 I am attempting to backup only the My Documents directory on my
 Windows machines and I'm not having any luck. Here is my FileSet
 directive
 
 FileSet {
 Name = My Documents
 Enable VSS = yes
 Include {
 File = C:/Documents and Settings/*/My Documents
 }
 }
 
 I get this error message Could not stat C:\Documents and
 Settings\*\My Documents: ERR=The filename, directory name, or volume
 label syntax is incorrect
 
 I imagine this is fairly simple to do and I am only over looking the obvious.
 

Hi,

look for wilddir in the FileSet docs.


Regards,
Christian Manal

--
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users