[google-appengine] Re: DataStore backup policies

2009-08-31 Thread Wooble

You can probably trust Google's infrastructure to not lose your data;
however, it's a good idea to make backups in case software problems in
your own code cause data loss.

On Aug 31, 2:46 pm, caecheverri  wrote:
> Hi,
>
> I want to know what are the policies to make backup to data?
>
> Can I do it or it is done by Apps Engine administrator?
>
> How Apps Engine deal with data integrity and reliability?...I mean, if
> infraestructure crash, How is recovery the data?
>
> Thanks.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: DataStore backup policies

2009-08-31 Thread Carlos Andres Echeverri Delgado
Thank you for you response but it doesn't clear yet. If I use Google's Apps
Engine service, what kind of guarantee Google offer me about my data?
Exist some certified or something like that?

Thanks

2009/8/31 Wooble 

>
> You can probably trust Google's infrastructure to not lose your data;
> however, it's a good idea to make backups in case software problems in
> your own code cause data loss.
>
> On Aug 31, 2:46 pm, caecheverri  wrote:
> > Hi,
> >
> > I want to know what are the policies to make backup to data?
> >
> > Can I do it or it is done by Apps Engine administrator?
> >
> > How Apps Engine deal with data integrity and reliability?...I mean, if
> > infraestructure crash, How is recovery the data?
> >
> > Thanks.
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: DataStore backup policies

2009-09-03 Thread Nick Johnson (Google)
Hi Carlos,
The short story is: We won't lose your data - we have a robust backup and
recovery strategy - but we're not responsible for you losing your own data,
so we suggest you keep your own backups so you can recover from bugs or
mistakes in your code.

-Nick Johnson

On Mon, Aug 31, 2009 at 11:13 PM, Carlos Andres Echeverri Delgado <
caecheverr...@gmail.com> wrote:

> Thank you for you response but it doesn't clear yet. If I use Google's Apps
> Engine service, what kind of guarantee Google offer me about my data?
> Exist some certified or something like that?
>
> Thanks
>
> 2009/8/31 Wooble 
>
>
>> You can probably trust Google's infrastructure to not lose your data;
>> however, it's a good idea to make backups in case software problems in
>> your own code cause data loss.
>>
>> On Aug 31, 2:46 pm, caecheverri  wrote:
>> > Hi,
>> >
>> > I want to know what are the policies to make backup to data?
>> >
>> > Can I do it or it is done by Apps Engine administrator?
>> >
>> > How Apps Engine deal with data integrity and reliability?...I mean, if
>> > infraestructure crash, How is recovery the data?
>> >
>> > Thanks. >>
>>


-- 
Nick Johnson, Developer Programs Engineer, App Engine

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: DataStore backup policies

2009-09-15 Thread mably

Hello,

Do we have any chance to get an integrated backup/restore tool in
Google App Engine any time soon ?

Is there a gaebar equivalent on java side ?

Thanx for your help.

François
Bordeaux, FRANCE

On 3 sep, 10:41, "Nick Johnson (Google)" 
wrote:
> Hi Carlos,
> The short story is: We won't lose your data - we have a robust backup and
> recovery strategy - but we're not responsible for you losing your own data,
> so we suggest you keep your own backups so you can recover from bugs or
> mistakes in your code.
>
> -Nick Johnson
>
> On Mon, Aug 31, 2009 at 11:13 PM, Carlos Andres Echeverri Delgado <
>
>
>
>
>
> caecheverr...@gmail.com> wrote:
> > Thank you for you response but it doesn't clear yet. If I use Google's Apps
> > Engine service, what kind of guarantee Google offer me about my data?
> > Exist some certified or something like that?
>
> > Thanks
>
> > 2009/8/31 Wooble 
>
> >> You can probably trust Google's infrastructure to not lose your data;
> >> however, it's a good idea to make backups in case software problems in
> >> your own code cause data loss.
>
> >> On Aug 31, 2:46 pm, caecheverri  wrote:
> >> > Hi,
>
> >> > I want to know what are the policies to make backup to data?
>
> >> > Can I do it or it is done by Apps Engine administrator?
>
> >> > How Apps Engine deal with data integrity and reliability?...I mean, if
> >> > infraestructure crash, How is recovery the data?
>
> >> > Thanks. >>
>
> --
> Nick Johnson, Developer Programs Engineer, App Engine

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: DataStore backup policies

2009-09-16 Thread Nick Johnson (Google)
Hi mably,

On Tue, Sep 15, 2009 at 3:41 PM, mably  wrote:

>
> Hello,
>
> Do we have any chance to get an integrated backup/restore tool in
> Google App Engine any time soon ?
>

You can use the bulkloader's --dump and --restore functionality for this. It
will work fine in Java, as long as you set up a Python version containing
the remote_api handler.

-Nick Johnson


>
> Is there a gaebar equivalent on java side ?
>
> Thanx for your help.
>
> François
> Bordeaux, FRANCE
>
> On 3 sep, 10:41, "Nick Johnson (Google)" 
> wrote:
> > Hi Carlos,
> > The short story is: We won't lose your data - we have a robust backup and
> > recovery strategy - but we're not responsible for you losing your own
> data,
> > so we suggest you keep your own backups so you can recover from bugs or
> > mistakes in your code.
> >
> > -Nick Johnson
> >
> > On Mon, Aug 31, 2009 at 11:13 PM, Carlos Andres Echeverri Delgado <
> >
> >
> >
> >
> >
> > caecheverr...@gmail.com> wrote:
> > > Thank you for you response but it doesn't clear yet. If I use Google's
> Apps
> > > Engine service, what kind of guarantee Google offer me about my data?
> > > Exist some certified or something like that?
> >
> > > Thanks
> >
> > > 2009/8/31 Wooble 
> >
> > >> You can probably trust Google's infrastructure to not lose your data;
> > >> however, it's a good idea to make backups in case software problems in
> > >> your own code cause data loss.
> >
> > >> On Aug 31, 2:46 pm, caecheverri  wrote:
> > >> > Hi,
> >
> > >> > I want to know what are the policies to make backup to data?
> >
> > >> > Can I do it or it is done by Apps Engine administrator?
> >
> > >> > How Apps Engine deal with data integrity and reliability?...I mean,
> if
> > >> > infraestructure crash, How is recovery the data?
> >
> > >> > Thanks. >>
> >
> > --
> > Nick Johnson, Developer Programs Engineer, App Engine
>
> >
>


-- 
Nick Johnson, Developer Programs Engineer, App Engine
Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number:
368047

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---