search for: avhhxasdin

Displaying 2 results from an estimated 2 matches for "avhhxasdin".

2024 Jun 03
1
Diff between using "-i" and not using "-i"
...f 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/mnt/ I get: ================= sending incremental file list .f........x usr/bin/ping .d.......a. 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) ================= How is that, that "usr/bin/p...
2024 Jun 03
1
Diff between using "-i" and not using "-i"
...t; 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/mnt/ > > I get: > ================= > sending incremental file list > .f........x usr/bin/ping > .d.......a. 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) > ==...