On Fri, Mar 4, 2022 at 2:39 PM Kenneth Porter <sh...@sewingwitch.com> wrote:
>
> rsync over the network should use compression. If you're doing it inside
> ssh, then use ssh's compression, which is more reliable. The run of
> nulls will be compressed down to a count and one null. Their transfer
> will be almost instantaneous.
>
Yes, but it still goes through the motions of 'reading' what could
potentially be many TB of data even from a small file with the
filesystem delivering all those nulls.  It has been a long time since
I had that problem but it did in fact cause trouble at least with the
rsync back then and slower CPUs.   It could be that rsync tried to
write them all at the other end too.

-- 
   Les Mikesell
     lesmikes...@gmail.com


_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    https://github.com/backuppc/backuppc/wiki
Project: https://backuppc.github.io/backuppc/

Reply via email to