Added essential file that was missing for some reason.

This commit is contained in:
flash 2019-02-11 15:44:28 +01:00
parent 7f0f319528
commit 9fc4aa8754

View file

@ -0,0 +1,9 @@
namespace BackupManager
{
public enum StorageMethod
{
//GoogleDrive = 1,
Sftp = 2,
FileSystem = 4, // for debugging mysqldump
}
}