Mac Backup Software To Onedrive

-->

Feb 15, 2016  I can download the OneNote notebooks from OneDrive to my Mac. The download is a zip file of all the notebooks, and within the zip file I can see the usual file structure for OneNote notebooks. So now have a local backup of the OneNote notebooks to protect me from a OneDrive corruption or a inadvertent notebook deletion. Jun 30, 2020  The desktop clients for OneDrive syncing run on Windows 10, Windows 8/8.1, Windows 7, and Apple macOS 10.12 or later. They're quick to install. Ideally, there are two popular ways to perform Windows backup to OneDrive. If you are using a Windows or Mac system, then you can easily backup files to OneDrive in the following ways. Method 1: With OneDrive Program One of the easiest ways to backup PC to OneDrive is by adding its dedicated drive to your system. How to clone your Mac. Plug in your external storage. You may need to format, or reformat, the drive, before you can use it. In that case, open Disk Utility and with the external drive selected, click. Open your cloning software. It’s likely that the software will give you an option to ‘Copy’.

There are two basic ways that you, as an admin, can deploy the OneDrive sync app to Mac users in your organization:

  • Have users install and set up the OneDrive sync app themselves by following the instructions in Sync files with OneDrive on Mac OS X. To install the OneDrive sync app for Mac, a user has to be administrator on the Mac or know an administrator account name and password.

  • Download the installer package file to your local network, and then use your software distribution tools to deploy the app to your users. By using a software distribution tool, you have more control over the deployment, including which users get the sync app and when. The OneDrive sync app for Mac uses the Apple Installer technology for installation. This means you can use the software distribution tools that you normally use to deploy software to Mac users. You can use Microsoft Intune. Other common tools are Jamf Pro, Munki, and AutoPkg. You can also use Apple Remote Desktop and AppleScript.

Manage OneDrive settings on macOS using property list (Plist) files

After the OneDrive sync app for Mac is installed, users can configure settings for the app. These settings are called preferences. As an admin, you might want to provide users in your organization with a standard set of preferences. Preferences for the OneDrive sync app for Mac are stored in preference files. These files are often referred to as .plist files.

Font viewing software for mac. All company, product and service names used in this website are for identification purposes only. All product names, trademarks and registered trademarks are property of their respective owners. You can try them and let us know which one is your favorite.Next Read:For more apps and tech-related queries, watch this space.

StandaloneMac App Store
PList Location
~/Library/Preferences/com.microsoft.OneDrive.plist
~/Library/Containers/com.microsoft.OneDrive-mac/Data/Library/Preferences/com.microsoft.OneDrive-mac.plist
Domain
com.microsoft.OneDrive
com.microsoft.OneDrive-mac

Configure sync app settings

Configure the settings on macOS in the typical way:

  1. Quit the OneDrive application.

  2. Define the settings you want to change by creating a Plist with the values, or use a script to set the default values.

  3. Deploy the settings onto the local computer. External hard drive repair app for mac.

    With all the money they're making on these decks and 3+ads per person per game you'd figure they'd sort that out. Psych the app is glitching on my mac free.

  4. Refresh the preferences cache.

    On the next start of OneDrive, the new settings will be picked up.

Overview of settings

Use the following keys to preconfigure or change settings for your users. The keys are the same whether you run the standalone or Mac App Store edition of the sync app, but the property list file name and domain name will be different. When you apply the settings, make sure to target the appropriate domain depending on the edition of the sync app.

SettingDescriptionParametersExample Plist Entry
Disable personal accounts
Blocks users from signing in and syncing files in personal OneDrive accounts. If this key is set after a user has set up sync with a personal account, the user will be signed out.
DisablePersonalSync (Bool): When set to true, this parameter prevents users from adding or syncing personal accounts.
<key>DisablePersonalSync</key>
<(Bool)/>
Default folder location
Specifies the default location of the OneDrive folder for each organization
TenantID (String): TenantID determines which accounts the default folder location setting should apply to. Find your Microsoft 365 tenant ID
DefaultFolderPath (String): DefaultFolder specifies the default folder location.
Mac App Store:
The path must already exist when users set up the sync app.
Standalone:
The path will be created on users' computers if it doesn't already exist. Only with the Standalone sync app can you prevent users from changing the location.
<key>DefaultFolder
<array>
<dict>
<key>Path
<string>(DefaultFolderPath)</string>
<key>TenantId
<string>(TenantID)</string>
</dict>
</array>
Automatic upload bandwidth percentage
Enables the sync app to automatically set the amount of bandwidth used based on available bandwidth for uploading files
AutomaticUploadBandwidthPercentage (int): This parameter determines the percentage of local upload bandwidth that the sync app can use. Accepted values are from 1 through 99.
<key>AutomaticUploadBandwidthPercentage</key>
<int>(Bandwidth)</int>
Set maximum upload throughput
Sets the maximum upload throughput rate in kilobytes (KB)/sec for computers running the OneDrive sync app
UploadBandwidthLimited (int): This parameter determines the upload throughput in KB/sec that the sync app can use. The minimum rate is 50 KB/sec and the maximum rate is 100,000 KB/sec.
<key>UploadBandwidthLimited</key>
<int>(Upload Throughput Rate in KB/sec)</int>
Set maximum download throughput
Sets the maximum download throughput rate in kilobytes (KB)/sec for computers running the OneDrive sync app
DownloadBandwidthLimited (int): This parameter determines the download throughput in KB/sec that the sync app can use. The minimum rate is 50 KB/sec and the maximum rate is 100,000 KB/sec.
<key>DownloadBandwidthLimited</key>
<int>(Download Throughput Rate in KB/sec)</int>
Dock icon
Specifies whether a dock icon for OneDrive is shown
HideDockIcon (Bool): When set to true, this parameter hides the OneDrive dock icon even when the application is running.
<key>HideDockIcon</key>
<(Bool)/>
Open at login
Specifies whether OneDrive starts automatically when the user logs in
OpenAtLogin (Bool): When set to true, OneDrive will start automatically when the user logs in on the Mac.
<key>OpenAtLogin</key>
<(Bool)/>
Enable Files On-Demand
Specifies whether Files On-Demand is enabled. If you don't set this setting, Files On-Demand will be enabled automatically as we roll out the feature, and users can turn the setting on or off
FilesOnDemandEnabled (Bool): When set to true, new users who set up the sync app will download online-only files by default. When set to false, Files On-Demand will be disabled and users won't be able to turn it on.
<key>FilesOnDemandEnabled</key>
<(Bool)/>
Disable download toasts
Prevents toasts from appearing when applications cause file contents to be downloaded
DisableHydrationToast (Bool): When set to true, toasts will not appear when applications trigger the download of file contents.
<key>DisableHydrationToast</key>
<(Bool)/>
Block apps from downloading online-only files
Prevents applications from automatically downloading online-only files. You can use this setting to lock down applications that don't work correctly with your deployment of Files On-Demand.
HydrationDisallowedApps (String): Json in the following format
[{'ApplicationId':'appId','MaxBundleVersion':'1.1','MaxBuildVersion':'1.0'}]
'AppID' can be either the BSD process name or the bundle display name. MaxBuildVersion denotes the maximum build version of the application that will be blocked. MaxBundleVersion denotes the maximum bundle version of the application that will be blocked
<key>HydrationDisallowedApps </key>
<string> [{'ApplicationId':'appId','MaxBundleVersion':'1.1','MaxBuildVersion':'1.0'}, {'ApplicationId':'appId2','MaxBundleVersion':'3.2','MaxBuildVersion':'2.0'}]</string>
<(Bool)/>
SharePoint Server Front Door URL
Specifies the SharePoint Server 2019 on-premises URL that the OneDrive sync app should try to authenticate and sync against
SharePointOnPremFrontDoorUrl (string): The URL of the on-premises SharePoint Server.
<key>SharePointOnPremFrontDoorUrl</key>
<string>https://Contoso.SharePoint.com</string>
SharePoint Server Tenant Name
Specifies the name of the folder created for syncing the SharePoint Server 2019 files specified in the Front Door URL.
SharePointOnPremTenantName (string): The name that will be used when creating a folder to sync the on-premises SharePoint Server files. If specified, the folder names will take the form of:
OneDrive – TenantName
TenantName
If not specified, the folder names will use the first segment of the FrontDoorURL as the Tenant Name.
Example - https://Contoso.SharePoint.com will use Contoso as the Tenant Name
<key>SharePointOnPremTenantName</key>
<string>Contoso</string>
SharePoint OnPrem Prioritization
For hybrid scenarios where the email is the same for both SharePoint Server on-premises and SharePoint in Microsoft 365, determines whether or not the client should set up sync for SharePoint Server or SharePoint in Microsoft 365 first during the first-run scenario.
SharePointOnPremPrioritizationPolicy (int): This parameter determines which service to attempt to authenticate against for setting up sync.
1 indicates OneDrive should set up SharePoint Server on-premises first, followed by SharePoint in Microsoft 365.
<key>SharePointOnPremPrioritizationPolicy</key>
<int>(0 or 1)</int>
BlockExternalSyncPrevents the sync app from syncing libraries and folders shared from other organizations.BlockExternalSync (Bool): Set to true to prevent syncing OneDrive and SharePoint libraries and folders from organizations other than the user's own organization. Set to false or do not include the setting to allow.
Learn about OneDrive B2B Sync.
<key>BlockExternalSync</key>
<(Bool)/>

You can also configure the OneDrive Standalone sync app to receive delayed updates.

PList Location
~/Library/Preferences/com.microsoft.OneDriveUpdater.plist
Domain
com.microsoft.OneDriveUpdater
SettingDescriptionParametersExample Plist Entry
Tier
Defines the update ring for the computer
UpdateRing (String): This parameter has two different values.
Production - The default update ring for OneDrive updates.
Insiders - This update ring receives updates that are 'pre-production' and will allow you to play with features before they are released. Note that builds from this ring may be less stable.
Enterprise - This update ring (now called 'Deferred') receives updates after they have rolled out through the Production ring. It also lets you control the deployment of updates. For more info about the update rings and how the sync app checks for updates, see The OneDrive sync app update process.
<key>Tier</key>
<string>(UpdateRing)</string>
Mac backup software to onedrive windows 10

If you read my previous post about how to format an external drive for Mac, you know that I bought a 2TB Seagate Expansion external hard drive and managed to create two partitions on the disk — one for Mac backup purposes, and the other for personal use.

In this article, I’m going to show you how to back up your Mac data to an external drive. You should back up your Mac on a regular basis, especially if you’re planning to perform macOS updates.

I did this several weeks ago while preparing my MacBook Pro for a system update. You may also be interested in taking a look at the macOS Catalina slow issues we encountered during that process just in case you also want to upgrade your Mac to the latest operating system.

Please note that the backup tool that I used is Time Machine, a built-in app provided by Apple. If you want to back up your Mac data without using Time Machine, there are also other third-party Mac backup software worth considering.

Where is Time Machine on Mac?

Time Machine is a built-in app within macOS ever since OS X 10.5. To find it, click on the Apple logo on the top left corner of your screen, then select System Preferences.

In the Preferences Pane, you’ll see the app located between “Date & Time” and “Accessibility”.

What does Time Machine Backup?

Time Machine is the easiest way to back up Mac. And the app is created and recommended by Apple. Once you have a timely backup, it’s incredibly easy to restore all or part of your data in case of accidental deletion or a hard drive crash.

So, what kind of data does Time Machine backup? Everything!

Photos, videos, documents, applications, system files, accounts, preferences, messages, you name it. They all can be backed up by Time Machine. You can then restore your data from a Time Machine snapshot. To do so, first open Finder, then Applications, and click on Time Machine to continue.

Be aware that the recovery process can be only be conducted when your Mac can start up normally.

A Step-by-Step Guide to Backing up Mac to an External Hard Drive

Note: the screenshots below are taken based on an older macOS. If your Mac is running Mojave or Catalina, they will look slightly different but the process should be similar.

Step 1: Connect your external hard drive.

First, use the USB cable (or USB-C cable if you’re on the newest Mac model with Thunderbolt 3 ports) that comes with your external drive to connect that drive to your Mac.

Once the disk icon shows up on your desktop (if it doesn’t, open Finder > Preferences > General, and here make sure you’ve checked “External disks” to let them show on the desktop), move on to Step 2.

Note: if your external drive can’t show up on Mac or macOS hints the drive is not supported, you’ll have to re-format it to a Mac-compatible file system before continuing the following steps.

Step 2: Select the disk for backup.

Now open Time Machine (I tell you how above) and select the disk you want to use. I have partitioned my Seagate drive into two new volumes, “Backup” and “Personal Use”, as you see from the screenshot. I chose “Backup”.

Step 3: Confirm backup (optional).

If you have used another disk for backup before, Time Machine will ask you whether you want to stop backing up to the previous disk and use the new one instead. It’s up to you. I selected “Replace”.

Step 4: Wait until the process is complete.

Now Time Machine will start to backup all your data. The progress bar gives you an estimate of how much time is left before the backup is complete. I found it a bit inaccurate: Initially, it said “About 5 hours remaining”, but it only took two hours to finish. It’s worth noting that the remaining time may vary from case to case depending on the write speed of your external hard drive.

After about an hour and a half, it says only 15 minutes remaining

Software

Step 5: Eject your external drive and unplug it.

When the backup procedure is completed, don’t rush to disconnect your device as this could cause potential disk problems. Instead, go back to the main desktop, locate the volume that your external hard drive represents, right-click and select Eject. Then, you can safely unplug the device and put it in a safe place.

Mac Backup Software To Onedrive Account

Final Words

Like any other hardware device, an external hard drive will fail sooner or later. It’s best to make a copy of the data on your external drive — as they say, a “backup of your backups”!

One good option is to use cloud storage services like iDrive which I’ve been using and I really like the app because it’s super easy to use, and it also allows me to download Facebook photos automatically. Backblaze and Carbonite are also popular options in the market, though I am yet to give them a try.

I hope you find this tutorial helpful. I can’t emphasize enough the importance of data backup these days, especially when my mid-2012 MacBook hard drive died all of a sudden. I’ve also seen cases where my friend’s computer and hard drive failed. You can imagine their desperation. Without a proper backup, it’s really hard to restore data. Although you could try a third-party data recovery program, chances are they won’t get all your lost data back.

Mac Backup Software Reviews

Anyway, the main takeaway I want you to have from this article is this: back up your Mac with Time Machine or another app, and create a second or third copy of those backups if you can.