Displaying 2 results from an estimated 2 matches for "avhhxasdn".
Did you mean:
avhhxasdin
2024 Jun 03
1
Diff between using "-i" and not using "-i"
Hi,
Version: sync version 3.3.0 protocol version 31
If I do a <rsync -avhHXASDn --del /mnt/ /foo/mnt/>
I get:
=================
sending incremental file list
var/log/journal/
sent 263,31K bytes received 1,14K bytes 528,90K bytes/sec
total size is 294,92M speedup is 1.115,21 (DRY RUN)
=================
including option <-i>:
rsync -avhHXASDin --del /mnt/ /foo/...
2024 Jun 03
1
Diff between using "-i" and not using "-i"
...attr changes (that is what the x mens) never made it
into the verbose output. I would call that a bug but I would rather it
be fixed by making -v include -i.
On 6/3/24 05:22, - via rsync wrote:
> Hi,
>
> Version: sync version 3.3.0 protocol version 31
>
> If I do a <rsync -avhHXASDn --del /mnt/ /foo/mnt/>
>
> I get:
> =================
> sending incremental file list
> var/log/journal/
>
> sent 263,31K bytes received 1,14K bytes 528,90K bytes/sec
> total size is 294,92M speedup is 1.115,21 (DRY RUN)
> =================
>
> including o...