How to set it up to get only one backup
I have set up to only have one backup.
https://snipboard.io/Wt6Hr2.jpg
However, I am getting this:
https://snipboard.io/F8bLAW.jpg
Is this one or two backups?
I understand that zotero.sqlite1.bak is a copy of zotero.sqlite.bak.
How to set it up so I only get one backup (zotero.sqlite.bak and not this plus zotero.sqlite1.bak)?
Thank you.
https://snipboard.io/Wt6Hr2.jpg
However, I am getting this:
https://snipboard.io/F8bLAW.jpg
Is this one or two backups?
I understand that zotero.sqlite1.bak is a copy of zotero.sqlite.bak.
How to set it up so I only get one backup (zotero.sqlite.bak and not this plus zotero.sqlite1.bak)?
Thank you.
I think this is a bug.
My settings explicitely say number of backups: 1.
I notice this immediately, because my Dropbox tells me I'm out of space.
Would Google Drive be a better option?
If this is all about not wanting the extra back-up in Dropbox, though, you can just tell DB to ignore zotero.sqlite.1.bak https://help.dropbox.com/sync/ignored-files
numBackups
set to 1, and the code that shifts zotero.sqlite.bak up to the numbered copies only runs if numBackups is greater than 1.If you can reproduce this with your data directory out of Dropbox, you can try to produce a Debug ID for zotero.sqlite.1.bak being created, and we can take a look. The backup process will run after 5 minutes of the computer being idle if it's been more than
extensions.zotero.backup.interval
minutes since the last backup (so you could temporarily set that to 1 and wait 5 minutes).