Website Scraping With Portia On Linode A Step-By-Step Guide To Persistent Data and File Transfer
Website Scraping With Portia On Linode A Step-By-Step Guide To Persistent Data and File Transfer
ssh username@server_ip
This command runs Portia in detached mode and maps port 9001 of the
container to port 9001 of the host.
docker cp [container_id]:/app/data/orient_output.csv
/path/on/server
scp username@server_ip:/path/on/server/orient_output.csv
/local/directory
By following these steps, you can scrape websites using Portia on a Linode server,
ensure your data is saved even if the container stops, transfer files from the Docker
volume to your local machine, and monitor the progress of your scraping task.