management.models.backupΒΆ
Backup Options Model.
Module ContentsΒΆ
- class management.models.backup.BackupOptions(*args, **kwargs)[source]ΒΆ
Bases:
django.db.models.ModelA singleton model (we always operate with pk=1) for backup settings.
We store host/port/user/local_storage, plus either a password or an SSH key.
- class AuthMethod(*args, **kwds)[source]ΒΆ
Bases:
django.db.models.TextChoicesAuthentication methods for backup options.