How can I download my entire website from AWS S3?

0

How can I download my whole website from AWS S3? I think that I know what is going wrong with my website updates. For some reason, when I transfer files to my AWS S3 folder, it is not copying the files but moving the files to AWS and removing them from my computer.

My website on AWS is working 100% but the backup/original files on my computer are broken now.

preguntada hace un año279 visualizaciones
1 Respuesta
1
Respuesta aceptada

The most straightforward method is to use aws s3 sync s3://[your_bucket]/ [local_directory]

The also has the advantage that in subsequent runs it will only copy files that are new or have changed since the previous time it was run.

profile picture
EXPERTO
Steve_M
respondido hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas