mirror of
https://github.com/restic/restic.git
synced 2025-08-25 19:17:41 +00:00
restic-server: Create tmp folder
This commit is contained in:
@@ -28,6 +28,7 @@ func main() {
|
||||
"index",
|
||||
"locks",
|
||||
"keys",
|
||||
"tmp",
|
||||
}
|
||||
for _, d := range dirs {
|
||||
os.MkdirAll(filepath.Join(*path, d), 0700)
|
||||
|
Reference in New Issue
Block a user