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:
authorBlueBlock <danb@pobox.com>2019-08-17 06:46:55 +0300
committerBlueBlock <danb@pobox.com>2019-08-17 06:46:55 +0300
commit9ae3f88dd52e933eb5af174bb4fc06f46d34715b (patch)
tree74cfd1f491c2ed435f948400ed88904580befd4f /Duplicati/Library/Interface
parent9bdee90e5c5e2a24db3d64e7ae8998bb01d478ef (diff)
parent193a1a3ac34049c545eb52885b65fe8723dd5156 (diff)
Merge remote-tracking branch 'upstream/master' into fix-stop-after-current-file
Diffstat (limited to 'Duplicati/Library/Interface')
-rw-r--r--Duplicati/Library/Interface/ResultInterfaces.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/Duplicati/Library/Interface/ResultInterfaces.cs b/Duplicati/Library/Interface/ResultInterfaces.cs
index 8ac7cea00..fc960d330 100644
--- a/Duplicati/Library/Interface/ResultInterfaces.cs
+++ b/Duplicati/Library/Interface/ResultInterfaces.cs
@@ -143,6 +143,7 @@ namespace Duplicati.Library.Interface
bool Dryrun { get; }
ICompactResults CompactResults { get; }
+ IVacuumResults VacuumResults { get; }
IDeleteResults DeleteResults { get; }
IRepairResults RepairResults { get; }
}
@@ -179,6 +180,8 @@ namespace Duplicati.Library.Interface
long DownloadedFileSize { get; }
long UploadedFileSize { get; }
bool Dryrun { get; }
+
+ IVacuumResults VacuumResults { get; }
}
public interface ICreateLogDatabaseResults : IBasicResults