Cleanup S3 support; send actual backup details in response

This commit is contained in:
Dane Everitt
2020-05-09 19:24:30 -07:00
parent 326b5b6554
commit 0bd28a4480
4 changed files with 42 additions and 41 deletions

View File

@@ -49,7 +49,7 @@ type BackupInterface interface {
// Generates a backup in whatever the configured source for the specific
// implementation is.
Generate(*IncludedFiles, string) error
Generate(*IncludedFiles, string) (*ArchiveDetails, error)
// Returns the ignored files for this backup instance.
Ignored() []string