Clears UID and GID to be used in the tar file - default is used instead
| 122 | |
| 123 | //! Clears UID and GID to be used in the tar file - default is used instead |
| 124 | void ClearUIDAndGID() |
| 125 | { |
| 126 | this->Uid.Clear(); |
| 127 | this->Gid.Clear(); |
| 128 | } |
| 129 | |
| 130 | //! Sets UNAME and GNAME to be used in the tar file |
| 131 | void SetUNAMEAndGNAME(std::string const& uname_, std::string const& gname_) |