Skip to content

Commit

Permalink
unneccessary dump commented
Browse files Browse the repository at this point in the history
  • Loading branch information
f1mishutka committed Sep 28, 2022
1 parent 9859ca9 commit 988afb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .mtsaver.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# This file is just a test example. Please see documentation for better options explanation.
compression_level: 9
exclude:
- ".vscode"
Expand Down
4 changes: 2 additions & 2 deletions app/job.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func (job *Job) Run() error {
}

job.ScanArchive()
job.Archive.Dump(false)
//job.Archive.Dump(false)

return nil
}
Expand Down Expand Up @@ -177,7 +177,7 @@ func (job *Job) createNewArchive(is_full bool, full_archive_path string) {
seven_zip_arguments, "u",
full_archive_path,
"-u-", // disable updates in the base archive
"-up0q3r2x2y2z0w2!"+job.getArchiveName(false),
"-up3q3r2x2y2z0w2!"+job.getArchiveName(false),
)
}

Expand Down

0 comments on commit 988afb1

Please sign in to comment.