Search 1.9 billion lines of Odoo code on GitHub

auto_backup_download

Author: Onestein, Odoo Community Association (OCA)
License: AGPL-3
Branch: 11_mig_auto_backup_download
Repository: onesteinbv/server-tools
Dependencies: auto_backup, base_directory_file_download, and base_setup
Languages: Python (60, 57.7%), and XML (44, 42.3%)
Other branches: 10_add_auto_backup_download
Other repositories: AEK-BKF/addons-onestein, AhmedHasan1991/addons-onestein, ArnulfoSepulveda/addons-onestein, CLVsol/addons-onestein, Callino/addons-onestein, Gofekra/addons-onestein, HarshalBhoir/addons-onestein, Hayyan-Ebrahem/addons-onestein, JohnLYH/addons-onestein, LevelPrime/addons-onestein, Nkirui/addons-onestein, OdooBulgaria/addons-onestein, PrenorSistemas/addons-onestein, RL-OtherApps/addons-onestein, RealSolutionsLux/addons-onestein, VitalPet/addons-onestein, a0c/addons-onestein, aaltinisik/addons-onestein, adriansteel/addons-onestein, anodino-dev/addons-onestein, aravinthu/addons-onestein, aurestic/addons-onestein, aymanshow/addons-onestein, bcang/addons-onestein, brain-tec/addons-onestein, cameroun/addons-onestein, camptocamp/addons-onestein, diagramsoftware/addons-onestein, elperrofarelo/addons-onestein, eqms/addons-onestein, eribowo/addons-onestein, focusate/addons-onestein, gfcapalbo/addons-onestein, grant-thornton/addons-onestein, guewen/addons-onestein, gurneyalex/addons-onestein, haryoran04/addons-onestein, hbrunn/addons-onestein, iCivic/addons-onestein, inforpordev/addons-onestein, izzihector/addons-onestein, jimhoefnagels/addons-onestein, jlzhou/addons-onestein, junusd/addons-onestein, kenvac/addons-onestein, kevin070982/odoo-project-10.0, kikopeiro/addons-onestein, leodoooca/addons-onestein, levkar/addons-onestein, lnkdel/addons-onestein, luca-vercelli/addons-onestein, marcelsavegnago/addons-onestein, maurolguin1/addons-onestein, minhhq09/addons-onestein, mulaudzicalvin/addons-onestein, nick2474/addons-onestein, niulinlnc/addons-onestein, nvq247/addons-onestein, odof/addons-onestein, odoofans/addons-onestein, omarlemorac/addons-onestein, one2pret/addons-onestein, onesteinbv/addons-onestein, openmes/addons-onestein, robotiko/addons-onestein, royalline1/addons-onestein, sc4you/addons-onestein, scbrianti/addons-onestein, shouyejing/addons-onestein, sunflowerit/addons-onestein, taifu/addons-onestein, tekcloud/addons-onestein, thinkwelltwd/addons-onestein, tholenstein/addons-onestein, tschanzt/addons-onestein, tusharkwagh99/addons-onestein, ursais/addons-onestein, vcloud9ray/addons-onestein, vidtsin/addons-onestein, westlyou/addons-onestein, yasmanycastillo/addons-onestein, and yasserkaddour/addons-onestein

<h1 class="title">Database Auto-Backup Download</h1> <p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/server-tools/tree/11.0/auto_backup_download"><img alt="OCA/server-tools" src="https://img.shields.io/badge/github-OCA%2Fserver--tools-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/server-tools-11-0/server-tools-11-0-auto_backup_download"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/149/11.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p> <p>View and download the files of backup of the databases generated by the Database Auto-Backup module and contained in the directory on the server .</p> <p>This module is meant to be a glue module between the two OCA modules:</p> <ul class="simple"> <li>&quot;Database Auto-Backup&quot; (auto_backup)</li> <li>&quot;Directory Files Download&quot; (base_directory_file_download)</li> </ul> <p>What this module does is to create a menu shortcut in the settings menu (Settings -&gt; Downloads -&gt; Backups). The server directory displayed is the one configured in the configuration settings of the module &quot;Database Auto-Backup&quot;. If multiple configurations are present for &quot;Database Auto-Backup&quot;, then the shortcut will only refer to the first one found.</p> <p>Since the user will be able to download the backup files directly from the Odoo interface, be aware that in case Odoo is not working (for any reason), the user will not be able to download the backups!</p> <p><strong>Table of contents</strong></p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#configuration" id="id1">Configuration</a></li> <li><a class="reference internal" href="#usage" id="id2">Usage</a></li> <li><a class="reference internal" href="#bug-tracker" id="id3">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id4">Credits</a><ul> <li><a class="reference internal" href="#authors" id="id5">Authors</a></li> <li><a class="reference internal" href="#contributors" id="id6">Contributors</a></li> <li><a class="reference internal" href="#maintainers" id="id7">Maintainers</a></li> </ul> </li> </ul> </div> <a name="configuration"></a> <h2><a class="toc-backref" href="#id1">Configuration</a></h2> <p>To configure this module, you need to:</p> <ol class="arabic simple"> <li>Configure the auto_backup feature: it should be working properly.</li> <li>Set the group &quot;Download database backups&quot; for the users who need this functionality.</li> </ol> <a name="usage"></a> <h2><a class="toc-backref" href="#id2">Usage</a></h2> <p>To use this module, you need to:</p> <ol class="arabic simple"> <li>Go to Settings -&gt; Downloads -&gt; Backups</li> <li>A list of backup files is displayed</li> <li>Download the file you need</li> <li>In case the content of the directory is modified, refresh the list by clicking the button on the top-right of the form</li> </ol> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id3">Bug Tracker</a></h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/server-tools/issues">GitHub Issues</a>. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed <a class="reference external" href="https://github.com/OCA/server-tools/issues/new?body=module:%20auto_backup_download%0Aversion:%2011.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p> <p>Do not contact contributors directly about support or help with technical issues.</p> <a name="credits"></a> <h2><a class="toc-backref" href="#id4">Credits</a></h2> <a name="authors"></a> <h3><a class="toc-backref" href="#id5">Authors</a></h3> <ul class="simple"> <li>Onestein</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id6">Contributors</a></h3> <ul class="simple"> <li>Andrea Stirpe &lt;<a class="reference external" href="mailto:a.stirpe&#64;onestein.nl">a.stirpe&#64;onestein.nl</a>&gt;</li> </ul> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id7">Maintainers</a></h3> <p>This module is maintained by the OCA.</p> <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a> <p>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.</p> <p>This module is part of the <a class="reference external" href="https://github.com/OCA/server-tools/tree/11.0/auto_backup_download">OCA/server-tools</a> project on GitHub.</p> <p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>