[Bacula-users] bacula and windows 7 or vista

2010-04-09 Thread Bill Szkotnicki
I am trying to come up with a reasonable fileset for windows 7 or vista 
clients.
The obvious idea is (C:/Users  i.e. all users data on the PC or laptop )
My fileset is:

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

But it is giving strange messages ... see below.

Has anyone got insight into how to do this effectively?

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

Bill

09-Apr 08:39 msi-fd JobId 11029:  Cannot open C:/Users/All 
Users/Application Data/Application Data/Application Data/Application 
Data/Application Data/Application Data/Application Data/Application 
Data/Application Data/Application Data/Application Data/Application 
Data/Application Data/Application Data/Application Data/Application 
Data/Application Data/Application Data/Application Data/Application 
Data/Application Data/Application Data/Application Data/Application 
Data/Application Data/Application Data/Application Data/Application 
Data/Application 
Data/Microsoft/Search/Data/Applications/Windows/MSS.log: ERR=The process 
cannot access the file because it is being used by another process.
.


--
Download Intel#174; 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


Re: [Bacula-users] bacula and windows 7 or vista

2010-04-09 Thread Timo Neuvonen
Bill Szkotnicki b...@uoguelph.ca kirjoitti viestissä 
news:4bbf2000.8030...@uoguelph.ca...
I am trying to come up with a reasonable fileset for windows 7 or vista
 clients.
 The obvious idea is (C:/Users  i.e. all users data on the PC or laptop )
 My fileset is:

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

 But it is giving strange messages ... see below.

 09-Apr 08:39 msi-fd JobId 11029:  Cannot open C:/Users/All
 Users/Application Data/Application Data/Application Data/Application
 Data/Application Data/Application Data/Application Data/Application

Maybe adding this into the fileset might help:
Enable VSS = yes

--
TiN 



--
Download Intel#174; 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


Re: [Bacula-users] bacula and windows 7 or vista

2010-04-09 Thread John Drescher
On Fri, Apr 9, 2010 at 8:39 AM, Bill Szkotnicki b...@uoguelph.ca wrote:
 I am trying to come up with a reasonable fileset for windows 7 or vista
 clients.
 The obvious idea is (C:/Users  i.e. all users data on the PC or laptop )
 My fileset is:

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

 But it is giving strange messages ... see below.

 Has anyone got insight into how to do this effectively?

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

 Bill

 09-Apr 08:39 msi-fd JobId 11029:      Cannot open C:/Users/All
 Users/Application Data/Application Data/Application Data/Application
 Data/Application Data/Application Data/Application Data/Application
 Data/Application Data/Application Data/Application Data/Application
 Data/Application Data/Application Data/Application Data/Application
 Data/Application Data/Application Data/Application Data/Application
 Data/Application Data/Application Data/Application Data/Application
 Data/Application Data/Application Data/Application Data/Application
 Data/Application
 Data/Microsoft/Search/Data/Applications/Windows/MSS.log: ERR=The process
 cannot access the file because it is being used by another process.
 .

I believe this is normal. These are junction points (kind of like
symbolic links) that should already be backed up in their actual
location.

John

--
Download Intel#174; 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


Re: [Bacula-users] bacula and windows 7 or vista

2010-04-09 Thread John Drescher
On Fri, Apr 9, 2010 at 11:06 AM, John Drescher dresche...@gmail.com wrote:
 On Fri, Apr 9, 2010 at 8:39 AM, Bill Szkotnicki b...@uoguelph.ca wrote:
 I am trying to come up with a reasonable fileset for windows 7 or vista
 clients.
 The obvious idea is (C:/Users  i.e. all users data on the PC or laptop )
 My fileset is:

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

 But it is giving strange messages ... see below.

 Has anyone got insight into how to do this effectively?

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

 Bill

 09-Apr 08:39 msi-fd JobId 11029:      Cannot open C:/Users/All
 Users/Application Data/Application Data/Application Data/Application
 Data/Application Data/Application Data/Application Data/Application
 Data/Application Data/Application Data/Application Data/Application
 Data/Application Data/Application Data/Application Data/Application
 Data/Application Data/Application Data/Application Data/Application
 Data/Application Data/Application Data/Application Data/Application
 Data/Application Data/Application Data/Application Data/Application
 Data/Application
 Data/Microsoft/Search/Data/Applications/Windows/MSS.log: ERR=The process
 cannot access the file because it is being used by another process.
 .

 I believe this is normal. These are junction points (kind of like
 symbolic links) that should already be backed up in their actual
 location.


I believe Documents And Settings should be the folder you backup
instead of C:/Users

John

--
Download Intel#174; 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


Re: [Bacula-users] bacula and windows 7 or vista

2010-04-09 Thread Jari Fredriksson
On 9.4.2010 18:10, John Drescher wrote:
 
 I believe Documents And Settings should be the folder you backup
 instead of C:/Users
 

There is no Documents And Settings in Vista/Windows 7.

That is an XP thing.

-- 
http://www.iki.fi/jarif/

Grief can take care of itself; but to get the full value of a joy you must
have somebody to divide it with.
-- Mark Twain



signature.asc
Description: OpenPGP digital signature
--
Download Intel#174; 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


[Bacula-users] bacula and windows 7 or vista

2010-04-09 Thread johat

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 #123;
nbsp; Name = My semi-fictional windows server
nbsp; Enable VSS = yes
nbsp; Include #123;
nbsp; nbsp; nbsp;File = E#58;/Data
nbsp; #125;
nbsp; Exclude #123;
nbsp; nbsp; File = E#58;/Data/Users/Transfer
nbsp; #125;
#125;



 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#174; 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