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
General Discussions
Switcher Hangout (Windows to Mac)
Time machine network drive back up
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="Raz0rEdge" data-source="post: 1832907" data-attributes="member: 110816"><p>You can read the full documentation of the <strong>tmutil</strong> command using 'man tmutil', which is helpful in explaining what is expected and why the command you issued is failing.</p><p></p><p>The 'tmutil setdestination' command expects minimally a '-a' option before the '/Volumes/Dadimacbackup' mount mount. The -a is for "Add" to list of possible locations. Understand that external drives are automatically mounted to the /Volumes folder when connected to the iMac. Since you are using a network drive over SMB, you'll have to use the other format, so the command should be:</p><p>[CODE]</p><p>sudo tmutil setdestination -a smb://<username>:<password>@<host>/<folder></p><p>[/CODE]</p><p></p><p>If don't want to enter the password there, you can add the '-p' option and remove <password> from the command and you will be prompted for it later on.</p><p></p><p>All of this info should be available to you since you already SMB mounted the network drive.</p><p></p><p>Note that you are required to run this command with <strong>sudo</strong> before it since you need Admin privileges for the command.</p><p></p><p>If you do pass the '-p' argument, understand that you will be first prompted for your iMac password to make sudo work and prompted again for your SMB password to access that network drive.</p><p></p><p>Please post back if any of this doesn't make sense.</p></blockquote><p></p>
[QUOTE="Raz0rEdge, post: 1832907, member: 110816"] You can read the full documentation of the [B]tmutil[/B] command using 'man tmutil', which is helpful in explaining what is expected and why the command you issued is failing. The 'tmutil setdestination' command expects minimally a '-a' option before the '/Volumes/Dadimacbackup' mount mount. The -a is for "Add" to list of possible locations. Understand that external drives are automatically mounted to the /Volumes folder when connected to the iMac. Since you are using a network drive over SMB, you'll have to use the other format, so the command should be: [CODE] sudo tmutil setdestination -a smb://<username>:<password>@<host>/<folder> [/CODE] If don't want to enter the password there, you can add the '-p' option and remove <password> from the command and you will be prompted for it later on. All of this info should be available to you since you already SMB mounted the network drive. Note that you are required to run this command with [B]sudo[/B] before it since you need Admin privileges for the command. If you do pass the '-p' argument, understand that you will be first prompted for your iMac password to make sudo work and prompted again for your SMB password to access that network drive. Please post back if any of this doesn't make sense. [/QUOTE]
Verification
Name this item. 🍎
Post reply
Forums
General Discussions
Switcher Hangout (Windows to Mac)
Time machine network drive back up
Top