Trasferire un file con rsync supportando il resume: Difference between revisions

From RVM Wiki
Jump to navigation Jump to search
Created page with " rsync -av --progress --partial source destination"
 
mNo edit summary
 
Line 1: Line 1:
  rsync -av --progress --partial source destination
  rsync -av --progress --partial source destination
=Riferimenti=
*[https://ostechnix.com/how-to-resume-partially-downloaded-or-transferred-files-using-rsync/ Resume Partially Transferred Files Over SSH Using Rsync - OSTechNix]

Latest revision as of 11:32, 27 July 2022

rsync -av --progress --partial source destination

Riferimenti