switch to config file and implement src path filter

This commit is contained in:
ston1th 2022-10-07 22:57:54 +02:00
commit a6b9602821
30 changed files with 11907 additions and 60 deletions

View file

@ -44,7 +44,7 @@ func main() {
}
encrypted = true
}
dstfs, err := parse.FS(dst, dstk, true)
dstfs, err := parse.FS(dst, dstk, nil, true)
if err != nil {
fatal(err)
}