refactored incBackups

This commit is contained in:
Chris
2021-02-03 00:35:08 -05:00
parent 386f8dfdcd
commit e8831b3674
8 changed files with 384 additions and 574 deletions

View File

@@ -0,0 +1,7 @@
from enum import Enum
class IncBackupPath(Enum):
SFTP = "/home/cyberpanel/sftp"
AWS = "/home/cyberpanel/aws"
# WASABI = "/home/cyberpanel/wasabi"