Backup

Models

class backup.models.Backup(*args, **kwargs)

SQL table fields for the backup.

Views

backup.views.list(request, *args, **kwargs)

List all backups

backup.views.new_backup(request, *args, **kwargs)

Create a new backup file with settings defined in tools.py

backup.views.restore_backup(request, *args, **kwargs)

Restore only the last backup.

backup.views.update_context()

Update context dictionary with common informations used to renderize HTML templates.

Table Of Contents

Previous topic

Groups

Next topic

Firewall

This Page