|
| 1 | +.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg |
| 2 | + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html |
| 3 | + :alt: License: AGPL-3 |
| 4 | + |
| 5 | +==================== |
| 6 | +Database Auto-Backup |
| 7 | +==================== |
| 8 | + |
| 9 | +A tool for all your back-ups, internal and external! |
| 10 | + |
| 11 | +Installation |
| 12 | +============ |
| 13 | + |
| 14 | +Before installing this module, you need to execute:: |
| 15 | + |
| 16 | + pip install pysftp |
| 17 | + |
| 18 | +Configuration |
| 19 | +============= |
| 20 | + |
| 21 | +Go to *Settings -> Configuration -> Configure Backup* to |
| 22 | +create your configurations for each database that you needed |
| 23 | +to backups. |
| 24 | + |
| 25 | +Usage |
| 26 | +===== |
| 27 | + |
| 28 | +Keep your Odoo data safe with this module. Take automated back-ups, |
| 29 | +remove them automatically and even write them to an external server |
| 30 | +through an encrypted tunnel. You can even specify how long local backups |
| 31 | +and external backups should be kept, automatically! |
| 32 | + |
| 33 | +Connect with an FTP Server |
| 34 | +-------------------------- |
| 35 | + |
| 36 | +Keep your data safe, through an SSH tunnel! |
| 37 | +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 38 | + |
| 39 | +Want to go even further and write your backups to an external server? |
| 40 | +You can with this module! Specify the credentials to the server, specify |
| 41 | +a path and everything will be backed up automatically. This is done |
| 42 | +through an SSH (encrypted) tunnel, thanks to pysftp, so your data is |
| 43 | +safe! |
| 44 | + |
| 45 | +Test connection |
| 46 | +--------------- |
| 47 | + |
| 48 | +Checks your credentials in one click |
| 49 | +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 50 | + |
| 51 | +Want to make sure if the connection details are correct and if Odoo can |
| 52 | +automatically write them to the remote server? Simply click on the ‘Test |
| 53 | +SFTP Connection’ button and you will get message telling you if |
| 54 | +everything is OK, or what is wrong! |
| 55 | + |
| 56 | +E-mail on backup failure |
| 57 | +------------------------ |
| 58 | + |
| 59 | +Stay informed of problems, automatically! |
| 60 | +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 61 | + |
| 62 | +Do you want to know if the database backup succeeded or failed? Subscribe to |
| 63 | +the corresponding backup setting notification type. |
| 64 | + |
| 65 | +Run backups when you want |
| 66 | +------------------------- |
| 67 | + |
| 68 | +From the backups configuration list, press *More > Execute backup(s)* to |
| 69 | +manually execute the selected processes. |
| 70 | + |
| 71 | +.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas |
| 72 | + :alt: Try me on Runbot |
| 73 | + :target: https://runbot.odoo-community.org/runbot/149/9.0 |
| 74 | + |
| 75 | +Bug Tracker |
| 76 | +=========== |
| 77 | + |
| 78 | + |
| 79 | +Bugs are tracked on `GitHub Issues |
| 80 | +<https://github.com/OCA/server-tools/issues>`_. In case of trouble, please |
| 81 | +check there if your issue has already been reported. If you spotted it first, |
| 82 | +help us smashing it by providing a detailed and welcomed feedback. |
| 83 | + |
| 84 | +Credits |
| 85 | +======= |
| 86 | + |
| 87 | +Contributors |
| 88 | +------------ |
| 89 | + |
| 90 | +* Yenthe Van Ginneken < [email protected]> |
| 91 | +* Alessio Gerace < [email protected]> |
| 92 | +* Jairo Llopis < [email protected]> |
| 93 | + |
| 94 | + |
| 95 | +Maintainer |
| 96 | +---------- |
| 97 | + |
| 98 | +.. image:: https://odoo-community.org/logo.png |
| 99 | + :alt: Odoo Community Association |
| 100 | + :target: https://odoo-community.org |
| 101 | + |
| 102 | +This module is maintained by the OCA. |
| 103 | + |
| 104 | +OCA, or the Odoo Community Association, is a nonprofit organization whose |
| 105 | +mission is to support the collaborative development of Odoo features and |
| 106 | +promote its widespread use. |
| 107 | + |
| 108 | +To contribute to this module, please visit https://odoo-community.org. |
0 commit comments