diff --git a/.mtsaver.yml b/.mtsaver.yml index 2c032eb..b16ee2b 100644 --- a/.mtsaver.yml +++ b/.mtsaver.yml @@ -1,3 +1,4 @@ +# This file is just a test example. Please see documentation for better options explanation. compression_level: 9 exclude: - ".vscode" diff --git a/app/job.go b/app/job.go index c9d8a5b..483d80b 100644 --- a/app/job.go +++ b/app/job.go @@ -88,7 +88,7 @@ func (job *Job) Run() error { } job.ScanArchive() - job.Archive.Dump(false) + //job.Archive.Dump(false) return nil } @@ -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), ) }