User Tools

Site Tools


computers:tricksandtips

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
computers:tricksandtips [2025/01/27 16:19] – [rsync through tar] davidcomputers:tricksandtips [2025/01/27 16:40] (current) – [rsync Windoze Files] david
Line 377: Line 377:
  
 <code> <code>
-rsync --modify-window=5 NORMAL THING+# 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 
 </code> </code>
 ===== sshd Piping ===== ===== sshd Piping =====
computers/tricksandtips.1737994796.txt.gz · Last modified: 2025/01/27 16:19 by david