|
|
@@ -172,6 +172,7 @@ class BorgmaticContainer:
|
|
|
"borg_config:/root/.config/borg",
|
|
|
"borg_cache:/root/.cache/borg",
|
|
|
"borgmatic_state:/root/.local/state/borgmatic",
|
|
|
+ "borgmatic_log:/root/.local/share/borgmatic",
|
|
|
]
|
|
|
if config.ssh_auth_sock:
|
|
|
volumes += [f"{config.ssh_auth_sock}:{config.ssh_auth_sock}:Z"]
|