computers:tricksandtips
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
computers:tricksandtips [2024/11/18 16:09] – [Sort Text File By Second Column] david | computers:tricksandtips [2025/01/27 16:40] (current) – [rsync Windoze Files] david | ||
---|---|---|---|
Line 372: | Line 372: | ||
</ | </ | ||
+ | ===== rsync Windoze Files ===== | ||
+ | You need to expand the time stamp difference for Windoze to not re-copy everything; | ||
+ | |||
+ | < | ||
+ | # always have vP for verbose and progress | ||
+ | rsync --modify-window=5 -vPrltD NORMAL THING | ||
+ | # NO LUCK for me like this, but adding this does only check file size | ||
+ | |||
+ | 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.1731946162.txt.gz · Last modified: 2024/11/18 16:09 by david