-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Store and apply actions fail when user or group ID of some dirs/files in file system has no entry in password or group database #37
Comments
Well, it depends on the kind of backup you're actually doing. One thing is sure, I won't change the behavior for upcoming v1.1. There are two reasons:
That said, I'm open to tune it in the future. Configuration (#7) and textual format (#6) will be needed for that. |
Definitely good idea. Just had occasion for this yesterday: However the backup machine had a totally different I had to use |
Moved from bug #41 - Attempting to apply metadata to a filesystem where the current UID/GID is not in /etc/passwd results in a "getpwuid failed" error on startup, and a failure to change the ownership of the files specified in .metadata, with a "removed" message when the files were actually there. (Situation occurred after running an rsync from a host when restoring, and the UID/GID in question restored by rsync was a different UID/GID to the original.) |
It looks like this issue is still present in metastore. Any plans to resolve it? Thanks. Here's running it from a git hook: getpwuid failed for .: uid 1005 not found |
That's not ideal for usage with
git
as backup program since it shouldn't be necessary to have a file owner present on the system where the backup is created.Failure is assumed from the text of the warning. In case that's just a warning, it needs be improved and/or labeled in order to sound like a warning.
The text was updated successfully, but these errors were encountered: