main : pass the backup options to the synchroniser

This commit is contained in:
2026-01-20 10:48:44 +01:00
parent 5ec43f9166
commit cf508eb94c

View File

@@ -34,7 +34,8 @@ def main():
config.server.ip if config.server.ip != "" else config.server.hostname,
config.server.port,
config.unison.bools,
config.unison.values
config.unison.values,
backup=config.backup
)
paths_manager = PathsManager(Path(config.roots.local), config.other.cache_dir_path)