]> arthur.barton.de Git - bup.git/commit
Don't try to restore owner unless root; handle nonexistent owner/group.
authorRob Browning <rlb@defaultvalue.org>
Sat, 9 Oct 2010 19:42:12 +0000 (14:42 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sat, 9 Oct 2010 19:47:24 +0000 (14:47 -0500)
commit87a9c3a54009083198da30f650fba4500d3ae7b8
treefb4341abfedc1aff2bc7307e2df669acf57c68d0
parentc6196bd608e1a5f335454881177edb0ab4b319a8
Don't try to restore owner unless root; handle nonexistent owner/group.

Don't try to restore a path's owner unless running as root, and even
if asked, don't try to restore the owner or group if it doesn't exist
in the system db.  Just log a warning for now.
lib/bup/metadata.py
lib/bup/t/tmetadata.py