arnaduga/r2-custom-updater

An optimization should be implemented to NOT copy all the files if they does already exist

Opened this issue · 0 comments

v1.0.0 of the script just basically push all the template files, even if they does already exist on the remote.

It could be optimized.

Attention point: update file. If the filenames (local and remote) are identical, a hash comparison is required to push an update for instance.