After exporting my photos for migration to Synology, Google gave me 95 2GB zip files to download. I tried downloading directly into my mapped network drive, but the speed was super slow. My tip for you is if you are familiar with docker, you can spin up a Firefox container and map your desired network drive to the container. If you download from the Docker container, it will use the NAS’s wired internet connection rather than your PC’s WiFi connection. It is a much faster process, cutting it from days to hours for me. I’m sure most of you would have thought of this right away, but after 25 manual downloads, this was a huge relief for me.

  • @atzanteol
    link
    English
    710 months ago

    This makes no sense to me. Why would a docker bind mount use your ethernet but using the mount directly uses wifi? And why not just turn off WiFi and force the ethernet connection to be used?

    • @[email protected]
      link
      fedilink
      English
      9
      edit-2
      10 months ago

      The WiFi must be on his machine that he was using to manually download the files, but he later delegated that task to a docker image, sharing the wired connection of the Synology host machine.