Skip to content
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

Option to use number for user and/or group names #385

Merged
merged 3 commits into from
Sep 14, 2023

Commits on Sep 3, 2023

  1. Option to use number for user and/or group names

    * add NumericUid and NumericGid to Tar struct
    * writeFileToArchive: set Uname and Gname to empty string if NumericUid and NumericGid are true, respectively.
    breezerider committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    a124ffa View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Join options to use numeric user and group id

    * join NumericUid and NumericGid in Tar struct
    * name the new option NumericUidGid
    breezerider committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    574dafb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c1b4b1 View commit details
    Browse the repository at this point in the history