commands reset and backup

This commit is contained in:
mercury
2024-11-20 15:46:03 +04:00
parent b56b48e080
commit dbe3f290ea
2 changed files with 22 additions and 1 deletions
+9 -1
View File
@@ -59,4 +59,12 @@ c:
git checkout .
git reset
webhook:
docker compose exec php php checkwebhook.php
docker compose exec php php checkwebhook.php
reset:
make d
git reset --hard
git clean -fd
docker volume rm vpnbot_adguard vpnbot_warp
make u
backup:
docker compose exec php php backup.php > backup.json