Recommendations for a backup solution

Find a good solution to backup everything

Dear everyone,

I currently have my entire Vault stored in a folder that is continuously backed up to Google Drive. While this setup has served me well so far, my Vault keeps growing significantly with each university semester, and the data is becoming increasingly valuable to me.

I’m now looking for recommendations for a second backup method to ensure even greater security for my data. Do you have any suggestions for reliable solutions or best practices to keep my Vault safe and secure?

Thank you in advance for your help!

Best regards and happy Holidays

There’s a good write up here:

I have multiple external drives backing up and use the offsite Backblaze service myself.

1 Like

Hi @StephenStrange27 ! Google Drive should be treated primarily as a sync solution. Using similar software like Dropbox or OneDrive for backups is not recommended. Instead, I suggest using Git as a reliable backup tool while reserving Google Drive for syncing. Setting up Git will take some time initially, but as a bonus, it provides a complete history of your vault, capturing each modification as a snapshot. This allows you to rewind to any point in time if needed later. You can refer to this guide for setting up Git.

2 Likes

To follow up on the previous comment, the main reason syncing solutions are warned against for backup is that any errors you’d want to revert will also get synced.

If you want, you can use syncing as a form of backup by not having it running at all times (manual start or scheduled for specific times).

My personal setup is;

  1. Obsidian Local Backup plugin to make weekly backups as a zip
  2. Mega cloud sync - run manually at the end/start of a ‘session’
  3. Manual one way sync (download & mirror) with my phone

I chose Mega for it’s version control and generous 50GB even for free
Obsidian’s native file recovery is also useful for quick recoveries