By fcorrea
I want to copy to my local pc a backup of my database, wich is called db_backup.sql
I’m using scp like this: scp my_user@my_ip:/db_backup.sql C:\
I have windows 10 in my local pc so I’m just moving it to the C:\ partition.
The error I keep getting is: ssh: Could not resolve hostname c: Temporary failure in name resolution
Any ideas on how to solve this, or what am I doing wrong?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Accepted Answer
Hi @fcorrea,
The best solution would be to do the SCP command from your Local Machine. Basically, open PuTTy or an SSH terminal if you have one(Newer versions of Windows allow you to have Ubuntu subsystem installed and from there you can use the terminal). Once you do, just run
scp root@YourDropletIPAddress:/path/to/sql_file /path/to/save/file
This will connect on port 22 to your Droplet and download the file at the location you specified.
Hello, @fcorrea
You can transfer files from a local computer to a Droplet using a variety of different protocols and file transfer clients. We recommend using SFTP (SSH File Transfer Protocol) with FileZilla because it is a free, open-source, cross-platform tool with a user interface that supports newer users.
You can check the following tutorials:
https://docs.digitalocean.com/products/droplets/how-to/transfer-files/
Regards, Alex
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.