Skip to content

Commit

Permalink
[IMP] auto_backup: update manifest description
Browse files Browse the repository at this point in the history
  • Loading branch information
Yenthe666 authored Jul 25, 2020
1 parent 4a3f3f2 commit e912f6a
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions auto_backup/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,20 @@

'summary': 'Automated backups',

'description': """The Database Auto-Backup module enables the user to make configurations for the automatic backup of the database. Backups can be taken on the local system or on a remote server, through SFTP.
You only have to specify the hostname, port, backup location and databasename (all will be pre-filled by default with correct data.
If you want to write to an external server with SFTP you will need to provide the IP, username and password for the remote backups.
The base of this module is taken from Odoo SA V6.1 (https://www.odoo.com/apps/modules/6.0/auto_backup/) and then upgraded and heavily expanded.
This module is made and provided by VanRoey.be.
Automatic backup for all such configured databases can then be scheduled as follows:
'description': """
The Database Auto-Backup module enables the user to make configurations for the automatic backup of the database.
Backups can be taken on the local system or on a remote server, through SFTP.
You only have to specify the hostname, port, backup location and databasename (all will be pre-filled by default with correct data.
If you want to write to an external server with SFTP you will need to provide the IP, username and password for the remote backups.
The base of this module is taken from Odoo SA V6.1 (https://www.odoo.com/apps/modules/6.0/auto_backup/) and then upgraded and heavily expanded.
This module is made and provided by Yenthe Van Ginneken (Oocademy).
Automatic backup for all such configured databases can then be scheduled as follows:
1) Go to Settings / Technical / Automation / Scheduled actions.
2) Search the action 'Backup scheduler'.
3) Set it active and choose how often you wish to take backups.
4) If you want to write backups to a remote location you should fill in the SFTP details.
""",
1) Go to Settings / Technical / Automation / Scheduled actions.
2) Search the action 'Backup scheduler'.
3) Set it active and choose how often you wish to take backups.
4) If you want to write backups to a remote location you should fill in the SFTP details.
""",

'author': "Yenthe Van Ginneken",
'website': "http://www.odoo.yenthevg.com",
Expand Down

0 comments on commit e912f6a

Please sign in to comment.