|
|
@@ -51,14 +51,12 @@ def main():
|
|
|
data_path = Path.cwd() / "data"
|
|
|
config_d_path = data_path / "borgmatic.d"
|
|
|
config_path = data_path / "borgmatic"
|
|
|
- credentials_path = data_path / "credentials"
|
|
|
history_file = data_path / ".bash_history"
|
|
|
history_file.touch()
|
|
|
ssh_config_path = Path.home() / ".ssh"
|
|
|
volumes = [
|
|
|
f"{config_d_path}:/etc/borgmatic.d/",
|
|
|
f"{config_path}:/etc/borgmatic/",
|
|
|
- f"{credentials_path}:/credentials/",
|
|
|
f"{ssh_config_path}:/root/.ssh",
|
|
|
f"{history_file}:/root/.bash_history",
|
|
|
"borg_config:/root/.config/borg",
|