Skip to content

Instantly share code, notes, and snippets.

@aln787
Created December 17, 2018 12:46
Show Gist options
  • Save aln787/73507eaf2b52f9ac2c919f5ea1fd02c8 to your computer and use it in GitHub Desktop.
Save aln787/73507eaf2b52f9ac2c919f5ea1fd02c8 to your computer and use it in GitHub Desktop.
File Transfer Commands

File Transfer Commands

  • time sudo tar -czvf TimeMachine_archive.tar.gz /Volumes/TimeMachine

  • time sudo rsync -azhP <source> <destination>

  • time sudo tar -xzvf TimeMachine_archive.tar.gz -C .

Alternative Commands

  • time sudo mv -v TimeMachine_archive.tar.gz /Volumes/<Volume Name>/WD_MyPassportUltra/TimeMachine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment