feat: replace --operation flag by backup and restore command

This commit is contained in:
2024-01-20 14:03:06 +01:00
parent 357469ec56
commit 82987c82f0
23 changed files with 332 additions and 276 deletions

View File

@@ -6,7 +6,7 @@ services:
command:
- /bin/sh
- -c
- bkup --operation backup --dbname database_name
- bkup backup --dbname database_name
volumes:
- ./backup:/backup
environment: