Management commands to help backup and restore your project database
django-dbbackup is a Django management command extension for backing up and restoring databases and media files. It supports multiple storage backends including local file systems, Amazon S3, and Dropbox. Ideal for automated backup strategies, it simplifies the integration of backup logic into Django projects.
- Make a backup of any Linux-compatible devices (hard disks, partitions, LVM, VirtualMachine file images).
- Make a full, incremental or differential backup optimized for offline storage.
- Management of complex structures, possibility of merging backup branches.
- Native and optimized support for multi core/cpu systems.
- Built-in support for AES256 encryption.
- Made in python3, developed specifically for Debian GNU/Linux, issued under the GPLv3 license.
a gtk+ GUI front-end of fsarchiver with mounting facilities.
restoring is not yet functionnal.
======================================
PLANNING
-- v 0.35 ------------------------
> delete ex menu, add single menuitem with one entry per tab
> bind open file dialog actions on menuitem
> set appropriate path archive in convenient tab, then display tab
> show device path selection in status bar
> when select restore archive, show info and enable to_device list
...