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

Commit

Permalink
Refactoring Duplicati
Browse files Browse the repository at this point in the history
This commit implements support for Duplicati's backups methods:
LOCAL, SSH and GOOGLE DRIVE for MutableSecurity.

Resolves: #12

Signed-off-by: Ionut Bajan <[email protected]>
  • Loading branch information
i014n committed Aug 31, 2022
1 parent c59a4b8 commit 9983533
Show file tree
Hide file tree
Showing 5 changed files with 652 additions and 0 deletions.
1 change: 1 addition & 0 deletions mutablesecurity/solutions/base/solution.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ class SolutionCategories(Enum):
WEB_ENCRYPTION = "Encryption for Web Applications"
HOST_IPS = "Host Intrusion Prevention System"
NONE = "No Security"
BACKUP = "Copying files to a secondary location"

def __str__(self) -> str:
"""Stringify a category.
Expand Down
Loading

0 comments on commit 9983533

Please sign in to comment.