copy_great_files

Christians-iMac:copy_great_files chunrix$ cat copy_great_files.sh
#!/bin/bash

#####################################################
#Please open both DISK1 and TOSHIBA hard drives first.
#rsync -avzr --progress --delete /Volumes/Jupiter/Software\ Kit/ /Volumes/Software\ Ki/Software\ Kit/

#####################################################
#Please open both DISK2 and TOSHIBA hard drives first.

#Copy Tour Photos
#rsync -avzr --progress /Volumes/Venus/Photos\ of\ Tours/ /Volumes/Final/Photos\ of\ Tours/

#Copy LSBT
#rsync -avzr --progress /Volumes/Sun/LSBT/ /Volumes/Final/LSBT/

#####################################################
#Please open both DISK3 and TOSHIBA hard drives first.
#rsync -avzr --progress /Volumes/Moon/IV/ /Volumes/Final/IV/

#####################################################
#Please open both DISK2 and DISK4 hard drives first.

#Copy Ro1
#rsync -avzr --progress /Volumes/Sun/New\ Folder\ With\ Items/ /Volumes/Mercury/New\ Folder\ With\ Items/
#Copy Ro2
#rsync -avzr --progress /Volumes/Venus/New\ Folder\ With\ Items2/ /Volumes/Mercury/New\ Folder\ With\ Items2/

#Copy Memory
#rsync -avzr --progress /Volumes/Sun/My\ Memory/ /Volumes/Mercury/My\ Memory/
#rsync -avzr --progress /Volumes/Venus/My\ Memory\ 2/ /Volumes/Mercury/My\ Memory\ 2/

#####################################################
#Please open both DISK3 and TOSHIBA hard drives first.

#Copy My Videos
rsync -avzr --progress /Volumes/Moon/My\ Videos/ /Volumes/Final/My\ Videos/

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章