Does ouch support permissions like --xattrs
?
#625
Replies: 1 comment
-
If that's OK, I'll close this as a duplicate of the issue you created. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It's common to use
tar
to backup up a home directory like so:Users can later extract this with:
bsdtar --acls --xattrs --numeric-owner -xpzf ${x} /mnt
Is there any support for those properties in Ouch? It would be convenient, atleast for me, if there was a command line flag like
-P
/--preserve-all-permissions
, then one could more simply:Beta Was this translation helpful? Give feedback.
All reactions