Skip to content

androettop/odoo-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm version GitHub version

Installation

With yarn

yarn global add odoo-backup

With npm

npm i -g odoo-backup

Usage

You need to set the following enviroment variables before running odoo-backup.

Variable Description Example
ODOO_BACKUP_DIR Directory where the backups will be saved ~/backups
ODOO_URL The odoo instance URL http://localhost/
ODOO_DATABASE_NAME The odoo database name odoo
ODOO_ADMIN_PASSWORD The odoo master password odoo
ODOO_DRIVE_DIR Google drive directory where the backups will be saved /backups

Then run:

odoo-backup

About

Utility to create backups of odoo instances and upload them to Google Drive.

Resources

Stars

Watchers

Forks