aschmid00
aschmid00

Reputation: 7158

remote backup with appcfg.py/bulkloader.py with script. how to handle the email/password fields?

I'm trying to write a script in python or bash which executes bulkloader.py to backup my entities on appengine but I don't know how to handle the email and password prompts on the bulkloader.

is there a way to insert those fields in a bash or python script?

Upvotes: 1

Views: 158

Answers (1)

Priyank Bhatnagar
Priyank Bhatnagar

Reputation: 814

Here document. Available for bash scripts and languages like Perl, PHP, Python, PowerShell and Ruby.

Upvotes: 1

Related Questions