Hi,

I am using the "appcfg.py" download_data command for performing backups by 
namespace. 

The command is the following :

appcfg.py download_data --secure --email=$BACKUP_USERID *
--filename=$3/data_$1_$2.csv* --kind=$2 --url=$BACKUP_WEBSITE/remote_api 
--namespace=$1 --passin <<-EOF
$BACKUP_PASSWORD
EOF

The question is the following :

--> The appcfg.py command generates .sql3 files (one containing "results" 
in the name and one containing "progress" in the name

--> However the appcfg.py requires to provide a parameter called 
"filename". This parameter is mandatory

==> Given that the only thing I am trying to do is performing backups, why 
does the script generates a "result.sql3" file and in addition an output 
file name.

*==> Can I safely delete the .sql3 files after the download_data has been 
performed or should I keep them ? If I need to keep them, for which 
purposes ?*

Thanks,

Hugues

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/vnB5uzT-pF8J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to