You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

106 lines
3.2 KiB

  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. Database Auto-Backup
  6. ====================
  7. A tool for all your back-ups, internal and external!
  8. Installation
  9. ============
  10. Before installing this module, you need to execute::
  11. pip install pysftp
  12. Configuration
  13. =============
  14. Go to *Settings -> Configuration -> Configure Backup* to
  15. create your configurations for each database that you needed
  16. to backups.
  17. Usage
  18. =====
  19. Keep your Odoo data safe with this module. Take automated back-ups,
  20. remove them automatically and even write them to an external server
  21. through an encrypted tunnel. You can even specify how long local backups
  22. and external backups should be kept, automatically!
  23. Connect with an FTP Server
  24. --------------------------
  25. Keep your data safe, through an SSH tunnel!
  26. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  27. Want to go even further and write your backups to an external server?
  28. You can with this module! Specify the credentials to the server, specify
  29. a path and everything will be backed up automatically. This is done
  30. through an SSH (encrypted) tunnel, thanks to pysftp, so your data is
  31. safe!
  32. Test connection
  33. ---------------
  34. Checks your credentials in one click
  35. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  36. Want to make sure if the connection details are correct and if Odoo can
  37. automatically write them to the remote server? Simply click on the ‘Test
  38. SFTP Connection’ button and you will get message telling you if
  39. everything is OK, or what is wrong!
  40. E-mail on backup failure
  41. ------------------------
  42. Stay informed of problems, automatically!
  43. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  44. Do you want to know if the database backup succeeded or failed? Subscribe to
  45. the corresponding backup setting notification type.
  46. Run backups when you want
  47. -------------------------
  48. From the backups configuration list, press *More > Execute backup(s)* to
  49. manually execute the selected processes.
  50. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  51. :alt: Try me on Runbot
  52. :target: https://runbot.odoo-community.org/runbot/149/8.0
  53. Bug Tracker
  54. ===========
  55. Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-tools/issues>`_.
  56. In case of trouble, please check there if your issue has already been reported.
  57. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
  58. `here <https://github.com/OCA/server-tools/issues/new?body=module:%20auto_backup%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  59. Credits
  60. =======
  61. Contributors
  62. ------------
  63. * Yenthe Van Ginneken <yenthe.vanginneken@vanroey.be>
  64. * Alessio Gerace <alessio.gerace@agilebg.com>
  65. * Jairo Llopis <yajo.sk8@gmail.com>
  66. Maintainer
  67. ----------
  68. .. image:: https://odoo-community.org/logo.png
  69. :alt: Odoo Community Association
  70. :target: https://odoo-community.org
  71. This module is maintained by the OCA.
  72. OCA, or the Odoo Community Association, is a nonprofit organization whose
  73. mission is to support the collaborative development of Odoo features and
  74. promote its widespread use.
  75. To contribute to this module, please visit https://odoo-community.org.