main : pass the backup options to the synchroniser
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user