Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

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!
This comment has been deleted
This comment has been deleted
Really easy to setup.
- Click on the [Add keyfile…] button and browse your local machine’s directories and select your Public Key file.
Should be “…select your Private Key file” I believe. Anyway, FileZilla will prompt the user if a Public Key is selected.
I have followed this tutorial and created a private key with PuttyGen, placing the public key on the server. I am always still asked for the password for various activity in FileZilla. It was until I turned password authentication off that I realized the SSH pairing must not even be working, because now I am getting denied when typing a password in. I was assuming that the behavior would be that I never need to type a password in at all.
I hope this does not sound silly - I would like to know how to backup my whole droplet using filezilla. I want to save the whole droplet onto my pc’s desktop. When I connect to Filezilla, I see tons of folders in my droplet. When I minimise all the folders, the main folder I get is called “/”. The sub folders are “bin”, “boot”, “dev”, “etc”, “home”… “root”… “var/www”… etc… My problem is from which folder should I back up from? Do i back up from the main (largest) folder, i.e. the “/” folder?
If I back up from “/” folder, will it also include all the necessary wordpress files needed to restore wordpress? (I want to avoid using wordpress back up plugins if possible as I think it maybe a repetition).
Hope it doesn’t sound too confusing, as I’m really confused. thank you!
@hopefloatt: Backing up every single file is inefficient and slow (and will error out when it reaches /dev and /proc). You will most likely need to backup /var/www and your MySQL data.
Check out <a href=“https://www.digitalocean.com/community/articles/how-to-choose-an-effective-backup-strategy-for-your-vps”>https://www.digitalocean.com/community/articles/how-to-choose-an-effective-backup-strategy-for-your-vps</a> & <a href=“https://www.digitalocean.com/community/articles/how-to-backup-mysql-databases-on-an-ubuntu-vps”>https://www.digitalocean.com/community/articles/how-to-backup-mysql-databases-on-an-ubuntu-vps</a>.
Hello,
I followed this tutorial and I manage to connect to the server via SFTP but I get permission denied when I tried to reach “var/www/html” and change some files. Can anyone please help me with that?
Thanks
@Gürcan: What user are you connecting as and does it have permission to write to /var/www/html?
Is there way to download or copy the contents of wetransfer links directly to the VPS? If yes, how?