How to correctly backup and restore ~/.local/share/containers? #20487
space88man
started this conversation in
General
Replies: 1 comment
-
Your Tar is not maintaining the XAttrs of the files, so they are loosing the fact that they were labeled container_file_t. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What is the correct way to backup and restore
~/.local.share/containers
?When I try to do a backup and restore of
~/.local/share/containers
the restored data cannot be restarted due SELinux denials. Ifsetenforce 0
is set - the user containers will start.Tried (and failed):
with rsync
with tar
Beta Was this translation helpful? Give feedback.
All reactions