From 17bc63f1774aeb26f7f781e1957cb4d1b60d4bdc Mon Sep 17 00:00:00 2001 From: Mikhail Oleynik Date: Wed, 28 Sep 2022 15:19:44 +0300 Subject: [PATCH] 1.0.1-beta --- .editorconfig | 6 ++---- README.md | 9 +++++++-- VERSION | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.editorconfig b/.editorconfig index 0d23805..4a5c9dd 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,10 +7,10 @@ tab_width = 4 end_of_line = lf charset = utf-8 trim_trailing_whitespace = true -insert_final_newline = true -[*.{go,tmpl}] +[*.{go}] indent_style = tab +insert_final_newline = true [Makefile] indent_style = tab @@ -18,5 +18,3 @@ indent_style = tab [*.tmpl] insert_final_newline = false -[*.svg] -insert_final_newline = false diff --git a/README.md b/README.md index 10c991e..0fee00d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ # mtsaver -## 7-Zip based backup archives management -Just a draft yet. +7-Zip based simple directory backup command line solution. + +Trying to be self-explainatory (`mtsaver help`). More docs will be added later. + +## Inspired by +- https://www.cobiansoft.com/about.html +- https://nagimov.me/post/simple-differential-and-incremental-backups-using-7-zip/ diff --git a/VERSION b/VERSION index be0aef5..7c9936f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0-alpha \ No newline at end of file +1.0.1-beta \ No newline at end of file