Method |
Description |
|
BackupEntry ( IAbsoluteDirectoryPath workingDirectory, IAbsoluteDirectoryPath backupPath, IAbsoluteFilePath entry ) : void |
|
|
DeleteDestinationIfDirectory ( IAbsoluteFilePath backupDestination ) : void |
|
|
DeleteEmptyFolders ( IAbsoluteDirectoryPath path ) : void |
|
|
DeleteParentFilesIfExists ( IPath path, IAbsoluteDirectoryPath backupPath ) : void |
|
|
GetExcludedDirectories ( IAbsoluteDirectoryPath workingDirectory, IEnumerable exclusions ) : IEnumerable |
|
|
GetExcludedFiles ( IAbsoluteDirectoryPath workingDirectory, IEnumerable exclusions ) : IEnumerable |
|
|
GetFilesToRemove ( IAbsoluteDirectoryPath workingDirectory, IReadOnlyCollection exclusions, IEnumerable fileTypes ) : IEnumerable |
|
|
IsNotDirectoryExcluded ( IFilePath x, IReadOnlyCollection excludedDirectories ) : bool |
|
|
IsNotExcluded ( IFilePath x, IReadOnlyCollection excludedDirectories, IEnumerable excludedFiles ) : bool |
|
|