C# Class AppMetrics.Backup.BackupHandler

Afficher le fichier Open project: fandrei/AppMetrics

Méthodes publiques

Méthode Description
ArchiveFile ( string fileName ) : void
BackupAll ( string dataStoragePath, ReportLogDelegate reportLog ) : void

Private Methods

Méthode Description
GetHierarchyName ( string filePath ) : string
MoveOldZipFiles ( string dataStoragePath ) : void

Method Details

ArchiveFile() public static méthode

public static ArchiveFile ( string fileName ) : void
fileName string
Résultat void

BackupAll() public static méthode

public static BackupAll ( string dataStoragePath, ReportLogDelegate reportLog ) : void
dataStoragePath string
reportLog ReportLogDelegate
Résultat void