Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
Apple Computing Products:
macOS - Operating System
File transfer error deletes whats already copied.
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="cradom" data-source="post: 1620664" data-attributes="member: 305283"><p>You can do this in Terminal.</p><p>Say you have a folder full of files. You can use the cp command.</p><p>You have to know exactly where the folder is and exactly where the drive is you're copying to.</p><p>For example: In your Home folder is a folder named stuff you need to copy. It's going to a drive named newdrive.</p><p>You would open Terminal and type:</p><p>cp -R stuff /Volumes/newdrive/stuff</p><p>The -R switch tells cp not to stop if there is an error like Finder does. It also makes cp copy everything in that folder, and subfolders, etc.</p><p>If this is a little over your head you might want to get local help from someone knowledgeable in Terminal and/or linux.</p></blockquote><p></p>
[QUOTE="cradom, post: 1620664, member: 305283"] You can do this in Terminal. Say you have a folder full of files. You can use the cp command. You have to know exactly where the folder is and exactly where the drive is you're copying to. For example: In your Home folder is a folder named stuff you need to copy. It's going to a drive named newdrive. You would open Terminal and type: cp -R stuff /Volumes/newdrive/stuff The -R switch tells cp not to stop if there is an error like Finder does. It also makes cp copy everything in that folder, and subfolders, etc. If this is a little over your head you might want to get local help from someone knowledgeable in Terminal and/or linux. [/QUOTE]
Verification
Grass is to green, as mud is to ______?
Post reply
Forums
Apple Computing Products:
macOS - Operating System
File transfer error deletes whats already copied.
Top