Optimize rsync performance and reduce GUI overhead during copy stage
- Replace --progress with --info=progress2 for better rsync performance - Change -av to -a to reduce verbose output - Reduce progress update frequency from 1%/3s to 2%/5s - Reduce re-estimation frequency from 5s to 10s - Add fallback progress parsing for --info=progress2 format - These changes should significantly speed up the copy stage
Showing
Please
register
or
sign in
to comment