|
|
@@ -45,7 +45,7 @@ def main():
|
|
|
hostname = socket.gethostname()
|
|
|
data_sources = read_data_sources(hostname, login)
|
|
|
secret_sources = read_secret_sources(hostname, login)
|
|
|
- container_name = "borgmatic"
|
|
|
+ container_name = f"borgmatic_{login}"
|
|
|
ssh_auth_sock = os.getenv("SSH_AUTH_SOCK")
|
|
|
|
|
|
data_path = Path.cwd() / "data"
|