Forum Discussion
How to use OneDrive for Backup on Mac
- Dec 17, 2016
Thanks for your reply Ben - Actually I have been using OneDrive for backup since november 15th with great succes, as you mentioned im using Symbolic links using the software MacDropAny and it works great :)
Prerequisite:
- Terminal application
- Source: Have the folder patch you want to sync with OneDrive ready or written notes
- Destination: Have the folder patch you want to store your local folders in OneDrive ready or written notes
- 5-10 minutes of your time.
Open Terminal application:
Press Command + Space, type “Terminal”, and then press “Enter” to open Terminal from Spotlight search.
Or
From the top right search icon type “Terminal” and then press “Enter” to open Terminal
Or
In Finder go to “Applications / Utilities / Terminal to launch it
Type the following commend in the Terminal:
ln -s /Users/username/Desktop /Users/username/”OneDrive – Company”/MBP
Whereas “username” is your account name. Note there is a space between the first (source) and second (Destination) patch name. Notice also the bracket in “OneDrive – Company”, this is because OneDrive for Business may have your company name with spaces. If you type the path without the brackets, it won’t find it. So, add brackets if you have spaces in your path name.
Another example with picture below.
Once your Symbolic link is created, OneDrive will see the files/folders and start uploading the content. You simply have to continue working on your desktop, documents or any other folder and Onedrive will pick the files/folders and sync them
Is this link only work for desktop? how about other volume like downloads?