Backup pod (#1975)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2022-06-02 09:26:42 +07:00
committed by GitHub
parent 56d764d451
commit b3e516beb4
16 changed files with 402 additions and 38 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash
roots='./server/server ./server/front ./pods/account ./products/tracker'
roots='./server/server ./server/front ./pods/account ./pods/backup ./products/tracker'
for r in $roots
do