mirror of
https://github.com/nxshock/backuper.git
synced 2024-11-28 00:21:02 +05:00
11 lines
194 B
TOML
11 lines
194 B
TOML
FileName = "backup-go-projects"
|
|
StopOnAnyError = false
|
|
|
|
[Logger]
|
|
MinimalLogLevel = 1
|
|
|
|
[[Patterns]]
|
|
Path = "/home/user/go/src"
|
|
FileNamePatternList = ["*.go", "go.mod", "go.sum"]
|
|
Recursive = true
|