Skip to main content

A Django app to backup Sqlite database to an OpenStack Object Storage.

Project description

Telescoop Backup

Backup your sqlite database to an Open Stack Swift compatible provider.

Quick start

  1. Add "Telescop Auth" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
    ...
    'telescoop_backup',
]
  1. Include the Telescop Auth URLconf in your project urls.py like this::

    path('backup/', include('telescoop_backup.urls')),

  2. Run python manage.py migrate to create the auth models.

  3. Define the following variables in settings.py

BACKUP_ACCESS = 'my_access'  # AWS ACCESS
BACKUP_SECRET = 'my_secret'  # AWS SECRET KEY
BACKUP_KEEP_N_DAYS = 31  # Optional, defaults to 31
BACKUP_HOST = None  # Optional

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

telescoop-backup-0.0.1.tar.gz (7.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page