I'd like to be able to break up my backup definition to multiple lines, 
this is how it reads:


<cron>
    <description>My Daily Backup</description>
    
<url>/_ah/datastore_admin/backup.create?name=DailyBkup&amp;kind=Customer&amp;kind=CustomerCommercial&amp;kind=Products&amp;kind=Vendor&amp;kind=Services&amp;filesystem=gs&amp;gs_bucket_name=my-backup</url>
    <schedule>every 24 hours</schedule>
    <target>ah-builtin-python-bundle</target>
</cron>



I'd like to be able to format it like below. 

However it keeps failing on upload. I've tried various options including \ and 
breaking the line in different places.

Is there any way to accomplish this?


<cron>
    <description>My Daily Backup</description>
    <url>/_ah/datastore_admin/backup.create?name=DailyBkup

&amp;kind=Customer

&amp;kind=CustomerCommercial

&amp;kind=Products

&amp;kind=Vendor

&amp;kind=Services

&amp;filesystem=gs

&amp;gs_bucket_name=my-backup</url>
    <schedule>every 24 hours</schedule>
    <target>ah-builtin-python-bundle</target>
</cron>


-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/f597b014-f5b3-4e1a-9763-5a51779995b9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • [google-appengine] Bu... Craig Detter

Reply via email to