mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2025-10-10 12:20:58 +00:00
Skeleton for commands
This commit is contained in:
9
src/restic_compose_backup/commands/snapshots.py
Normal file
9
src/restic_compose_backup/commands/snapshots.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from .base import BaseCommand
|
||||
|
||||
|
||||
class Command(BaseCommand):
|
||||
"""List snapshots"""
|
||||
name = "snapshots"
|
||||
|
||||
def run(self):
|
||||
print("Snapshots!")
|
Reference in New Issue
Block a user