Hacker News new | ask | show | jobs
by miloco 5553 days ago
Ability to backup and restore the datastore via the dashboard. This is long overdue. I know the bulkloader exists but it's hardly ideal.
1 comments

Yes, datastore backup and restore using bulkloader is not comfortable. For getting backup in local machine i am using bulkloader. However, i am doing online backup using backup(dummy) appengine project. I am coping data back and forth between production and backup projects for backup and restore purpose. Its comparatively easier.