Bacula-users

[Bacula-users] windows and attributes

2009-04-19 13:03:27
Subject: [Bacula-users] windows and attributes
From: morty AT frakir DOT org
To: bacula-users AT lists.sourceforge DOT net
Date: Sun, 19 Apr 2009 12:58:31 -0400
I noticed while doing some test restores to a winbacula client that
some of the Windows attributes (read, system) were set in restored
directories even though they weren't set up on the source directories.
The modification time, ACLs, and other attributes looked OK.  A diff
of the contents turned up identical.  The only differences were in
flags such as R and S as reported by the Windows "attrib" command.
This happened with a number of different directories, including one
(c:\clj4600pcl6win2kxp) that is not at all special.

Server: bacula 2.4.4, running on Debian 5.0.  Client: winbacula 2.4.4,
running on XP SP3 32-bit pro.  SQLite DB.

portable is not set.  Is there some other setting I'm missing that
might explain this?  Relevant parts of bacula-dir.conf:

JobDefs {
  Name = "windows"
  Type = Backup
  Level = Incremental
  Schedule = "WeeklyCycle"
  Storage = File
  Messages = Standard
  Pool = Default
  Full Backup Pool = Full-Pool
  Incremental Backup Pool = Inc-Pool
  Differential Backup Pool = Diff-Pool
  Rerun Failed Levels = yes
  Priority = 10

  Client Run Before Job = "ntbackup backup systemstate /F c:\\systemstate.bkf"
}


Job {
  Name = "morty-xp"
  JobDefs = "windows"
  FileSet = windows_c
  Client = morty-xp-fd
  Write Bootstrap = "/var/lib/bacula/morty-xp.bsr"
}

FileSet {
  Name = "windows_c"
  Ignore FileSet Changes = yes # otherwise bacula does full if fileset changes
  Include {
    Options {
      signature = SHA1
      compression=gzip
      ignore case=yes # on windows, ignore case for regexes
    }

    File = C:/
  }

  EnableVSS = yes
}

Client {
  Name = morty-xp-fd
  Address = morty-xp
  FDPort = 9102
  Catalog = MyCatalog
  Password = "[snip pass]"       # password for FileDaemon
  File Retention = 30 days            # 30 days
  Job Retention = 6 months            # six months
  AutoPrune = yes                     # Prune expired Jobs/Files
}

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Bacula-users] windows and attributes, morty <=