Back up to /volumes and /databases

This commit is contained in:
Einar Forselv
2019-12-04 22:17:42 +01:00
parent 7f6b140a00
commit d3933f8913
6 changed files with 13 additions and 12 deletions

View File

@@ -6,7 +6,7 @@ logger = logging.getLogger(__name__)
def test():
return run_command(['ls', '/backup'])
return run_command(['ls', '/volumes'])
def ping_mysql(host, port, username, password) -> int: