mirror of
https://github.com/nxshock/backuper.git
synced 2025-07-02 00:23:37 +05:00
Initial commit
This commit is contained in:
commit
1f0f94e103
19 changed files with 1090 additions and 0 deletions
10
examples/config.toml
Normal file
10
examples/config.toml
Normal file
|
@ -0,0 +1,10 @@
|
|||
FileName = "backup-go-projects"
|
||||
StopOnAnyError = false
|
||||
|
||||
[Logger]
|
||||
MinimalLogLevel = 1
|
||||
|
||||
[[Masks]]
|
||||
Path = "/home/user/go/src"
|
||||
MaskList = ["*.go", "*/go.mod", "*/go.sum"]
|
||||
Recursive = true
|
Loading…
Add table
Add a link
Reference in a new issue