Skip to content

Commit

Permalink
1.0.1-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
f1mishutka committed Sep 28, 2022
1 parent dd9f29a commit 17bc63f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
6 changes: 2 additions & 4 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,14 @@ 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

[*.tmpl]
insert_final_newline = false

[*.svg]
insert_final_newline = false
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-alpha
1.0.1-beta

0 comments on commit 17bc63f

Please sign in to comment.