This website requires JavaScript.
Explore
Help
Sign in
flashii
/
backup-manager
Archived
Watch
1
Star
0
Fork
You've already forked backup-manager
0
Code
Pull requests
Releases
Activity
This repository has been archived on
2023-09-05
. You can view files and clone it, but cannot push or open issues or pull requests.
9365f34399
backup-manager
/
BackupManager
/
StorageMethod.cs
10 lines
142 B
C#
Raw
Normal View
History
Unescape
Escape
Added essential file that was missing for some reason.
2019-02-11 14:44:28 +00:00
namespace
BackupManager
{
public
enum
StorageMethod
{
//GoogleDrive = 1,
Sftp
=
2
,
adjustments to the filesystem storage method
2019-08-16 19:13:18 +00:00
FileSystem
=
4
,
Added essential file that was missing for some reason.
2019-02-11 14:44:28 +00:00
}
}
Copy permalink