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.

99 lines
2.8 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :alt: License: AGPL-3
  3. =================
  4. Automated backups
  5. =================
  6. A tool for all your back-ups, internal and external!
  7. Installation
  8. ============
  9. Before to install this module, you need to:
  10. instal pysftp via pip.
  11. Configuration
  12. =============
  13. Go to Settings -> Configuration -> Configure Backup
  14. create your configurations for each database that you needed
  15. to backups.
  16. Usage
  17. =====
  18. Keep your Odoo data safe with this module. Take automated back-ups,
  19. remove them automatically and even write them to an external server
  20. through an encrypted tunnel. You can even specify how long local backups
  21. and external backups should be kept, automatically!
  22. Connect with an FTP Server
  23. --------------------------
  24. #### Keep your data safe, through an SSH tunnel!
  25. Want to go even further and write your backups to an external server?
  26. You can with this module! Specify the credentials to the server, specify
  27. a path and everything will be backed up automatically. This is done
  28. through an SSH (encrypted) tunnel, thanks to pysftp, so your data is
  29. safe!
  30. Test connection
  31. ---------------
  32. #### Checks your credentials in one click
  33. Want to make sure if the connection details are correct and if Odoo can
  34. automatically write them to the remote server? Simply click on the ‘Test
  35. SFTP Connection’ button and you will get message telling you if
  36. everything is OK, or what is wrong!
  37. E-mail on backup failure
  38. ------------------------
  39. #### Stay informed of problems, automatically!
  40. Do you want to know if the database backup failed? Check the checkbox 'Auto. E-mail on backup fail' and fill in your e-mail.
  41. Every time a backup fails you will get an e-mail in your mailbox with technical details.
  42. Known issues / Roadmap
  43. ======================
  44. * ...
  45. Bug Tracker
  46. ===========
  47. Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-tools/issues>`_.
  48. In case of trouble, please check there if your issue has already been reported.
  49. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
  50. `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**>`_.
  51. Credits
  52. =======
  53. Contributors
  54. ------------
  55. * Yenthe Van Ginneken <yenthe.vanginneken@vanroey.be>
  56. * Alessio Gerace <alessio.gerace@agilebg.com>
  57. Maintainer
  58. ----------
  59. .. image:: https://odoo-community.org/logo.png
  60. :alt: Odoo Community Association
  61. :target: https://odoo-community.org
  62. This module is maintained by the OCA.
  63. OCA, or the Odoo Community Association, is a nonprofit organization whose
  64. mission is to support the collaborative development of Odoo features and
  65. promote its widespread use.
  66. To contribute to this module, please visit http://odoo-community.org.