Skip to content

Instantly share code, notes, and snippets.

@ilkayisik
Created April 18, 2020 15:44
Show Gist options
  • Save ilkayisik/1f3058de30b8f944c2514bc603303375 to your computer and use it in GitHub Desktop.
Save ilkayisik/1f3058de30b8f944c2514bc603303375 to your computer and use it in GitHub Desktop.
command to sync external hard disk to local
# local to external hd
rsync -azP --delete /Users/ilkay.isik/project_folder_temp/fc_content/MRI_data/lscp_data /Volumes/ilkay_iMAC
# external hd to local
rsync -azP --delete /Volumes/ilkay_iMAC /Users/ilkay.isik/project_folder_temp/fc_content/MRI_data/lscp_data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment