Advertisement
Guest User

Untitled

a guest
Dec 19th, 2014
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. When you transfer files, it is a good idea to use rsync instead of using a GUI file copy.
  2.  
  3. rsync -chavzP sourcefolder/ targetfolder/ will do a checksum test of each file to make sure that they don't get corrupted during transfer. If the filetransfer gets interrupted, you simply run the command again and it picks right up where you left off.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement