restic-compose-backup/src/restic_compose_backup/commands/cleanup.py

10 lines
159 B
Python
Raw Normal View History

2023-03-08 23:29:15 +01:00
from .base import BaseCommand
class Command(BaseCommand):
"""Cleanup old snapshots"""
name = "cleanup"
def run(self):
print("Cleanup!")