From 4ad4c2e030a59c117da3d034a0ac2c60fa3204a4 Mon Sep 17 00:00:00 2001 From: AjmalCybro Date: Thu, 10 Nov 2022 11:23:46 +0530 Subject: [PATCH] Nov 10 [UPDT] : Index Updated 'auto_database_backup' --- .../static/description/index.html | 1238 +++++++++-------- 1 file changed, 641 insertions(+), 597 deletions(-) diff --git a/auto_database_backup/static/description/index.html b/auto_database_backup/static/description/index.html index 06775e43b..3a3583c4d 100644 --- a/auto_database_backup/static/description/index.html +++ b/auto_database_backup/static/description/index.html @@ -1,545 +1,588 @@
- -
- -
-
- Community -
-
- Enterprise -
+ +
+ +
+
+ Community +
+
+ Enterprise +
+
-
- - - - -
-
-
- -

- Automatic - Database Backup

-

Automatic Database Backup To - Local - Server, Remote Server, Google Drive, Onedrive And Dropbox.

- - -
+ + + + +
+
+
+ +

+ Automatic + Database Backup

+

Automatic Database + Backup To + Local + Server, Remote Server, Google Drive, Onedrive And Dropbox.

+ + +
+
-
-
- -
-

Explore This - Module

+
+ +
+

Explore This + Module

-
- -
-

Overview -

+
+ +
+

Overview +

-
- This module helps to generate backups of your databases automatically on regular interval of times. - The generated backups can be stored into local storage, ftp server, sftp server, dropbox, Google Drive or - Onedrive. - User can enable auto remove option to automatically delete old backups. - User can enable email notification to be notified about the success and failure of the backup generation - and storage. - Using Automatic Database Backup module user can generate and store database backups to multiple - location. -
+
+ This module helps to generate backups of your databases automatically on regular interval of times. + The generated backups can be stored into local storage, ftp server, sftp server, dropbox, Google Drive or + Onedrive. + User can enable auto remove option to automatically delete old backups. + User can enable email notification to be notified about the success and failure of the backup generation + and storage. + Using Automatic Database Backup module user can generate and store database backups to multiple + location. +
+
+
+ This module uses an external python dependency 'dropbox'.Before installing the module install the python package + first.The required python package can be installed using the following command, +
+
+ pip install dropbox +
-
- -
-

Features -

+
+ +
+

Features +

-
-
- - Generate Database +
+
+ + Generate Database Backups on regular intervals -
+
-
- - Store Backup to +
+ + Store Backup to Dropbox -
+
-
- - Store Backup to +
+ + Store Backup to Onedrive -
+
-
- - Notify user on success +
+ + Notify user on success and failure of backup generation +
-
-
-
- - Store Backup to Remote +
+
+ + Store Backup to Remote Server -
+
-
- - Generated backup can be +
+ + Generated backup can be stored to Google Drive -
+
-
- - Automatically remove +
+ + Automatically remove old backups +
-
-
- -
-

Screenshots -

+
+ +
+

Screenshots +

-
- -
-

Database Backup - Configuration Menu

-

- Got Setting --> Technical --> Backup Configuration to configure backups

- -
+
+ +
+

Database Backup + Configuration Menu

+

+ Got Setting --> Technical --> Backup Configuration to configure backups

+ +
-
-

Crate New Database Backup - Configuration

-

- Enter the database name and master password. specify backup type and destination. - Enter the backup directory path, if directory does not exist new directory will be created.

- -
+
+

Crate New Database + Backup + Configuration

+

+ Enter the database name and master password. specify backup type and destination. + Enter the backup directory path, if directory does not exist new directory will be created.

+ +
-
-

Store Backup to Remote - SFTP Server

-

- Select backup destination as SFTP, enter credentials. - Test connection button to check whether the connection is successful. -

- -
+
+

Store Backup to + Remote + SFTP Server

+

+ Select backup destination as SFTP, enter credentials. + Test connection button to check whether the connection is successful. +

+ +
-
-

Store Backup to Remote - FTP Server

-

Select backup destination - as FTP, enter credentials. - Test connection button to check whether the connection is successful.

- -
+
+

Store Backup to + Remote + FTP Server

+

Select backup + destination + as FTP, enter credentials. + Test connection button to check whether the connection is successful.

+ +
-
-

Store Backup to Google - Drive

-

you'll need to create a new - Google API project and enabling the Google Drive API, Go to the Google API Console and log into your - account. - While creating the project, for the Redirect URI restrictions, copy your Odoo database URI followed by - /google_drive/authentication. Example:

- -

Enable Google Drive API

- - -

Create Credentials, Follow - the steps, select Website application for the Application Type.

- -

Under the Authorized - JavaScript Origins section, click + Add URI and type your company’s Odoo URL address. - Under the Authorized redirect URIs section, click + Add URI and type your company’s Odoo URL address followed - by /google_drive/authentication. - After all the steps are completed, A client ID and Secret will be given, copy the credentials -

- -

Configure Backup, Copy - Client ID and Client Secret from Google Drive API Credentials page into their respective fields.

- -

Setup Tokens, it will be - redirected to an authorization page.

- - -

Reset the token if - required.

- -
+
+

Store Backup to + Google + Drive

+

you'll need to create a + new + Google API project and enabling the Google Drive API, Go to the Google API Console and log into your + account. + While creating the project, for the Redirect URI restrictions, copy your Odoo database URI followed by + /google_drive/authentication. Example:

+ +

Enable Google Drive + API

+ + +

Create Credentials, + Follow + the steps, select Website application for the Application Type.

+ +

Under the Authorized + JavaScript Origins section, click + Add URI and type your company’s Odoo URL address. + Under the Authorized redirect URIs section, click + Add URI and type your company’s Odoo URL address + followed + by /google_drive/authentication. + After all the steps are completed, A client ID and Secret will be given, copy the credentials +

+ +

Configure Backup, Copy + Client ID and Client Secret from Google Drive API Credentials page into their respective fields.

+ +

Setup Tokens, it will + be + redirected to an authorization page.

+ + +

Reset the token if + required.

+ +
-
-

Store Backup to Dropbox -

-

Select backup destination - as Dropbox. Enter the App key and App secret. - you'll need to register a new app in the App - Console. - Select Dropbox API app and choose your app's permission (files.content.write and files.content.read - permissions - required). -

-

Install python dropbox - library (pip install dropbox).

- -

Setup refresh token

- -

Get the authorization code - and click confirm.

- -

Reset the refresh token if - required

- -
+
+

Store Backup to + Dropbox +

+

Select backup + destination + as Dropbox. Enter the App key and App secret. + you'll need to register a new app in the App + Console. + Select Dropbox API app and choose your app's permission (files.content.write and files.content.read + permissions + required). +

+

Install python dropbox + library (pip install dropbox).

+ +

Setup refresh token

+ +

Get the authorization + code + and click confirm.

+ +

Reset the refresh token + if + required

+ +
-
-

Store Backup to Onedrive -

-

Select backup destination - as onedrive. Enter the App key and App secret. - you'll need to register a new app in the Microsoft Azure - portal. - While registering the app for the Redirect URI restrictions, copy your Odoo database URI followed by - /onedrive/authentication. Example:

- -

Copy the Client ID

- -

Generate Client Secret.

- - -

get onedrive folder ID, - where need to store the backup files.

- -

Configure the backup

- -

Setup Tokens, it will be - redirected to an authorization page.

- - -

Reset the token if required -

- -
+
+

Store Backup to + Onedrive +

+

Select backup + destination + as onedrive. Enter the App key and App secret. + you'll need to register a new app in the Microsoft + Azure + portal. + While registering the app for the Redirect URI restrictions, copy your Odoo database URI followed by + /onedrive/authentication. Example:

+ +

Copy the Client ID

+ +

Generate Client + Secret.

+ + +

get onedrive folder ID, + where need to store the backup files.

+ +

Configure the + backup

+ +

Setup Tokens, it will + be + redirected to an authorization page.

+ + +

Reset the token if + required +

+ +
-
-

Automatically Remove Old - Backups

-

TEnable auto remove option, - specify number of days to remove backups.

- -
+
+

Automatically Remove + Old + Backups

+

TEnable auto remove + option, + specify number of days to remove backups.

+ +
-
-

Notify User on Success - and Failure of Backup Generation

-

Enable notify user option, - and select a user to notify. An email notification will be sent to the selected user on - backup successful and failure. -

- -
+
+

Notify User on + Success + and Failure of Backup Generation

+

Enable notify user + option, + and select a user to notify. An email notification will be sent to the selected user on + backup successful and failure. +

+ +
-
-

Successful backup - notification email

- -
+
+

Successful backup + notification email

+ +
-
-

Notification email when - backup generation failed

- -
+
+

Notification email + when + backup generation failed

+ +
-
-

Scheduled Action For - Generating Backup

-

Enable the 'Automatic - database Backup' scheduled action, and set up the execution interval. - Based on the scheduled action setup, backups will be generated on regular intervals.

- - -
+
+

Scheduled Action For + Generating Backup

+

Enable the 'Automatic + database Backup' scheduled action, and set up the execution interval. + Based on the scheduled action setup, backups will be generated on regular intervals.

+ + +
-
+
-
- -
-

Related - Products -

+
+ +
+

Related + Products +

-
-
-
- -
-

Our Services -

+
+ +
+

Our Services +

-
-
-
- -
-
- Odoo - Customization
-
+
+
+
+ +
+
+ Odoo + Customization
+
-
-
- -
-
- Odoo - Implementation
-
+
+
+ +
+
+ Odoo + Implementation
+
-
-
- -
-
- Odoo - Support
-
+
+
+ +
+
+ Odoo + Support
+
-
-
- -
-
- Hire - Odoo - Developer
-
+
+
+ +
+
+ Hire + Odoo + Developer
+
-
-
- -
-
- Odoo - Integration
-
+
+
+ +
+
+ Odoo + Integration
+
-
-
- -
-
- Odoo - Migration
-
+
+
+ +
+
+ Odoo + Migration
+
-
-
- -
-
- Odoo - Consultancy
-
+
+
+ +
+
+ Odoo + Consultancy
+
-
-
- -
-
- Odoo - Implementation
-
+
+
+ +
+
+ Odoo + Implementation
+
-
-
- -
-
- Odoo - Licensing Consultancy
+
+
+ +
+
+ Odoo + Licensing Consultancy
+
-
@@ -548,177 +591,178 @@
-
- -
-

Our - Industries -

+
+ +
+

Our + Industries +

-
-
-
- -
- Trading -
-

- Easily procure - and - sell your products

-
-
+
+
+
+ +
+ Trading +
+

+ Easily procure + and + sell your products

+
+
-
-
- -
- POS -
-

- Easy - configuration - and convivial experience

-
-
+
+
+ +
+ POS +
+

+ Easy + configuration + and convivial experience

+
+
-
-
- -
- Education -
-

- A platform for - educational management

-
-
+
+
+ +
+ Education +
+

+ A platform for + educational management

+
+
-
-
- -
- Manufacturing -
-

- Plan, track and - schedule your operations

-
-
+
+
+ +
+ Manufacturing +
+

+ Plan, track and + schedule your operations

+
+
-
-
- -
- E-commerce & Website -
-

- Mobile - friendly, - awe-inspiring product pages

-
-
+
+
+ +
+ E-commerce & Website +
+

+ Mobile + friendly, + awe-inspiring product pages

+
+
-
-
- -
- Service Management -
-

- Keep track of - services and invoice

-
-
+
+
+ +
+ Service Management +
+

+ Keep track of + services and invoice

+
+
-
-
- -
- Restaurant -
-

- Run your bar or - restaurant methodically

-
-
+
+
+ +
+ Restaurant +
+

+ Run your bar or + restaurant methodically

+
+
-
-
- -
- Hotel Management -
-

- An - all-inclusive - hotel management application

-
+
+
+ +
+ Hotel Management +
+

+ An + all-inclusive + hotel management application

+
+
-
-
- -
-

Support -

+
+ +
+

Support +

-
-
-
-
- +
+
+
+
+ +
+
+

Need Help?

+

Got questions or need help? Get in touch.

+ +

+ odoo@cybrosys.com

+
+
+
-
-

Need Help?

-

Got questions or need help? Get in touch.

- -

- odoo@cybrosys.com

-
-
-
-
-
-
-
- +
+
+
+ +
+
+

WhatsApp

+

Say hi to us on WhatsApp!

+ +

+91 86068 + 27707

+
+
+
-
-

WhatsApp

-

Say hi to us on WhatsApp!

- -

+91 86068 - 27707

-
-
-
-
-
-
- +
+
+ +
-
\ No newline at end of file