Rsync temporary file name

2016-03-19 Thread Gionatan Danti
Hi list, I have some questions on how rsync names the temporary files it create during a file transfer. It is my understanding that temporary files are name ..ABCDEF, where "ABCDEF" is a random 6-chars alphanumeric string. First question: it is correct to say that the random aphanumeric stri

Deleted symlinks when receiveing files with the same name

2016-03-19 Thread Gionatan Danti
Hi list, I would like to know if the following rsync's behavior can be changed/modified. I noticed that when rsync receive a file for which the local filesystem already has a symlinks with the same path/name, it _first_ delete the symlink, _then_ it start the transfer. I think there are two

Re: Rsync temporary file name

2016-03-21 Thread Gionatan Danti
Hi all, any ideas on that? Thanks. On 16/03/2016 16:17, Gionatan Danti wrote: Hi list, I have some questions on how rsync names the temporary files it create during a file transfer. It is my understanding that temporary files are name ..ABCDEF, where "ABCDEF" is a random 6-chars al

Re: Deleted symlinks when receiveing files with the same name

2016-03-21 Thread Gionatan Danti
Hi all, anyone with some ideas? I am missing something? Thanks. On 16/03/2016 16:30, Gionatan Danti wrote: Hi list, I would like to know if the following rsync's behavior can be changed/modified. I noticed that when rsync receive a file for which the local filesystem already has a sym

Re: Deleted symlinks when receiveing files with the same name

2016-04-08 Thread Gionatan Danti
Hi list, some advices on that? Regards. On 16/03/2016 16:30, Gionatan Danti wrote: Hi list, I would like to know if the following rsync's behavior can be changed/modified. I noticed that when rsync receive a file for which the local filesystem already has a symlinks with the same path

Re: rsync remote raw block device with --inplace

2019-01-08 Thread Gionatan Danti via rsync
Il 02-01-2019 21:16 Steve Newcomb via rsync ha scritto: To summarize: while diskrsync is looking like the most suitable solution known to us, it would still be more convenient, gentler, kinder, and wiser if the ability to transfer raw block device content were added to rsync. Can I suggest you

Slow large file copy

2025-07-29 Thread Gionatan Danti via rsync
Hi all, rsync seems slow to copy large files. The issue is not related to the transfer itself, which is quite fast, but to the discovery of different blocks. For example, transferring a big (multi-GB) file from src (remote) to dst (local) with "--inplace" (to avoid a whole-file copy on dst) s

Re: Slow large file copy

2025-07-31 Thread Gionatan Danti via rsync
Il 2025-07-30 14:26 Hardy via rsync ha scritto: So NOT using --inplace will save a lot of network transmission at the cost of local disk copying. Can you not tolerate the temporary disk space? Not in this case: for large file transfer (think about 40+ GB), this would cause excessive load on t

Re: Slow large file copy

2025-07-30 Thread Gionatan Danti via rsync
Il 2025-07-30 08:49 Hardy via rsync ha scritto: Hi Danti, away from my computer now, so I cannot check, but I suspect the --inplace to be the culprit. If rsync has to overwrite the file while transferring, it may not be able to check blocks in the original? Regards Hardy Hi, I tried with a