Report this

What is the reason for this report?

How I can download all my server in a .zip file?

Posted on September 18, 2015
Nay

By Nay

I don’t know if my sistem is LEMP or XAMP or LAMP… How I discover it?

All I know is that my server is Apache - Linux CentoS 6.

And I want download all file of my webserver to my local host, because I need search files in my explorer, because in terminal commands I don’t find files.

Can you give me the best way to download all my server in a zip file? Or can you give me tips?



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!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi,

“I don’t know if my sistem is LEMP or XAMP or LAMP… How I discover it?” :

Your System is CentOS 6 :-)

LAMP Software
OS Linux
Webserver Apache
Database MySQL
Language PHP
LEMP Software
OS Linux
Webserver Nginx
Database MySQL
Language PHP
XAMP (LAMP for Windows) Software
OS Linux
Webserver Apache
Database MySQL
Language PHP

“And I want download all file of my webserver to my local host, because I need search files in my explorer, because in terminal commands I don’t find files.” :

The unsafe way

yum install zip
zip -r /var/www/html/html.zip /var/www/html

Now you can dowload all files at domain.com_or_IP/html.zip

The safe way

yum install zip
zip -r /var/www/html/html.zip /root

Use SFTP and download it

Heya,

At the moment there is no feature to download your snapshopts/backups locally.

Having said that on our ideas board there is a topic about that:

https://ideas.digitalocean.com/core-compute-platform/p/download-snapshot-andor-backup

You can upvote it so that this feature gets developed in the future.

As for now. You can use SFTP to download whatever is needed from your Droplets.

The developer cloud

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

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.