You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My understanding is that a tar archive should preserve file ownership information. Apologies if I've misunderstood/missing something. Any help appreciated
The text was updated successfully, but these errors were encountered:
Hello
I'm having an issue preserving the UID/GID of a file in an archive.
For example, I have the file
/tmp.test.txt
which has a UID/GID of1250:1250
:➜ ls -n ~/tmp/test.txt -rw-r--r-- 1 1250 1250 0 13 Jul 10:31 /tmp/test.txt
I am creating a tar with this file, but when I inspect it, the UID/GID has been set to
0:0
:My understanding is that a tar archive should preserve file ownership information. Apologies if I've misunderstood/missing something. Any help appreciated
The text was updated successfully, but these errors were encountered: