diff --git a/app/main.go b/app/main.go index 6cfa2ab3..3e91c06b 100644 --- a/app/main.go +++ b/app/main.go @@ -136,7 +136,7 @@ func main() { func activateBackup(exporter migrator.Exporter) { for _, siteID := range opts.Sites { backup := migrator.AutoBackup{ - Exporter: &exporter, + Exporter: exporter, BackupLocation: opts.BackupLocation, SiteID: siteID, KeepMax: opts.MaxBackupFiles,