computers:tricksandtips
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
computers:tricksandtips [2025/01/27 16:24] – [rsync Windoze Files] david | computers:tricksandtips [2025/01/27 16:40] (current) – [rsync Windoze Files] david | ||
---|---|---|---|
Line 377: | Line 377: | ||
< | < | ||
- | rsync --modify-window=5 NORMAL THING | + | # always have vP for verbose and progress |
+ | rsync --modify-window=5 | ||
# NO LUCK for me like this, but adding this does only check file size | # NO LUCK for me like this, but adding this does only check file size | ||
rsync --size-only -vaP FROM/ TO/ | rsync --size-only -vaP FROM/ TO/ | ||
+ | |||
+ | # try this | ||
+ | rsync --size-only -vPrltD # OR remove -t | ||
+ | |||
+ | # doing this on windows backup drive: | ||
+ | rsync --size-only -vPrlD | ||
</ | </ | ||
===== sshd Piping ===== | ===== sshd Piping ===== |
computers/tricksandtips.1737995067.txt.gz · Last modified: 2025/01/27 16:24 by david