# Backup Software for Nonprofits

Backup software ensures data security and continuity by regularly backing up critical information. This technology minimizes the risk of data loss, providing nonprofits with a reliable safeguard against potential disruptions and fostering operational resilience.

### **Microsoft OneDrive** <a href="#microsoft-onedrive0" id="microsoft-onedrive0"></a>

<div align="left"><figure><img src="https://docs.goodhearttech.org/public_photo/44" alt="" width="188"><figcaption></figcaption></figure></div>

[Microsoft OneDrive](https://www.microsoft.com/en-us/microsoft-365/onedrive/online-cloud-storage) is included in the free Microsoft licenses nonprofits receive, and the application [can be downloaded here](https://www.microsoft.com/en-us/microsoft-365/onedrive/download). In addition, giving easy access to your organization's SharePoint document libraries, OneDrive can be easily configured to back up your critical documents to the cloud. Files synced to the cloud are available across all your devices and are backed up automatically. OneDrive backup is **not technically a full backup solution**. Sync issues can cause data loss. For more advanced backup features and a full BCDR solution, see Veeam or Synology below.

### **Google Drive**

<div align="left"><figure><img src="/files/nvHIomnVRUWWzNVUgVaF" alt="" width="160"><figcaption></figcaption></figure></div>

[Google Drive](https://workspace.google.com/products/drive/) is a popular option for nonprofits leveraging Google Workspace. The Google Drive Desktop app allows users to sync cloud data directly to their devices, making files accessible offline and ensuring they're continuously synced. However, like OneDrive, Google Drive is **not a true backup solution**. Syncing is not the same as backing up, as accidental deletions or changes in the cloud will propagate to synced devices. For nonprofits needing a more reliable and feature-rich BCDR solution, consider options like Synology Active Backup or Veeam.

### CubeBackup

[CubeBackup](https://www.cubebackup.com/) backs up **Google Workspace** and **Microsoft 365**. Licensing is per **active backup user**.You can choose to license only the users you back up. Pricing: <https://www.cubebackup.com/en/pricing>

* Google Workspace: **$5/user/year** (Business/Enterprise), **$2/user/year** (Education/Non-profit)
* Microsoft 365: **$5/user/year** (Business/Enterprise), **$2/user/year** (Education/Non-profit)

{% hint style="info" %}
Backups for Shared drives, Teams, & SharePoint are free with an active user license.&#x20;
{% endhint %}

### Veeam <a href="#veeam4" id="veeam4"></a>

<div align="left"><figure><img src="https://docs.goodhearttech.org/public_photo/43" alt="" width="188"><figcaption></figcaption></figure></div>

[Veeam](https://www.veeam.com/) is a full-featured suite of backup solutions. With Veeam Backup & Replication, you can do simple things like schedule backups for your PC and even back up virtual machines. The [free community edition of Veeam Backup & Replication](https://www.veeam.com/virtual-machine-backup-solution-free-download.html) is incredibly feature-packed but requires significant technical experience to configure, which is not advised for light computer users. With other components of the Veeam Suite, you can do more complex things like a backup of [Microsoft 365 (free for 10 users)](https://www.veeam.com/backup-microsoft-office-365.html).

### Synology

<div align="left"><figure><img src="/files/CmHnyV5CHckZAZf5TzYC" alt="" width="218"><figcaption></figcaption></figure></div>

[Synology Active Backup](https://www.synology.com/en-global/dsm/feature/active-backup-business/pc) is a robust BCDR solution for nonprofits, enabling seamless backup of Google Workspace, Microsoft 365, and/or on-premises data. Included with the purchase of a Synology NAS, it protects against data loss from deletion, ransomware, or outages. When purchasing a Synology device, ensure it supports Active Backup and provides adequate storage for long-term needs. This centralized solution simplifies management, offers efficient recovery, and enhances data resilience for mission-critical operations.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://learn.goodhearttech.org/tech-recommendations/it-management-and-security-solutions/backup-software-for-nonprofits.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
