TIP: You can type at any time to perform a new search.
Filesystem Storage Backup
fs_storage_backup · OCA/storage
- Repository
- OCA/storage · module folder · Try on Runboat
- Module version
- 2.0.0
- Category
- Technical
- Folder size
- 0.05 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/storage
- Last tracking update
- 2026-08-07 08:09:21
- Authors
- Odoo Community Association (OCA), Onestein
- Maintainers
- Odoo Community Association (OCA), Onestein
- Committers
- Enric Tobella, tarteo, Weblate, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- fsspec>=2024.5.0
- System dependencies
- None
- Required by
- fs_storage_backup_environment
- Description
With this module you can configure one or more database backup locations.
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
fs_storage_form_view |
fs.storage | form | Inherits fs_storage.fs_storage_form_view |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (5)
-
backup_dirChardefault='backups'string='Backup Directory' -
backup_filename_formatChardefault='backup-%(db)s-%(dt)s.%(ext)s'string='Backup Filename' -
backup_include_filestoreBooleanstring='Include Filestore In Backup' -
backup_keep_timeIntegerdefault=7string='Keep backups of (in days)' -
use_for_backupBooleanstring='Use For Backups'
-
backup_db(self) -
cleanup_old_backups(self) -
cron_backup_db(self)@api.model
- Status
- Open migration PR — not merged yet for this version
- CI status
- green — ready to merge
- Open since
- 470 days ago
- Last activity
- 7 days ago
- Repository
- OCA/storage
- Pull request
- [18.0][MIG] Migration of fs_storage_backup (#475)