This doesn’t seem to be possible as upon encoding it is inserting an ASCII 
character ‘LF’ at every instance of a line break. You can use this online 
tool <https://meyerweb.com/eric/tools/dencoder/> to see how url is encoded.


On Tuesday, August 29, 2017 at 12:19:07 PM UTC-4, Craig Detter wrote:
>
> 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/65a466a4-1b19-4ca4-a3d1-395f467cda4d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to