mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2025-09-28 14:45:23 +00:00
Back up to /volumes and /databases
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user