Skip to content
This repository was archived by the owner on Feb 12, 2023. It is now read-only.

Commit 9983533

Browse files
committed
Refactoring Duplicati
This commit implements support for Duplicati's backups methods: LOCAL, SSH and GOOGLE DRIVE for MutableSecurity. Resolves: #12 Signed-off-by: Ionut Bajan <ionutm.bajan@yahoo.com>
1 parent c59a4b8 commit 9983533

File tree

5 files changed

+652
-0
lines changed

5 files changed

+652
-0
lines changed

mutablesecurity/solutions/base/solution.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ class SolutionCategories(Enum):
6363
WEB_ENCRYPTION = "Encryption for Web Applications"
6464
HOST_IPS = "Host Intrusion Prevention System"
6565
NONE = "No Security"
66+
BACKUP = "Copying files to a secondary location"
6667

6768
def __str__(self) -> str:
6869
"""Stringify a category.

0 commit comments

Comments
 (0)