异步优化写入备份
This commit is contained in:
0
core/target/targetBaidu.py
Normal file
0
core/target/targetBaidu.py
Normal file
@@ -6,8 +6,7 @@
|
||||
"""
|
||||
|
||||
from abc import ABC, abstractmethod
|
||||
from core.objects.back_object import BackObject
|
||||
|
||||
from core.objects.backup_object import BackupObject
|
||||
|
||||
class TargetBase(ABC):
|
||||
@abstractmethod
|
||||
@@ -21,5 +20,5 @@ class TargetBase(ABC):
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
def back(self, back_object: BackObject):
|
||||
def back(self, back_object: BackupObject):
|
||||
pass
|
||||
|
||||
5
core/target/targetFTP.py
Normal file
5
core/target/targetFTP.py
Normal file
@@ -0,0 +1,5 @@
|
||||
# from .targetBase import TargetBase
|
||||
|
||||
|
||||
# class TargetFTP(TargetBase):
|
||||
# pass
|
||||
0
core/target/targetNFS.py
Normal file
0
core/target/targetNFS.py
Normal file
Reference in New Issue
Block a user