-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IMP] auto_backup: pre-commit auto fixes
- Loading branch information
1 parent
98edb0f
commit fc81f02
Showing
18 changed files
with
175 additions
and
200 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,13 +17,13 @@ Database Auto-Backup | |
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html | ||
:alt: License: AGPL-3 | ||
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--tools-lightgray.png?logo=github | ||
:target: https://github.com/OCA/server-tools/tree/16.0/auto_backup | ||
:target: https://github.com/OCA/server-tools/tree/18.0/auto_backup | ||
:alt: OCA/server-tools | ||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png | ||
:target: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-auto_backup | ||
:target: https://translation.odoo-community.org/projects/server-tools-18-0/server-tools-18-0-auto_backup | ||
:alt: Translate me on Weblate | ||
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png | ||
:target: https://runboat.odoo-community.org/builds?repo=OCA/server-tools&target_branch=16.0 | ||
:target: https://runboat.odoo-community.org/builds?repo=OCA/server-tools&target_branch=18.0 | ||
:alt: Try me on Runboat | ||
|
||
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
@@ -38,16 +38,17 @@ A tool for all your back-ups, internal and external! | |
Installation | ||
============ | ||
|
||
Before installing this module, you need to execute:: | ||
Before installing this module, you need to execute: | ||
|
||
pip3 install pysftp==0.2.9 | ||
:: | ||
|
||
pip3 install pysftp==0.2.9 | ||
|
||
Configuration | ||
============= | ||
|
||
Go to *Settings -> Database Structure -> Automated Backup* to | ||
create your configurations for each database that you needed | ||
to backups. | ||
Go to *Settings -> Database Structure -> Automated Backup* to create | ||
your configurations for each database that you needed to backups. | ||
|
||
Usage | ||
===== | ||
|
@@ -58,10 +59,10 @@ through an encrypted tunnel. You can even specify how long local backups | |
and external backups should be kept, automatically! | ||
|
||
Connect with an FTP Server | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
-------------------------- | ||
|
||
Keep your data safe, through an SSH tunnel! | ||
------------------------------------------- | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
Want to go even further and write your backups to an external server? | ||
You can with this module! Specify the credentials to the server, specify | ||
|
@@ -70,60 +71,61 @@ through an SSH (encrypted) tunnel, thanks to pysftp, so your data is | |
safe! | ||
|
||
Test connection | ||
~~~~~~~~~~~~~~~ | ||
--------------- | ||
|
||
Checks your credentials in one click | ||
------------------------------------ | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
Want to make sure if the connection details are correct and if Odoo can | ||
automatically write them to the remote server? Simply click on the ‘Test | ||
SFTP Connection’ button and you will get message telling you if | ||
everything is OK, or what is wrong! | ||
|
||
E-mail on backup failure | ||
~~~~~~~~~~~~~~~~~~~~~~~~ | ||
------------------------ | ||
|
||
Stay informed of problems, automatically! | ||
----------------------------------------- | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
Do you want to know if the database backup succeeded or failed? Subscribe to | ||
the corresponding backup setting notification type. | ||
Do you want to know if the database backup succeeded or failed? | ||
Subscribe to the corresponding backup setting notification type. | ||
|
||
Run backups when you want | ||
~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
------------------------- | ||
|
||
From the backups configuration list, press *More > Execute backup(s)* to | ||
manually execute the selected processes. | ||
|
||
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas | ||
:alt: Try me on Runbot | ||
|Try me on Runbot| | ||
|
||
.. |Try me on Runbot| image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas | ||
:target: https://runbot.odoo-community.org/runbot/149/11.0 | ||
|
||
Known issues / Roadmap | ||
====================== | ||
|
||
* On larger databases, it is possible that backups will die due to Odoo server | ||
settings. In order to circumvent this without frivolously changing settings, | ||
you need to run the backup from outside of the main Odoo instance. How to do | ||
this is outlined in `this blog post | ||
<https://blog.laslabs.com/2016/10/running-python-scripts-within-odoos-environment/>`_. | ||
* Backups won't work if list_db=False is configured in the instance. | ||
- On larger databases, it is possible that backups will die due to Odoo | ||
server settings. In order to circumvent this without frivolously | ||
changing settings, you need to run the backup from outside of the | ||
main Odoo instance. How to do this is outlined in `this blog | ||
post <https://blog.laslabs.com/2016/10/running-python-scripts-within-odoos-environment/>`__. | ||
- Backups won't work if list_db=False is configured in the instance. | ||
|
||
Bug Tracker | ||
=========== | ||
|
||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-tools/issues>`_. | ||
In case of trouble, please check there if your issue has already been reported. | ||
If you spotted it first, help us to smash it by providing a detailed and welcomed | ||
`feedback <https://github.com/OCA/server-tools/issues/new?body=module:%20auto_backup%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. | ||
`feedback <https://github.com/OCA/server-tools/issues/new?body=module:%20auto_backup%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. | ||
|
||
Do not contact contributors directly about support or help with technical issues. | ||
|
||
Credits | ||
======= | ||
|
||
Authors | ||
~~~~~~~ | ||
------- | ||
|
||
* Yenthe Van Ginneken | ||
* Agile Business Group | ||
|
@@ -132,20 +134,20 @@ Authors | |
* AdaptiveCity | ||
|
||
Contributors | ||
~~~~~~~~~~~~ | ||
|
||
* Yenthe Van Ginneken <[email protected]> | ||
* Alessio Gerace <[email protected]> | ||
* Jairo Llopis <[email protected]> | ||
* Dave Lasley <[email protected]> | ||
* Andrea Stirpe <[email protected]> | ||
* Aitor Bouzas <[email protected]> | ||
* Simone Vanin <[email protected]> | ||
* Vu Nguyen Anh <[email protected]> | ||
* Alex Comba <[email protected]> | ||
------------ | ||
|
||
- Yenthe Van Ginneken <[email protected]> | ||
- Alessio Gerace <[email protected]> | ||
- Jairo Llopis <[email protected]> | ||
- Dave Lasley <[email protected]> | ||
- Andrea Stirpe <[email protected]> | ||
- Aitor Bouzas <[email protected]> | ||
- Simone Vanin <[email protected]> | ||
- Vu Nguyen Anh <[email protected]> | ||
- Alex Comba <[email protected]> | ||
|
||
Maintainers | ||
~~~~~~~~~~~ | ||
----------- | ||
|
||
This module is maintained by the OCA. | ||
|
||
|
@@ -157,6 +159,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose | |
mission is to support the collaborative development of Odoo features and | ||
promote its widespread use. | ||
|
||
This module is part of the `OCA/server-tools <https://github.com/OCA/server-tools/tree/16.0/auto_backup>`_ project on GitHub. | ||
This module is part of the `OCA/server-tools <https://github.com/OCA/server-tools/tree/18.0/auto_backup>`_ project on GitHub. | ||
|
||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[build-system] | ||
requires = ["whool"] | ||
build-backend = "whool.buildapi" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Go to *Settings -\> Database Structure -\> Automated Backup* to create | ||
your configurations for each database that you needed to backups. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
- Yenthe Van Ginneken \<<[email protected]>\> | ||
- Alessio Gerace \<<[email protected]>\> | ||
- Jairo Llopis \<<[email protected]>\> | ||
- Dave Lasley \<<[email protected]>\> | ||
- Andrea Stirpe \<<[email protected]>\> | ||
- Aitor Bouzas \<<[email protected]>\> | ||
- Simone Vanin \<<[email protected]>\> | ||
- Vu Nguyen Anh \<<[email protected]>\> | ||
- Alex Comba \<<[email protected]>\> |
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Before installing this module, you need to execute: | ||
|
||
pip3 install pysftp==0.2.9 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
- On larger databases, it is possible that backups will die due to Odoo | ||
server settings. In order to circumvent this without frivolously | ||
changing settings, you need to run the backup from outside of the main | ||
Odoo instance. How to do this is outlined in [this blog | ||
post](https://blog.laslabs.com/2016/10/running-python-scripts-within-odoos-environment/). | ||
- Backups won't work if list_db=False is configured in the instance. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
Keep your Odoo data safe with this module. Take automated back-ups, | ||
remove them automatically and even write them to an external server | ||
through an encrypted tunnel. You can even specify how long local backups | ||
and external backups should be kept, automatically! | ||
|
||
## Connect with an FTP Server | ||
|
||
### Keep your data safe, through an SSH tunnel! | ||
|
||
Want to go even further and write your backups to an external server? | ||
You can with this module! Specify the credentials to the server, specify | ||
a path and everything will be backed up automatically. This is done | ||
through an SSH (encrypted) tunnel, thanks to pysftp, so your data is | ||
safe! | ||
|
||
## Test connection | ||
|
||
### Checks your credentials in one click | ||
|
||
Want to make sure if the connection details are correct and if Odoo can | ||
automatically write them to the remote server? Simply click on the ‘Test | ||
SFTP Connection’ button and you will get message telling you if | ||
everything is OK, or what is wrong! | ||
|
||
## E-mail on backup failure | ||
|
||
### Stay informed of problems, automatically! | ||
|
||
Do you want to know if the database backup succeeded or failed? | ||
Subscribe to the corresponding backup setting notification type. | ||
|
||
## Run backups when you want | ||
|
||
From the backups configuration list, press *More \> Execute backup(s)* | ||
to manually execute the selected processes. | ||
|
||
[](https://runbot.odoo-community.org/runbot/149/11.0) |
Oops, something went wrong.