Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gehriger <gehriger@gmail.com>2018-04-19 23:59:28 +0300
committerDaniel Gehriger <gehriger@gmail.com>2018-04-19 23:59:28 +0300
commit2c1a0ddb4e7f7b511e7de1ceb3b9c9c6ab7afe11 (patch)
treeb0085840dc9309f3894ea5349ff6e61ee4dc98cd /Duplicati/Library/Interface/Duplicati.Library.Interface.csproj
parente9f01b61bdcba091546497a3a437d35a94b792ab (diff)
Implemented backup based on changes recorded in NTFS USN journal
Diffstat (limited to 'Duplicati/Library/Interface/Duplicati.Library.Interface.csproj')
-rw-r--r--Duplicati/Library/Interface/Duplicati.Library.Interface.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/Duplicati/Library/Interface/Duplicati.Library.Interface.csproj b/Duplicati/Library/Interface/Duplicati.Library.Interface.csproj
index 745e830ff..6c9bee0eb 100644
--- a/Duplicati/Library/Interface/Duplicati.Library.Interface.csproj
+++ b/Duplicati/Library/Interface/Duplicati.Library.Interface.csproj
@@ -47,6 +47,7 @@
<Compile Include="CustomExceptions.cs" />
<Compile Include="FileEntry.cs" />
<Compile Include="IBackend.cs" />
+ <Compile Include="USNJournalDataEntry.cs" />
<Compile Include="ICommandLineArgument.cs" />
<Compile Include="IEncryption.cs" />
<Compile Include="ICompression.cs" />