cgcel / obsidian-local-backup

Automatically creates a local backup of the vault.
MIT License
48 stars 3 forks source link

failed to create vault backup: rangeerror: array buffer allocation failed #17

Closed Xieleilab closed 8 months ago

Xieleilab commented 10 months ago

failed to create vault backup: rangeerror: array buffer allocation failed, why this error occured?

cgcel commented 10 months ago

Pls share the content of data.json in <Your Vault>/.obsidian/plugins/obsidian-local-backup, if your vault is in a large size, I suggest you setup the file archiver settings, the archive file will created by calling 7-Zip:

image

kennygokh commented 8 months ago

Hi @cgcel , I encountered same issue. I am using macOS, what should I do?

cgcel commented 8 months ago

Hi @cgcel , I encountered same issue. I am using macOS, what should I do?

Install 7-zip and fill the file archiver path (Unix), then you can create an archive file by calling 7-zip, and your issue may be resolved.

kennygokh commented 8 months ago

Thanks. Got it working now though I downloaded using sevenzip install via brew. Found brew install sevenzip will install the package still maintained by the original developers that explain that the 7zz will maintain by the original developers.