For my app(s), I have nightly, weekly, and monthly backups to Google Cloud 
Storage (BCS) which are fired by GAE cron jobs.  The backup /contents/ in 
GCS are automatically pruned  using lifecycle methods: 
https://developers.google.com/storage/docs/lifecycle,   so that I keep 7 
daily backups, 4 weekly backups, and all monthly backups.
    The cron jobs which fire off backups make entries in the Backups 
section of Datastore Admin.  These can be used to initiate a Restore if 
needed.  Also, these records can be manually deleted (but the GCS contents 
are not correspondingly deleted).  If not manually trimmed, these backup 
records appear to grow unbounded.  My question is whether there exists a 
method of trimming these backup records using an API, or using a lifecycle 
method similar to that available for GCS?  
Similarly, is there any way at all of trimming the Completed Operations 
section of the Datastore Admin?
Thanks in advance,
Ken Bowen

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to