Update FAQ

Clarify that user and group of owner are stored as name, except if --numeric-owner is given.
This commit is contained in:
Hartmut Goebel 2016-01-09 23:50:41 +01:00
parent d706ad53ee
commit 0c2e517e04
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ Which file types, attributes, etc. are preserved?
* Name
* Contents
* Time of last modification (nanosecond precision with Python >= 3.3)
* User ID of owner
* Group ID of owner
* IDs of owning user and owning group
* Names of owning user and owning group (if the IDs can be resolved)
* Unix Mode/Permissions (u/g/o permissions, suid, sgid, sticky)
* Extended Attributes (xattrs) on Linux, OS X and FreeBSD
* Access Control Lists (ACL_) on Linux, OS X and FreeBSD