Search results

  1. R

    How can I copy a file from a container to the host or to another container?

    Yes, the container is running. I finally just mounted the container and copied the file. Thank you.
  2. R

    How can I copy a file from a container to the host or to another container?

    The command I tried is "pct pull 800 /root/site.tar.gz /root/site.tar.gz"
  3. R

    How can I copy a file from a container to the host or to another container?

    I'm trying to copy a single file from a running container to another container. I can push the file from the host if I could get the file to the host. I've tried pull but it gives me the error "can only pull files from a running VM at /usr/share/perl5/PVE/CLI/pct.pm line 559."