Is there a preferred way to backup checkvist? I know we export an individual node (and subnodes), but is there a way to backup checkvist and all attachments? I think this would be a great/important feature to have.
Hello James,
Checkvist PRO support automated backup to Dropbox, or there is an option to do manual backup.
Best,
It would be great if the backup to Dropbox could work similarly to the “Automatic daily backup” from Checkvist itself by creating a new file for each date & not just replacing the old file with a new version, since access to the Dropbox version history is limited for some users.
Hello Josh,
Sorry for the delayed answer. As far as I understand Dropbox provides 30 days for history for the files for all plans, correct? That’s why we haven’t implemented explicit versioning on the first place.
Please elaborate a bit
Kind regards,
KIR
Hi @maxkir,
Since Checkvist itself already provides 30 days of history, this ends up turning the Dropbox backup into more of a sync.
I needed to audit changes from farther back on a list but could not do so because of the above, though I ended up working around this limitation (at least for future situations) by enabling the “instant change notifications” and just not deleting those emails.
Thank you!
Any chance we would be able to choose a cloud provider to back up to (as a future feature)? I took a quick look but it didn’t look like I could use the API to backup or export either
Hello @chick ,
I believe you can use an HTTP call to export all your lists. Essentially, do the same as what “Manual backup” does on the backup page.
A command for manual export could like this (with proper basic authentication parameters):
curl 'https://checkvist.com/checklists/export_all' -H 'Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZZ==' --output backup.zip
It should work for PRO accounts.
Kind regards,
KIR