Guest User

Untitled

a guest
Dec 17th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. # File Transfer Commands
  2.  
  3. - `time sudo tar -czvf TimeMachine_archive.tar.gz /Volumes/TimeMachine`
  4.  
  5.  
  6. - `time sudo rsync -azhP <source> <destination>`
  7.  
  8.  
  9. - `time sudo tar -xzvf TimeMachine_archive.tar.gz -C .`
  10.  
  11.  
  12. ## Alternative Commands
  13. - `time sudo mv -v TimeMachine_archive.tar.gz /Volumes/<Volume Name>/WD_MyPassportUltra/TimeMachine`
Add Comment
Please, Sign In to add comment