Exclude a directory from `podman/docker export` stream and save to a file
I have a container that I want to export as a .tar file. I have used a podman run with a tar –exclude=/dir1 –exclude=/dir2 … that outputs to a file located on a bind-mounted host dir. But recently this has been giving me some tar: .: file changed as we read it errors, which podman/docker … Read more