>>>>> On Thu, 14 May 2009 08:07:47 -0400, Dan Langille said:
> 
> I was contacted off-list last night regarding systems where the GID/UID
> of the backed up file does not exist when restoring.
> 
> The backup was performed on a system that contained GID/UID entries that
> did not exist on the new server.  The user reported an issue involving
> unexpected chown settings on the restored file set. Specifically, many
> files were chown root:wheel where he expected them to be something from
> the missing GID/UID values.  He has since solved this issue by adding
> the missing values to the system and performing the restore again.
> 
> I have not looked at the code.  But I see the above characteristics as
> the best result.
> 
> My thoughts indicate we have two options in this situation:
> 
> 1 - store GID/UID numeric values, but if those numbers mapped to a
> different group/user on restore, that's bad,  Very bad.
> 
> 2 - store GID/UID names, so we Do The Right Thing(tm) when restoring.
> If the GID/UID is not found, use root defaults (in this case, root:wheel).
> 
> - From the scenario described, I think we do option 2 at present.
> 
> I could not find this point documented anywhere.  I'll write something
> up about it unless someone points me to existing material.

Please look at the code first, because I think you'll find that Bacula stores
the numeric GID/UID values on the media and restore uses these directly.  It
doesn't care about whether the numbers have any corresponding group/user
names.

__Martin

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Bacula-devel mailing list
Bacula-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to