Skip to content

Instantly share code, notes, and snippets.

@Endika
Created May 19, 2016 10:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Endika/209e9d31a86e2820acfb84e62b748648 to your computer and use it in GitHub Desktop.
Save Endika/209e9d31a86e2820acfb84e62b748648 to your computer and use it in GitHub Desktop.
Shell Backup Odoo
DATE=`date +%Y_%m_%d_%H_%M_%S`
wget http://myodooserver.com:8069/web/database/backup --post-data='token=1&backup_db=myodooserver_com&backup_format=zip&backup_pwd=welcome' -O backup$DATE.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment