mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2025-12-13 09:24:56 +00:00
fix: convert path to string
This commit is contained in:
committed by
Silthus
parent
12692193d5
commit
b50ebd1cf8
@@ -66,7 +66,7 @@ class MariadbContainer(Container):
|
||||
|
||||
return restic.backup_files(
|
||||
config.repository,
|
||||
destination,
|
||||
f"{destination}",
|
||||
tags=self.tags
|
||||
)
|
||||
|
||||
@@ -141,7 +141,7 @@ class MysqlContainer(Container):
|
||||
|
||||
return restic.backup_files(
|
||||
config.repository,
|
||||
destination,
|
||||
f"{destination}",
|
||||
tags=self.tags
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user