mirror of
https://github.com/ep1cman/unifi-protect-backup.git
synced 2025-12-15 15:53:44 +00:00
Major Restructure
- Each task is now its own class - Added a database to track backed up events and their destinations - Added task to check for and backup missed events
This commit is contained in:
@@ -4,4 +4,9 @@ __author__ = """sebastian.goscik"""
|
||||
__email__ = 'sebastian@goscik.com'
|
||||
__version__ = '0.7.4'
|
||||
|
||||
from .unifi_protect_backup import UnifiProtectBackup
|
||||
# from .unifi_protect_backup import UnifiProtectBackup
|
||||
from .downloader import VideoDownloader
|
||||
from .uploader import VideoUploader
|
||||
from .event_listener import EventListener
|
||||
from .purge import Purge
|
||||
from .missing_event_checker import MissingEventChecker
|
||||
|
||||
Reference in New Issue
Block a user