目次
cpコマンドでやる場合
cp -Rfv sourcefile destinationfile
rsyncコマンドでやる場合
sudo rsync -vaE --progress /Volumes/SourceName /Volumes/DestinationName
cp -Rfv sourcefile destinationfile
sudo rsync -vaE --progress /Volumes/SourceName /Volumes/DestinationName
ブログ始めたばかりのITエンジニアです。
まずは内容ボロボロでも投稿すること自体を目的にして、少しずつ改善していきます!