REF_ACT:ACT-382
When the tool starts rsyncing
rsync -azP ID-master-ID--app@ssh.eu.platform.sh:/app/web/sites/default/files/ /tmp/cli-510047567-tmp/data/app/web/sites/default/files/
it is impossible to understand it actually does anything or not, as some project might be too big in size and clonsun stays there for a long time.
More tech-savvy users can du -s the temp folder, but the user experience can be greatly improved with some progress bar.
Maybe something among the lines of --info=progress2 in rsync.
REF_ACT:ACT-382
When the tool starts rsyncing
rsync -azP ID-master-ID--app@ssh.eu.platform.sh:/app/web/sites/default/files/ /tmp/cli-510047567-tmp/data/app/web/sites/default/files/it is impossible to understand it actually does anything or not, as some project might be too big in size and clonsun stays there for a long time.
More tech-savvy users can
du -sthe temp folder, but the user experience can be greatly improved with some progress bar.Maybe something among the lines of
--info=progress2in rsync.