Hi Bill,

> -----Original Message-----
> From: Bill Szkotnicki [mailto:b...@uoguelph.ca] 
> Sent: Monday, March 30, 2009 3:21 PM
> To: bacula-users
> Subject: [Bacula-users] windows vista bacula
>
> Hi,
> I have the backup sort of working for windows vista.
> The FileSet I am using is below in this message.
> Questions:
>
> 1) I am still getting this message:
>
> apscnm234bjf-fd JobId 5175:      C:/Users/jfrance/Documents/My Pictures 
> is a different filesystem. Will not descend from 
> C:/Users/jfrance/Documents into C:/Users/jfrance/Documents/My Pictures
>
> The bacula fd is running on vista under the "system account" and it 
> "will not descend.
> And yet the backup of C:/Users/jfrance/Pictures is fine.
> I can't even see "C:/Users/jfrance/Documents/My Pictures" on the client 
> machine ( a notebook on my desk )
> But surely it is the same set of files?????
It looks like the same problem I have with bacula fd under vista.
Vista includes some pathes to be compatible with windows xp or older.
But that's not real pathes. It seems to be something like shortcuts.
And the bacula fd doesn't understand this technic.
I've excluded this pathes.

> 2) Is there a way to wildcard the username part in the FileSet?
> Something like C:/Users/*/*"
Wildcard to include or exclude.

If include I think you only need c:/Users. This will backup the directory 
C:/Users and all it's input.

FileSet {
  Name = "vista-files"
  Include {
    Options {
      Compression=GZIP
      signature=SHA1
      Sparse = yes
    }
    File = "C:/Users"
  }
}

Regards
Manfred
------------------------------------------------------------------------------
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to