Added essential file that was missing for some reason.
This commit is contained in:
parent
7f0f319528
commit
9fc4aa8754
1 changed files with 9 additions and 0 deletions
9
BackupManager/StorageMethod.cs
Normal file
9
BackupManager/StorageMethod.cs
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
namespace BackupManager
|
||||||
|
{
|
||||||
|
public enum StorageMethod
|
||||||
|
{
|
||||||
|
//GoogleDrive = 1,
|
||||||
|
Sftp = 2,
|
||||||
|
FileSystem = 4, // for debugging mysqldump
|
||||||
|
}
|
||||||
|
}
|
Reference in a new issue