On Fri, Mar 4, 2022 at 7:16 AM G.W. Haywood via BackupPC-users <backuppc-users@lists.sourceforge.net> wrote: > > Another possibility (and the only time I've ever seen this happen) is > that there might be a large file which is causing a timeout. It was > on a Linux box here, something went off the reservation and started > writing gigabytes of messages to a file called '.xsession-errors'.
Unix/Linux has something calle 'sparse' files used by some types of databases where you can seek far into a file and write without using/allocating any space up to that point. The file as stored may not be large but most tools to copy it will act as though the empty parts were filled with nulls. Rsync might handle them these days but may still take the time to send the stream of nulls. But in any case they are rarely used on Windows. -- 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/