beat.web.utils.management.commands.backup module

class beat.web.utils.management.commands.backup.Command(stdout=None, stderr=None, no_color=False)[source]

Bases: django.core.management.base.BaseCommand

help = 'Backs-up current database and prefix in a single tarball'
handle(*ignored, **arguments)[source]

The actual logic of the command. Subclasses must implement this method.