Sí, S/R solo enviará el archivo completo una vez y luego desde entonces solo enviará cualquier cambio. Para archivos binarios como imágenes, cualquier cambio reenviará el archivo completo. Cualquier cambio en archivos de texto solo enviará la cantidad mínima de datos necesaria para describir los cambios.
Sí, este sería un buen momento para hacer este tipo de cosas. Tenga en cuenta que los datos aún necesitarán ser S/R a internet en algún momento, pero debería ser algo de una sola vez.
El mayor problema al agregar imágenes grandes es para cualquiera que obtenga el proyecto más tarde (como en un año) y ahora necesita descargar todas las imágenes grandes por primera vez. Obviamente, si esto se hace a través de un S/R no por internet también, entonces no será tan grave.
Yes, S/R will only send the entire file once and then from then on will only send any changes. For binary files like images, any change will resend the entire file. Any changes to text files will only send the smallest amount of data needed to describe the changes.
Yes, this would be a good time to do these types of things. Note that the data will still need to be S/R’d to the internet at some point, but it should only be a one-time thing.
The biggest issue to adding large images is for anyone who gets the project later (like a year from now) and they now need to download all the large images for the first time. Obviously, if this is done via a non-internet S/R too, then it won’t be that big of a deal.
Traducción automática desde English